summaryrefslogtreecommitdiff
path: root/init.d/rpcbind.in
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2015-07-31 12:44:55 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2015-07-31 12:44:55 -0500
commit7c9f1add21a9593da5a591115ba29c5c4ff11736 (patch)
tree93a2cac45489628c82a04210dcd26e852ecd2eab /init.d/rpcbind.in
parenta643e918dd40217ee09295a9064d4ae256b01e06 (diff)
Remove references to localmountorigin/mount-servicegithub/mount-service
Convert all references to localmount to the specific file systems that should be needed.
Diffstat (limited to 'init.d/rpcbind.in')
-rw-r--r--init.d/rpcbind.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/rpcbind.in b/init.d/rpcbind.in
index c10deeb1..25ddf4dd 100644
--- a/init.d/rpcbind.in
+++ b/init.d/rpcbind.in
@@ -9,7 +9,7 @@ name="RPC program number mapper"
depend()
{
provide rpc
- need localmount
+ need mount.usr mount.var
use net logger dns
before inetd xinetd ntpd ntp-client
}