[arch-projects] [initscripts] [PATCH] 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. Signed-off-by: Dan McGee <dan@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
On Thu, Apr 21, 2011 at 9:04 PM, Dan McGee <dan@archlinux.org> wrote:
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.
Thanks! Will apply.
@@ -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
I assume this was unintentional? I'll drop this hunk when applying. Cheers, Tom
On Thu, Apr 21, 2011 at 2:33 PM, Tom Gundersen <teg@jklm.no> wrote:
On Thu, Apr 21, 2011 at 9:04 PM, Dan McGee <dan@archlinux.org> wrote:
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.
Thanks! Will apply.
@@ -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
I assume this was unintentional? I'll drop this hunk when applying.
Yeah...vim foo fail, whoops. -Dan
participants (3)
-
Dan McGee
-
Dan McGee
-
Tom Gundersen