diff options
author | William Hubbs <williamh@gentoo.org> | 2012-01-25 11:42:32 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-02-21 07:27:16 -0600 |
commit | 3247184d860aea7ccc2c58d399f62c088978e973 (patch) | |
tree | 9e9796c75a8b9a7d758b391508e341d0eb55bbba /man | |
parent | 32c506a4c813b77f9cad4051409bac15f9696e14 (diff) |
Remove prefix support
I spoke with the prefix team sometime back and was told that they do not
have an interest in using OpenRC on prefix systems.
Diffstat (limited to 'man')
-rw-r--r-- | man/runscript.8 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index bab54e2d..3b037ce7 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -175,8 +175,6 @@ 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 @@ -385,9 +383,8 @@ 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. This is mainly useful for prefix -# users testing OpenRC. -rc_keyword="!noprefix" +# It's also possible to negate keywords. +rc_keyword="-keyword" .Ed .Sh EXAMPLES .Pp |