diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-08-18 20:26:15 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-08-18 20:26:15 (GMT) |
commit | 576d1db280d33b48c1d2868b5141959293ecdd93 (patch) | |
tree | 4a80d8163f82442510b27717f781b4b0eb392791 /abs/core/runit-scripts/runitscripts | |
parent | 152eb1fd6addff02e84602e7e95b9eb8a1dec735 (diff) | |
download | linhes_pkgbuild-576d1db280d33b48c1d2868b5141959293ecdd93.zip linhes_pkgbuild-576d1db280d33b48c1d2868b5141959293ecdd93.tar.gz linhes_pkgbuild-576d1db280d33b48c1d2868b5141959293ecdd93.tar.bz2 |
runit-scripts: add mkdir -p /var/lock/subsys to /etc/runit/1 for etcnet
Diffstat (limited to 'abs/core/runit-scripts/runitscripts')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/runit-scripts/runitscripts/1 b/abs/core/runit-scripts/runitscripts/1 index af6b376..c64a047 100755 --- a/abs/core/runit-scripts/runitscripts/1 +++ b/abs/core/runit-scripts/runitscripts/1 @@ -11,6 +11,7 @@ rm -f /etc/sv/frontend/.runtime/* 2>/dev/null rm -f /etc/runit/reboot 2>/dev/null /sbin/agetty -8 38400 tty10 linux & stat_busy "Starting network" +/bin/mkdir -p /var/lock/subsys /etc/net/scripts/network.init start 2>/var/log/network.init.error >/var/log/network.init stat_done /usr/sbin/ethtool -s eth0 wol g 2>/dev/null |