summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-26 19:25:25 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-26 19:25:25 (GMT)
commit482c7d0ae581e691e5f3f1feb62ec35ddb262706 (patch)
tree118e2224765ca4ef79b4dee77b486192e6771395
parent271e0fe8aaa7444b2be76abb6799c487f853b04c (diff)
downloadlinhes_pkgbuild-482c7d0ae581e691e5f3f1feb62ec35ddb262706.zip
linhes_pkgbuild-482c7d0ae581e691e5f3f1feb62ec35ddb262706.tar.gz
linhes_pkgbuild-482c7d0ae581e691e5f3f1feb62ec35ddb262706.tar.bz2
change nfs startup script to source /etc/conf.d/nfs instead of nfsd
close FS#34
-rwxr-xr-xabs/core-testing/runit-scripts/PKGBUILD2
-rwxr-xr-xabs/core-testing/runit-scripts/runitscripts/services/nfsd/run2
-rwxr-xr-xabs/mv-core/runit-scripts-mv/PKGBUILD2
-rwxr-xr-xabs/mv-core/runit-scripts-mv/runitscripts/services/nfsd/run2
4 files changed, 4 insertions, 4 deletions
diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD
index 17758de..db82360 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=3
+pkgrel=4
pkgdesc="collection of startup scripts for runit"
url="http://smarden.org/runit/"
license="BSD"
diff --git a/abs/core-testing/runit-scripts/runitscripts/services/nfsd/run b/abs/core-testing/runit-scripts/runitscripts/services/nfsd/run
index 6610fe9..d8435a6 100755
--- a/abs/core-testing/runit-scripts/runitscripts/services/nfsd/run
+++ b/abs/core-testing/runit-scripts/runitscripts/services/nfsd/run
@@ -5,7 +5,7 @@ exec 2>&1
# (the statd service must ensure portmap is running first)
svwaitup /var/service/nfslock >/dev/null 2>/dev/null
-source /etc/conf.d/nfsd
+source /etc/conf.d/nfs
# Re-export all directories in /etc/exports
/usr/sbin/exportfs -ra > /dev/null 2>/dev/null
diff --git a/abs/mv-core/runit-scripts-mv/PKGBUILD b/abs/mv-core/runit-scripts-mv/PKGBUILD
index 89848c9..cd5466f 100755
--- a/abs/mv-core/runit-scripts-mv/PKGBUILD
+++ b/abs/mv-core/runit-scripts-mv/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=runit-scripts-mv
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="collection of startup scripts for runit MythVantage styel"
url="http://smarden.org/runit/"
license="BSD"
diff --git a/abs/mv-core/runit-scripts-mv/runitscripts/services/nfsd/run b/abs/mv-core/runit-scripts-mv/runitscripts/services/nfsd/run
index 6610fe9..d8435a6 100755
--- a/abs/mv-core/runit-scripts-mv/runitscripts/services/nfsd/run
+++ b/abs/mv-core/runit-scripts-mv/runitscripts/services/nfsd/run
@@ -5,7 +5,7 @@ exec 2>&1
# (the statd service must ensure portmap is running first)
svwaitup /var/service/nfslock >/dev/null 2>/dev/null
-source /etc/conf.d/nfsd
+source /etc/conf.d/nfs
# Re-export all directories in /etc/exports
/usr/sbin/exportfs -ra > /dev/null 2>/dev/null