summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/netfs
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-09-01 15:06:57 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-09-01 15:06:57 (GMT)
commit1b9906de1e3b06d1c6442361200f8b1348c66152 (patch)
tree82b3f7ffb1854d54f50b5cb541d981a344cffd24 /abs/core/runit-scripts/runitscripts/services/netfs
parentf53cccacbb7bed54f4cbba8021bc41b75a6e2e4e (diff)
downloadlinhes_pkgbuild-1b9906de1e3b06d1c6442361200f8b1348c66152.zip
linhes_pkgbuild-1b9906de1e3b06d1c6442361200f8b1348c66152.tar.gz
linhes_pkgbuild-1b9906de1e3b06d1c6442361200f8b1348c66152.tar.bz2
runit-scripts: Defined new print procedure for runit to use.
Convert some scripts to use the new printhlr procedure. Cleanup of a couple scripts to stop spewing crap on the console.
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/netfs')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/netfs/run3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/netfs/run b/abs/core/runit-scripts/runitscripts/services/netfs/run
index 8b6a8b1..06180c2 100755
--- a/abs/core/runit-scripts/runitscripts/services/netfs/run
+++ b/abs/core/runit-scripts/runitscripts/services/netfs/run
@@ -1,6 +1,7 @@
#!/bin/sh
exec 2>&1
+exec 1>/dev/null
sv start rpcbind
-sv start nfs-common
+sv start nfs-common
/etc/rc.d/netfs start