diff options
author | Bob Igo <bob@stormlogic.com> | 2009-01-17 17:54:02 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-01-17 17:54:02 (GMT) |
commit | 100e02faeb525e8f697b0c8c6bc4a3eb2179c8b3 (patch) | |
tree | 720dc08fc5feddfd8934ecdcd79fdd703922956e /abs/core-testing/runit-scripts | |
parent | 18b8c17f24b9cd6d9600b212cbd615deb69fe500 (diff) | |
parent | cff24d02505081b7297a257c38edcf286772e015 (diff) | |
download | linhes_pkgbuild-100e02faeb525e8f697b0c8c6bc4a3eb2179c8b3.zip linhes_pkgbuild-100e02faeb525e8f697b0c8c6bc4a3eb2179c8b3.tar.gz linhes_pkgbuild-100e02faeb525e8f697b0c8c6bc4a3eb2179c8b3.tar.bz2 |
Merge branch 'master' of ssh://igo@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/runit-scripts')
-rwxr-xr-x | abs/core-testing/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/runit-scripts/runitscripts/services/netfs/run | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD index 6391972..d74ab16 100755 --- a/abs/core-testing/runit-scripts/PKGBUILD +++ b/abs/core-testing/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=1.8.0 -pkgrel=22 +pkgrel=23 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" diff --git a/abs/core-testing/runit-scripts/runitscripts/services/netfs/run b/abs/core-testing/runit-scripts/runitscripts/services/netfs/run index f2c0813..28388b9 100755 --- a/abs/core-testing/runit-scripts/runitscripts/services/netfs/run +++ b/abs/core-testing/runit-scripts/runitscripts/services/netfs/run @@ -1,5 +1,6 @@ #!/bin/sh exec 2>&1 sv start portmap +sv start nfslock /etc/rc.d/netfs start |