commit:     a912029462ae988ab4e2a96a0958e54a3c2e822f
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Fri Mar 31 18:39:42 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 18:39:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a9120294

init.d/mount-ro: change dependency on killprocs and savecache to after

killprocs always succeeds and savecache is not required by mount-ro, so
we can just start after both of these have run.

 init.d/mount-ro.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/mount-ro.in b/init.d/mount-ro.in
index 3553b7a3..aa7a57cb 100644
--- a/init.d/mount-ro.in
+++ b/init.d/mount-ro.in
@@ -13,7 +13,7 @@ description="Re-mount filesytems read-only for a clean 
reboot."
 
 depend()
 {
-       need killprocs savecache
+       after killprocs savecache
        keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
 }
 

Reply via email to