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 | |
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
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/1 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index dd326e6..bfc92e9 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=2.1.1 -pkgrel=26 +pkgrel=27 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" 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 |