Gentoo Archives: gentoo-commits

From: Christian Ruppert <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: etc/
Date: Tue, 05 Jul 2011 22:52:58
Message-Id: 48dcc55b65c6e62d32b9c6a5ec69e67081e939ae.idl0r@gentoo
1 commit: 48dcc55b65c6e62d32b9c6a5ec69e67081e939ae
2 Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 22:47:15 2011 +0000
4 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 22:47:15 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=48dcc55b
7
8 Document the new rc_logger_path option
9
10 ---
11 etc/rc.conf.in | 4 ++++
12 1 files changed, 4 insertions(+), 0 deletions(-)
13
14 diff --git a/etc/rc.conf.in b/etc/rc.conf.in
15 index 6b14298..e668782 100644
16 --- a/etc/rc.conf.in
17 +++ b/etc/rc.conf.in
18 @@ -47,6 +47,10 @@
19 # logging can take place and as such cannot log the sysinit runlevel.
20 #rc_logger="YES"
21
22 +# Through rc_logger_path you can specify a custom log file.
23 +# The default value is: /var/log/rc.log
24 +#rc_logger_path=/var/log/rc.log
25 +
26 # By default we filter the environment for our running scripts. To allow other
27 # variables through, add them here. Use a * to allow all variables through.
28 #rc_env_allow="VAR1 VAR2"