summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-07-06 18:38:52 -0500
committerWilliam Hubbs <williamh@gentoo.org>2011-07-06 18:38:52 -0500
commitfe6cd232870e2b9b0784b09a29d088ad7454454d (patch)
tree76e2f9079b754d87de280739f3f114b43323f79b /etc
parent05e325146777f60aeb4e347c8e7399b0b3154445 (diff)
downloadopenrc-fe6cd232870e2b9b0784b09a29d088ad7454454d.tar.gz
openrc-fe6cd232870e2b9b0784b09a29d088ad7454454d.tar.bz2
openrc-fe6cd232870e2b9b0784b09a29d088ad7454454d.tar.xz
rc_log_path should be quoted
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index e4a062b..2dad333 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.