Opened 20 years ago

Closed 20 years ago

Last modified 10 years ago

#828 closed defect (fixed)

Add condition for DHCP_STOP to be empty

Reported by: DJ Lucas Owned by: blfs-book@…
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 DJ Lucas, 20 years ago

Resolution: fixed
Status: newclosed

comment:2 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.