summaryrefslogtreecommitdiff
path: root/init.d/syscons.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/syscons.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/syscons.in')
-rw-r--r--init.d/syscons.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/syscons.in b/init.d/syscons.in
index ce0b5a13..8ff28776 100644
--- a/init.d/syscons.in
+++ b/init.d/syscons.in
@@ -3,7 +3,7 @@
# Released under the 2-clause BSD license.
depend() {
- need localmount
+ need mount.usr mount.var
keyword -jail -prefix
}