diff options
-rw-r--r-- | etc/rc.conf.FreeBSD | 4 | ||||
-rw-r--r-- | etc/rc.conf.Linux | 4 | ||||
-rw-r--r-- | etc/rc.conf.NetBSD | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/etc/rc.conf.FreeBSD b/etc/rc.conf.FreeBSD index 36ac2d24..800c6cf4 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 9016de37..b110a81f 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 79bf3d9c..b29000b7 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="" |