From e641b4384977011b93c3c2a90222d459bc4c5ca6 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 2 Jul 2012 22:04:22 -0500 Subject: Bring Back prefix support We now have a team member who is interested in OpenRC on prefix, so I am bringing it back to the main tree. --- init.d/mount-ro.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/mount-ro.in') diff --git a/init.d/mount-ro.in b/init.d/mount-ro.in index 369d544..881bf84 100644 --- a/init.d/mount-ro.in +++ b/init.d/mount-ro.in @@ -7,7 +7,7 @@ description="Re-mount filesytems read-only for a clean reboot." depend() { need killprocs savecache - keyword -openvz -vserver -lxc + keyword -openvz -prefix -vserver -lxc } start() -- cgit v1.2.3