Changeset 813


Ignore:
Timestamp:
Dec 27, 2007 5:24:46 PM (5 years ago)
Author:
jrollins
Message:

runit: tweak dhclient run script per dkg's suggestion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/runit/servicedirs/dhclient/run

    r810 r813  
    44# check that the interface is up before running 
    55for iface in $(echo env/INTERFACES) ; do 
    6     ifconfig $iface | grep 'inet addr' > /dev/null || exit 1 
     6    ip addr show $iface > /dev/null || exit 1 
    77done 
    88 
Note: See TracChangeset for help on using the changeset viewer.