aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-12-31 02:01:27 +0100
committerTom Gundersen <teg@jklm.no>2011-12-31 02:09:51 +0100
commit01d63db53ee869ba6b9d02b61311ef26b299b791 (patch)
tree9563747264c1fb040f0b48b86b53b4d539c615f7 /rc.conf
parent2b61b73f1768af155b817fa760fe5fe54aab1095 (diff)
downloadinitscripts-01d63db53ee869ba6b9d02b61311ef26b299b791.tar.xz
rc.conf: default DAEMON_LOCALE to 'yes'
When doing the manpages, this made more sense to me, so change the default. Also, this is apparently what other distros have been doing... Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.conf b/rc.conf
index 6e96adb..9aa3fc7 100644
--- a/rc.conf
+++ b/rc.conf
@@ -14,7 +14,7 @@ KEYMAP=
CONSOLEFONT=
CONSOLEMAP=
LOCALE=
-DAEMON_LOCALE="no"
+DAEMON_LOCALE="yes"
USECOLOR="yes"
# -----------------------------------------------------------------------