diff options
| author | William Hubbs <w.d.hubbs@gmail.com> | 2015-07-31 12:44:55 -0500 |
|---|---|---|
| committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-07-31 12:44:55 -0500 |
| commit | 7c9f1add21a9593da5a591115ba29c5c4ff11736 (patch) | |
| tree | 93a2cac45489628c82a04210dcd26e852ecd2eab /man | |
| parent | a643e918dd40217ee09295a9064d4ae256b01e06 (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 'man')
| -rw-r--r-- | man/openrc-run.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 4637fd03..5cf78c92 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -487,8 +487,8 @@ _need_dbus() depend() { - # We write a pidfile and to /var/cache, so we need localmount. - need localmount + # We write a pidfile and to /var/cache, so we need mount.var. + need mount.var # We can optionally use the network, but it's not essential. use net # We should be after bootmisc so that /var/run is cleaned before |
