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 1QeEUD-0005HH-UP for garchives@archives.gentoo.org; Tue, 05 Jul 2011 22:52:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFBEE21C02F; Tue, 5 Jul 2011 22:52:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AC53421C042 for ; Tue, 5 Jul 2011 22:52:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49E061B4011 for ; Tue, 5 Jul 2011 22:52:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9A0768003F for ; Tue, 5 Jul 2011 22:52:34 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <48dcc55b65c6e62d32b9c6a5ec69e67081e939ae.idl0r@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: etc/ X-VCS-Repository: proj/openrc X-VCS-Files: etc/rc.conf.in X-VCS-Directories: etc/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 48dcc55b65c6e62d32b9c6a5ec69e67081e939ae Date: Tue, 5 Jul 2011 22:52:34 +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: 0609f8a0654fd1d624edb9b7b69fb402 commit: 48dcc55b65c6e62d32b9c6a5ec69e67081e939ae Author: Christian Ruppert gentoo org> AuthorDate: Tue Jul 5 22:47:15 2011 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Tue Jul 5 22:47:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D48dcc55b Document the new rc_logger_path option --- etc/rc.conf.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 6b14298..e668782 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -47,6 +47,10 @@ # logging can take place and as such cannot log the sysinit runlevel. #rc_logger=3D"YES" =20 +# Through rc_logger_path you can specify a custom log file. +# The default value is: /var/log/rc.log +#rc_logger_path=3D/var/log/rc.log + # By default we filter the environment for our running scripts. To allow= other # variables through, add them here. Use a * to allow all variables throu= gh. #rc_env_allow=3D"VAR1 VAR2"