diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-21 14:04:40 -0500 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-04-21 21:44:07 +0200 |
commit | 88b518c3f95df2454cd291728e0c7e77e9d8a875 (patch) | |
tree | 88c53b593d03f7c29a77f7612d2ecb5a708221b7 | |
parent | a946a2956b42859ddb2667218115ae0f4e896491 (diff) |
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>
-rw-r--r-- | rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |