summaryrefslogtreecommitdiff
path: root/init.d/moused.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/moused.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/moused.in')
-rw-r--r--init.d/moused.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/moused.in b/init.d/moused.in
index 2b63a346..a2fb71d2 100644
--- a/init.d/moused.in
+++ b/init.d/moused.in
@@ -14,7 +14,7 @@ name="Console Mouse Daemon"
depend()
{
- need localmount
+ need mount.usr mount.var
after bootmisc
keyword -jail -prefix
}