[arch-projects] [initscripts] [PATCH] Clarify DAEMON_LOCALE description

Dan McGee dan at archlinux.org
Thu Apr 21 15:04:40 EDT 2011


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.

Signed-off-by: Dan McGee <dan at archlinux.org>
---
 rc.conf |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rc.conf b/rc.conf
index 7d03a30..c584fa7 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.
@@ -17,7 +17,7 @@
 # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
 # CONSOLEMAP: found in /usr/share/kbd/consoletrans
 # USECOLOR: use ANSI color sequences in startup messages
-# VERBOSE: Verbose level (from 1 to 8). man 3 syslog for level info
+# VERBOSE: Verbose lmvel (from 1 to 8). man 3 syslog for level info
 #
 LOCALE="en_US.UTF-8"
 DAEMON_LOCALE="no"
-- 
1.7.4.4



More information about the arch-projects mailing list