Changeset 813
- Timestamp:
- Dec 27, 2007 5:24:46 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/runit/servicedirs/dhclient/run (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/runit/servicedirs/dhclient/run
r810 r813 4 4 # check that the interface is up before running 5 5 for iface in $(echo env/INTERFACES) ; do 6 i fconfig $iface | grep 'inet addr'> /dev/null || exit 16 ip addr show $iface > /dev/null || exit 1 7 7 done 8 8
Note: See TracChangeset
for help on using the changeset viewer.

