public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/openrc:master commit in: etc/, src/rc/
@ 2011-07-06 19:16 Christian Ruppert
  0 siblings, 0 replies; only message in thread
From: Christian Ruppert @ 2011-07-06 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     05e325146777f60aeb4e347c8e7399b0b3154445
Author:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  6 19:15:48 2011 +0000
Commit:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Wed Jul  6 19:16:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=05e32514

Rename rc_logger_path to rc_log_path

---
 etc/rc.conf.in     |    4 ++--
 src/rc/rc-logger.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index e668782..e4a062b 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -47,9 +47,9 @@
 # logging can take place and as such cannot log the sysinit runlevel.
 #rc_logger="YES"
 
-# Through rc_logger_path you can specify a custom log file.
+# Through rc_log_path you can specify a custom log file.
 # The default value is: /var/log/rc.log
-#rc_logger_path=/var/log/rc.log
+#rc_log_path=/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 through.

diff --git a/src/rc/rc-logger.c b/src/rc/rc-logger.c
index 593c16f..52c39f0 100644
--- a/src/rc/rc-logger.c
+++ b/src/rc/rc-logger.c
@@ -255,7 +255,7 @@ rc_logger_open(const char *level)
 		}
 
 		/* Append the temporary log to the real log */
-		logfile = rc_conf_value("rc_logger_path");
+		logfile = rc_conf_value("rc_log_path");
 		if (logfile == NULL)
 			logfile = DEFAULTLOG;
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-06 19:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-06 19:16 [gentoo-commits] proj/openrc:master commit in: etc/, src/rc/ Christian Ruppert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox