diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-16 22:48:10 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-16 22:48:10 +0000 |
commit | b113ad49e9bf99e78bac9b6529c22355c62cea94 (patch) | |
tree | a4ee683d605186b4ec101deb3ccd611cceb2501d /etc/rc.conf.FreeBSD | |
parent | a534b623b95ea8ee1cb788e60810a7efcc8dd5fb (diff) |
Bug #351783: more documentation for rc_sys. But really see the OpenRC migration guide where this is covered.
Diffstat (limited to 'etc/rc.conf.FreeBSD')
-rw-r--r-- | etc/rc.conf.FreeBSD | 4 |
1 files changed, 4 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="" |