summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit-scripts/runitscripts/services/nfsd/run
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 /abs/core-testing/runit-scripts/runitscripts/services/nfsd/run
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
Diffstat (limited to 'abs/core-testing/runit-scripts/runitscripts/services/nfsd/run')
-rwxr-xr-xabs/core-testing/runit-scripts/runitscripts/services/nfsd/run2
1 files changed, 1 insertions, 1 deletions
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