aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-08-09 12:02:13 -0400
committerBill Nottingham <notting@redhat.com>2010-08-09 12:02:13 -0400
commit7e7ab26056deb3d781bab591fe8c0eb3b16de79d (patch)
tree9ed8d34a97b0119b8053988f4270a7197bc25d60
parentb92eda2753c564d96a5c52b5fbfc5eca1ab3f8b3 (diff)
downloadinitscripts-7e7ab26056deb3d781bab591fe8c0eb3b16de79d.tar
initscripts-7e7ab26056deb3d781bab591fe8c0eb3b16de79d.tar.gz
initscripts-7e7ab26056deb3d781bab591fe8c0eb3b16de79d.tar.bz2
initscripts-7e7ab26056deb3d781bab591fe8c0eb3b16de79d.tar.xz
initscripts-7e7ab26056deb3d781bab591fe8c0eb3b16de79d.zip
Change default loglevel to match what sysklogd used to set it to. (#621257)
klogd used to hardcode the loglevel to 6, which made this setting somewhat superfluous. rsyslogd does not. It could be argued that we shouldn't muck with it, but at this stage, it's best to just change it to match the previous observed behavior.
-rw-r--r--sysconfig/init5
-rw-r--r--sysconfig/init.s3908
2 files changed, 9 insertions, 4 deletions
diff --git a/sysconfig/init b/sysconfig/init
index 1a746088..388028df 100644
--- a/sysconfig/init
+++ b/sysconfig/init
@@ -15,8 +15,9 @@ SETCOLOR_FAILURE="echo -en \\033[0;31m"
SETCOLOR_WARNING="echo -en \\033[0;33m"
# terminal sequence to reset to the default color.
SETCOLOR_NORMAL="echo -en \\033[0;39m"
-# default kernel loglevel on boot (syslog will reset this)
-LOGLEVEL=3
+# default kernel loglevel on boot (syslog used to reset this; this is the
+# old sysklogd default)
+LOGLEVEL=6
# Set to anything other than 'no' to allow hotkey interactive startup...
PROMPT=yes
# Set to 'yes' to allow probing for devices with swap signatures
diff --git a/sysconfig/init.s390 b/sysconfig/init.s390
index fdacee05..f4723517 100644
--- a/sysconfig/init.s390
+++ b/sysconfig/init.s390
@@ -15,8 +15,12 @@ SETCOLOR_FAILURE=
SETCOLOR_WARNING=
# terminal sequence to reset to the default color.
SETCOLOR_NORMAL=
-# default kernel loglevel on boot (syslog will reset this)
-LOGLEVEL=3
+# default kernel loglevel on boot (syslog used to reset this; this is the
+# old sysklogd default)
+LOGLEVEL=6
+ # Set to anything other than 'no' to allow hotkey interactive startup...
+ PROMPT=yes
+ # Set to 'yes' to allow probing for devices with swap signatures
# Set to anything other than 'no' to allow hotkey interactive startup...
PROMPT=no
# What ttys should gettys be started on?