public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/openrc:master commit in: etc/
Date: Tue, 22 Mar 2011 04:05:02 +0000 (UTC)	[thread overview]
Message-ID: <c9912942f0f4c2c150d81ed212a700b3508f0ab0.williamH@gentoo> (raw)

commit:     c9912942f0f4c2c150d81ed212a700b3508f0ab0
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 22:11:10 2011 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 04:04:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=c9912942

update documentation for rc_sys

Originally the plan was to deprecate this code, but this will not be
happening. There are some subsystems which can still be autodetected, so
we are keeping this code and allowing users to override the automatic
detection with this variable as well as set it to other subtypes we
cannot autodetect.

X-Gentoo-Bug: 357247
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=357247

---
 etc/rc.conf.FreeBSD |    8 ++++----
 etc/rc.conf.Linux   |    9 +++++----
 etc/rc.conf.NetBSD  |    8 ++++----
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/etc/rc.conf.FreeBSD b/etc/rc.conf.FreeBSD
index ed5b215..6c48ae7 100644
--- a/etc/rc.conf.FreeBSD
+++ b/etc/rc.conf.FreeBSD
@@ -2,10 +2,10 @@
 # ""        - nothing special
 # "jail"    - FreeBSD jails
 # "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.
+# If this is commented out, automatic detection will be attempted.
+# Note that automatic detection does not work in a prefix environment.
 #
-# This should be set to the value representing what environment this file is
-# PRESENTLY in, not what virtualization the environment is capable of.
+# This should be set to the value representing the environment this file is
+# PRESENTLY in, not the virtualization the environment is capable of.
 rc_sys="@RC_SYS_DEFAULT@"
 

diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux
index 9632a75..9a6e1ab 100644
--- a/etc/rc.conf.Linux
+++ b/etc/rc.conf.Linux
@@ -7,11 +7,12 @@
 # "vserver" - Linux vserver
 # "xen0"    - Xen0 Domain
 # "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.
+# If this is commented out, automatic detection will be attempted.
+# Note that autodetection will not work in a prefix environment or in a
+# linux container.
 #
-# This should be set to the value representing what environment this file is
-# PRESENTLY in, not what virtualization the environment is capable of.
+# This should be set to the value representing the environment this file is
+# PRESENTLY in, not the virtualization the environment is capable of.
 rc_sys="@RC_SYS_DEFAULT@"
 
 ##############################################################################

diff --git a/etc/rc.conf.NetBSD b/etc/rc.conf.NetBSD
index c49a9ab..12d61bf 100644
--- a/etc/rc.conf.NetBSD
+++ b/etc/rc.conf.NetBSD
@@ -3,10 +3,10 @@
 # "prefix"  - Prefix
 # "xen0"    - Xen0 Domain
 # "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.
+# If this is commented out, automatic detection will be attempted.
+# Note that automatic detection does not work in a prefix environment.
 #
-# This should be set to the value representing what environment this file is
-# PRESENTLY in, not what virtualization the environment is capable of.
+# This should be set to the value representing the environment this file is
+# PRESENTLY in, not the virtualization the environment is capable of.
 rc_sys="@RC_SYS_DEFAULT@"
 



             reply	other threads:[~2011-03-22  4:05 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-22  4:05 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-15 23:56 [gentoo-commits] proj/openrc:master commit in: etc/ William Hubbs
2016-09-28  0:40 William Hubbs
2016-07-20 21:44 William Hubbs
2016-07-20 21:44 William Hubbs
2015-12-02 17:12 William Hubbs
2015-10-29 16:36 William Hubbs
2015-05-22 14:57 William Hubbs
2015-05-08 17:33 William Hubbs
2014-12-08  1:07 William Hubbs
2014-08-11 18:18 William Hubbs
2014-08-22 19:10 ` William Hubbs
2014-03-15  3:19 William Hubbs
2014-03-09 20:39 William Hubbs
2013-12-08 19:45 William Hubbs
2013-03-12 19:18 William Hubbs
2013-02-17 17:09 William Hubbs
2013-02-16 22:12 William Hubbs
2012-12-04  0:24 William Hubbs
2012-10-30 16:17 William Hubbs
2012-02-13 18:00 William Hubbs
2012-01-25 18:40 Christian Ruppert
2012-01-06  4:36 William Hubbs
2011-11-26 23:47 William Hubbs
2011-07-06 23:40 William Hubbs
2011-07-05 22:52 Christian Ruppert
2011-04-18 20:22 William Hubbs
2011-03-15  3:11 William Hubbs
2011-03-05  6:13 William Hubbs
2011-03-03 21:07 William Hubbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c9912942f0f4c2c150d81ed212a700b3508f0ab0.williamH@gentoo \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox