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. --- etc/rc.conf.FreeBSD | 1 + etc/rc.conf.Linux | 1 + etc/rc.conf.NetBSD | 1 + 3 files changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/rc.conf.FreeBSD b/etc/rc.conf.FreeBSD index 92640e81..cb16b83a 100644 --- a/etc/rc.conf.FreeBSD +++ b/etc/rc.conf.FreeBSD @@ -4,6 +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 used. # # This should be set to the value representing the environment this file is diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index 6cc9bef1..909e6a94 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -5,6 +5,7 @@ # "" - nothing special # "lxc" - Linux Containers # "openvz" - Linux OpenVZ +# "prefix" - Prefix # "uml" - Usermode Linux # "vserver" - Linux vserver # "xen0" - Xen0 Domain diff --git a/etc/rc.conf.NetBSD b/etc/rc.conf.NetBSD index 633e2a14..43f8b886 100644 --- a/etc/rc.conf.NetBSD +++ b/etc/rc.conf.NetBSD @@ -3,6 +3,7 @@ # 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 used. -- cgit v1.2.3