aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-21 14:04:40 -0500
committerTom Gundersen <teg@jklm.no>2011-04-21 21:44:07 +0200
commit88b518c3f95df2454cd291728e0c7e77e9d8a875 (patch)
tree88c53b593d03f7c29a77f7612d2ecb5a708221b7 /rc.conf
parenta946a2956b42859ddb2667218115ae0f4e896491 (diff)
downloadinitscripts-88b518c3f95df2454cd291728e0c7e77e9d8a875.tar.xz
Clarify DAEMON_LOCALE description
This was horribly worded, in that it seemed like one should put an actual locale value into the variable. In reality it should have been named USE_DAEMON_LOCALE, but since we can't change that now, make it very clear a 'yes' or 'no' is expected and nothing else. [tomegun: removed typo] Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.conf b/rc.conf
index 7d03a30..e1403e2 100644
--- a/rc.conf
+++ b/rc.conf
@@ -7,8 +7,8 @@
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
-# DAEMON_LOCALE: Set the locale during daemon startup and during the boot
-# process. If set to 'no', the C locale will be used.
+# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
+# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# Note: Using "localtime" is discouraged.