summaryrefslogtreecommitdiff
path: root/man/runscript.8
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-07-02 22:04:22 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-07-26 10:54:48 -0500
commite641b4384977011b93c3c2a90222d459bc4c5ca6 (patch)
tree7846b824c0e040f096c6526d731aa8051c59452b /man/runscript.8
parenta6db2374fe69704ec55de86d815b127432328f24 (diff)
downloadopenrc-e641b4384977011b93c3c2a90222d459bc4c5ca6.tar.gz
openrc-e641b4384977011b93c3c2a90222d459bc4c5ca6.tar.bz2
openrc-e641b4384977011b93c3c2a90222d459bc4c5ca6.tar.xz
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.
Diffstat (limited to 'man/runscript.8')
-rw-r--r--man/runscript.87
1 files changed, 5 insertions, 2 deletions
diff --git a/man/runscript.8 b/man/runscript.8
index 6d425e4..ef55de3 100644
--- a/man/runscript.8
+++ b/man/runscript.8
@@ -180,6 +180,8 @@ in
Same as -jail, but for Linux Resource Containers (LXC).
.It Dv -openvz
Same as -jail, but for OpenVZ systems.
+.It Dv -prefix
+Same as -jail, but for Prefix systems.
.It Dv -uml
Same as -jail, but for UML systems.
.It Dv -vserver
@@ -388,8 +390,9 @@ rc_provide_tap1="!net"
# To put in in /etc/rc.conf you would do it like this
rc_net_tap1_provide="!net"
-# It's also possible to negate keywords.
-rc_keyword="-keyword"
+# It's also possible to negate keywords. This is mainly useful for prefix
+# users testing OpenRC.
+rc_keyword="!-prefix"
.Ed
.Sh EXAMPLES
.Pp