summaryrefslogtreecommitdiff
path: root/init.d/mount-ro.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-07-01 00:07:32 +0100
committerRoy Marples <roy@marples.name>2009-07-01 00:07:32 +0100
commitb4104957b198b38aba609ed3889e7fa605012d19 (patch)
tree0adad424aa3e5f5ab6fa6cb4f48f9ac9323dc29a /init.d/mount-ro.in
parent6abeec74301d8406ebbbd653b9fe9a0e234c09bf (diff)
downloadopenrc-b4104957b198b38aba609ed3889e7fa605012d19.tar.gz
openrc-b4104957b198b38aba609ed3889e7fa605012d19.tar.bz2
openrc-b4104957b198b38aba609ed3889e7fa605012d19.tar.xz
We should use -feature instead of nofeature.
This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178.
Diffstat (limited to 'init.d/mount-ro.in')
-rw-r--r--init.d/mount-ro.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/mount-ro.in b/init.d/mount-ro.in
index c6275bb..45e0fab 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 noprefix noopenvz novserver
+ keyword -prefix -openvz -vserver
}
start()