From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q1sqF-00048K-Sj for garchives@archives.gentoo.org; Tue, 22 Mar 2011 04:05:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C7111C02D; Tue, 22 Mar 2011 04:05:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C4BEF1C02D for ; Tue, 22 Mar 2011 04:05:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13F9A1B4015 for ; Tue, 22 Mar 2011 04:05:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 716C88006A for ; Tue, 22 Mar 2011 04:05:02 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: Subject: [gentoo-commits] proj/openrc:master commit in: etc/ X-VCS-Repository: proj/openrc X-VCS-Files: etc/rc.conf.FreeBSD etc/rc.conf.Linux etc/rc.conf.NetBSD X-VCS-Directories: etc/ X-VCS-Committer: williamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c9912942f0f4c2c150d81ed212a700b3508f0ab0 Date: Tue, 22 Mar 2011 04:05:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ef1e15bdad4e4faa5e8061bf95eea238 commit: c9912942f0f4c2c150d81ed212a700b3508f0ab0 Author: William Hubbs gentoo org> AuthorDate: Fri Mar 11 22:11:10 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Mar 22 04:04:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Dc9912942 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=3D357247 --- 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 fil= e 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=3D"@RC_SYS_DEFAULT@" =20 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 fil= e 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=3D"@RC_SYS_DEFAULT@" =20 ########################################################################= ###### 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 fil= e 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=3D"@RC_SYS_DEFAULT@" =20