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 /etc | |
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 'etc')
-rw-r--r-- | etc/rc.conf.FreeBSD | 4 | ||||
-rw-r--r-- | etc/rc.conf.Linux | 5 | ||||
-rw-r--r-- | etc/rc.conf.NetBSD | 4 |
3 files changed, 3 insertions, 10 deletions
diff --git a/etc/rc.conf.FreeBSD b/etc/rc.conf.FreeBSD index d2b6d948..92640e81 100644 --- a/etc/rc.conf.FreeBSD +++ b/etc/rc.conf.FreeBSD @@ -4,9 +4,7 @@ # This is the subsystem type. Valid options on FreeBSD: # "" - nothing special # "jail" - FreeBSD jails -# "prefix" - Prefix -# If this is commented out, automatic detection will be attempted. -# Note that automatic detection does not work in a prefix environment. +# If this is commented out, automatic detection will be used. # # This should be set to the value representing the environment this file is # PRESENTLY in, not the virtualization the environment is capable of. diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index d79165d8..ee23bc30 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -5,14 +5,11 @@ # "" - nothing special # "lxc" - Linux Containers # "openvz" - Linux OpenVZ -# "prefix" - Prefix # "uml" - Usermode Linux # "vserver" - Linux vserver # "xen0" - Xen0 Domain # "xenU" - XenU Domain -# If this is commented out, automatic detection will be attempted. -# Note that autodetection will not work in a prefix environment or in a -# linux container. +# If this is commented out, automatic detection will be used. # # This should be set to the value representing the environment this file is # PRESENTLY in, not the virtualization the environment is capable of. diff --git a/etc/rc.conf.NetBSD b/etc/rc.conf.NetBSD index af7adf67..633e2a14 100644 --- a/etc/rc.conf.NetBSD +++ b/etc/rc.conf.NetBSD @@ -3,11 +3,9 @@ # This is the subsystem type. Valid options on NetBSD: # "" - nothing special -# "prefix" - Prefix # "xen0" - Xen0 Domain # "xenU" - XenU Domain -# If this is commented out, automatic detection will be attempted. -# Note that automatic detection does not work in a prefix environment. +# If this is commented out, automatic detection will be used. # # This should be set to the value representing the environment this file is # PRESENTLY in, not the virtualization the environment is capable of. |