Rename rc_logger_path to rc_log_path
This commit is contained in:
parent
9a068c2500
commit
05e3251467
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user