diff options
author | William Hubbs <williamh@gentoo.org> | 2011-07-06 18:38:52 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-07-06 18:38:52 -0500 |
commit | fe6cd232870e2b9b0784b09a29d088ad7454454d (patch) | |
tree | 76e2f9079b754d87de280739f3f114b43323f79b /etc | |
parent | 05e325146777f60aeb4e347c8e7399b0b3154445 (diff) |
rc_log_path should be quoted
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index e4a062bd..2dad3333 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -49,7 +49,7 @@ # Through rc_log_path you can specify a custom log file. # The default value is: /var/log/rc.log -#rc_log_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. |