summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-01-17 17:46:35 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-01-17 17:46:35 (GMT)
commit1a8e31864d6c5f36832ae1504cefe1e2a243cb98 (patch)
tree84ad0e6130bd4eeda99052b4db78edd8a5bbd871 /abs/core-testing
parentff1b3f2435a9bb08ba1eb82188825f71667a9c71 (diff)
downloadlinhes_pkgbuild-1a8e31864d6c5f36832ae1504cefe1e2a243cb98.zip
linhes_pkgbuild-1a8e31864d6c5f36832ae1504cefe1e2a243cb98.tar.gz
linhes_pkgbuild-1a8e31864d6c5f36832ae1504cefe1e2a243cb98.tar.bz2
add nfslock as a pre-req
Diffstat (limited to 'abs/core-testing')
-rwxr-xr-xabs/core-testing/runit-scripts/PKGBUILD2
-rwxr-xr-xabs/core-testing/runit-scripts/runitscripts/services/netfs/run1
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