From b113ad49e9bf99e78bac9b6529c22355c62cea94 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 16 Jan 2011 22:48:10 +0000 Subject: Bug #351783: more documentation for rc_sys. But really see the OpenRC migration guide where this is covered. --- etc/rc.conf.FreeBSD | 4 ++++ etc/rc.conf.Linux | 4 ++++ etc/rc.conf.NetBSD | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'etc') 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="" -- cgit v1.2.3