#828 closed defect (fixed)
Add condition for DHCP_STOP to be empty
Reported by: | DJ Lucas | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Bootscripts | Version: | ~CVS |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
The important part is sending DHCP_RELEASE. '-k' would be proper in a LAN.
if [ "$DHCP_STOP" == "" ]
kill -15 dhcpcd
else
dhcpcd "$DHCP_STOP"
fi
Change History (2)
comment:1 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Milestone: | old |
---|
Note:
See TracTickets
for help on using tickets.
Milestone old deleted