summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-01-16 22:48:10 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-01-16 22:48:10 +0000
commitb113ad49e9bf99e78bac9b6529c22355c62cea94 (patch)
treea4ee683d605186b4ec101deb3ccd611cceb2501d /etc
parenta534b623b95ea8ee1cb788e60810a7efcc8dd5fb (diff)
downloadopenrc-b113ad49e9bf99e78bac9b6529c22355c62cea94.tar.gz
openrc-b113ad49e9bf99e78bac9b6529c22355c62cea94.tar.bz2
openrc-b113ad49e9bf99e78bac9b6529c22355c62cea94.tar.xz
Bug #351783: more documentation for rc_sys. But really see the OpenRC migration guide where this is covered.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.FreeBSD4
-rw-r--r--etc/rc.conf.Linux4
-rw-r--r--etc/rc.conf.NetBSD4
3 files changed, 12 insertions, 0 deletions
diff --git a/etc/rc.conf.FreeBSD b/etc/rc.conf.FreeBSD
index 36ac2d2..800c6cf 100644
--- a/etc/rc.conf.FreeBSD
+++ b/etc/rc.conf.FreeBSD
@@ -4,5 +4,9 @@
# "prefix" - Prefix
# If unset, the old automagic detection code will be triggered. Said old code
# is deprecated and will be removed not later than 2011/03/01.
+#
+# This should be set to the value representing what environment this file is
+# PRESENTLY in, not what virtualization the environment is capable of.
+# See the OpenRC migration guide for more details.
rc_sys=""
diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux
index 9016de3..b110a81 100644
--- a/etc/rc.conf.Linux
+++ b/etc/rc.conf.Linux
@@ -9,6 +9,10 @@
# "xenU" - XenU Domain
# If unset, the old automagic detection code will be triggered. Said old code
# is deprecated and will be removed not later than 2011/03/01.
+#
+# This should be set to the value representing what environment this file is
+# PRESENTLY in, not what virtualization the environment is capable of.
+# See the OpenRC migration guide for more details.
rc_sys=""
##############################################################################
diff --git a/etc/rc.conf.NetBSD b/etc/rc.conf.NetBSD
index 79bf3d9..b29000b 100644
--- a/etc/rc.conf.NetBSD
+++ b/etc/rc.conf.NetBSD
@@ -5,5 +5,9 @@
# "xenU" - XenU Domain
# If unset, the old automagic detection code will be triggered. Said old code
# is deprecated and will be removed not later than 2011/03/01.
+#
+# This should be set to the value representing what environment this file is
+# PRESENTLY in, not what virtualization the environment is capable of.
+# See the OpenRC migration guide for more details.
rc_sys=""