From 88b518c3f95df2454cd291728e0c7e77e9d8a875 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 21 Apr 2011 14:04:40 -0500 Subject: 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 Signed-off-by: Tom Gundersen --- rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.conf') 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. -- cgit v1.2.3