summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-09-08 22:10:43 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-09-08 22:10:43 (GMT)
commit8803ed24d1d1ea6720b0e7fa38e849d2f3a45123 (patch)
treea77cf48d95a31aea513f73a3e88d98507a66c149
parent6b53e00c3f25bee6babd8e11ff6e846ad3f2107d (diff)
downloadlinhes_pkgbuild-8803ed24d1d1ea6720b0e7fa38e849d2f3a45123.zip
linhes_pkgbuild-8803ed24d1d1ea6720b0e7fa38e849d2f3a45123.tar.gz
linhes_pkgbuild-8803ed24d1d1ea6720b0e7fa38e849d2f3a45123.tar.bz2
runit-scripts: remove -p option from nfsd line. This -p was changing the port instead of giving the number of threads
-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/runitscripts/services/nfsd/run2
3 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD
index 6bea389..1615994 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=94
+pkgrel=95
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 3b63077..207d7cd 100755
--- a/abs/core-testing/runit-scripts/runitscripts/services/nfsd/run
+++ b/abs/core-testing/runit-scripts/runitscripts/services/nfsd/run
@@ -16,7 +16,7 @@ source /etc/conf.d/nfs
# start some nfsd threads
printhl " Using ${NFSD_OPTS} "
-/usr/sbin/rpc.nfsd -p ${NFSD_OPTS} >/dev/null 2>/dev/null
+/usr/sbin/rpc.nfsd ${NFSD_OPTS} >/dev/null 2>/dev/null
# since we are running kernel 2.6 we should also
# mount the nfsd virtual filesystem
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 3b63077..9665066 100755
--- a/abs/mv-core/runit-scripts-mv/runitscripts/services/nfsd/run
+++ b/abs/mv-core/runit-scripts-mv/runitscripts/services/nfsd/run
@@ -16,7 +16,7 @@ source /etc/conf.d/nfs
# start some nfsd threads
printhl " Using ${NFSD_OPTS} "
-/usr/sbin/rpc.nfsd -p ${NFSD_OPTS} >/dev/null 2>/dev/null
+/usr/sbin/rpc.nfsd ${NFSD_OPTS} >/dev/null 2>/dev/null
# since we are running kernel 2.6 we should also
# mount the nfsd virtual filesystem