Changeset 1d02f01 in bootscripts-standard for cblfs/sysconfig/network-devices/services/dhclient


Ignore:
Timestamp:
Oct 23, 2007, 1:07:58 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
1680407
Parents:
d8a3177
Message:

Merged Updates from BLFS/LFS SVNs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cblfs/sysconfig/network-devices/services/dhclient

    rd8a3177 r1d02f01  
    1616{
    1717        # Print the last 16 lines of dhclient.leases
    18         sed -e :a -e '$q;N;17,$D;ba' /var/state/dhcp//dhclient.leases
     18        sed -e :a -e '$q;N;17,$D;ba' /var/state/dhcp/dhclient.leases
    1919}
    2020
     
    6767        down)
    6868                boot_mesg "Stoping dhclient on the $1 interface..."
    69                 if [ "$DHCP_STOP" = "" ]
    70                 then
     69                if [ "$DHCP_STOP" = "" ]; then
    7170                        # This breaks multiple interfaces please provide
    7271                        # the correct stop arguments.
Note: See TracChangeset for help on using the changeset viewer.