aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-08-27 17:03:20 +0000
committerBill Nottingham <notting@redhat.com>2001-08-27 17:03:20 +0000
commitcc7e4c047f910dc7c86ed2df3408a583dc3a30b6 (patch)
treecbfc827f7b796f6f9ee2f9bc491dbae7f403b952
parented17c1a0b52c5bc9474ccbf63d90b9f101b3cf7f (diff)
downloadinitscripts-cc7e4c047f910dc7c86ed2df3408a583dc3a30b6.tar
initscripts-cc7e4c047f910dc7c86ed2df3408a583dc3a30b6.tar.gz
initscripts-cc7e4c047f910dc7c86ed2df3408a583dc3a30b6.tar.bz2
initscripts-cc7e4c047f910dc7c86ed2df3408a583dc3a30b6.tar.xz
initscripts-cc7e4c047f910dc7c86ed2df3408a583dc3a30b6.zip
set default loglevel to 3, not 1
-rw-r--r--sysconfig/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/init b/sysconfig/init
index 77e7520d..7a1432be 100644
--- a/sysconfig/init
+++ b/sysconfig/init
@@ -16,6 +16,6 @@ SETCOLOR_WARNING="echo -en \\033[1;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=1
+LOGLEVEL=3
# Set to anything other than 'no' to allow hotkey interactive startup...
PROMPT=yes