diff options
Diffstat (limited to 'etc/rc.conf.in')
-rw-r--r-- | etc/rc.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index e668782c..e4a062bd 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. |