Changeset 814


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

runit: fix dhclient run script

File:
1 edited

Legend:

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

    r813 r814  
    33 
    44# check that the interface is up before running 
    5 for iface in $(echo env/INTERFACES) ; do 
     5for iface in $(cat env/INTERFACES) ; do 
    66    ip addr show $iface > /dev/null || exit 1 
    77done 
Note: See TracChangeset for help on using the changeset viewer.