diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-26 19:25:25 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-26 19:25:25 (GMT) |
commit | 482c7d0ae581e691e5f3f1feb62ec35ddb262706 (patch) | |
tree | 118e2224765ca4ef79b4dee77b486192e6771395 /abs/core-testing/runit-scripts/runitscripts | |
parent | 271e0fe8aaa7444b2be76abb6799c487f853b04c (diff) | |
download | linhes_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
Diffstat (limited to 'abs/core-testing/runit-scripts/runitscripts')
-rwxr-xr-x | abs/core-testing/runit-scripts/runitscripts/services/nfsd/run | 2 |
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 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 |