Changeset 1d02f01 in bootscripts-standard for cblfs/sysconfig/network-devices/services/dhclient
- Timestamp:
- Oct 23, 2007, 1:07:58 AM (17 years ago)
- Branches:
- master
- Children:
- 1680407
- Parents:
- d8a3177
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cblfs/sysconfig/network-devices/services/dhclient
rd8a3177 r1d02f01 16 16 { 17 17 # Print the last 16 lines of dhclient.leases 18 sed -e :a -e '$q;N;17,$D;ba' /var/state/dhcp/ /dhclient.leases18 sed -e :a -e '$q;N;17,$D;ba' /var/state/dhcp/dhclient.leases 19 19 } 20 20 … … 67 67 down) 68 68 boot_mesg "Stoping dhclient on the $1 interface..." 69 if [ "$DHCP_STOP" = "" ] 70 then 69 if [ "$DHCP_STOP" = "" ]; then 71 70 # This breaks multiple interfaces please provide 72 71 # the correct stop arguments.
Note:
See TracChangeset
for help on using the changeset viewer.