Package: syslog-ng
Version: 1.6.5-2.2
Severity: normal
In /etc/init.d/syslog-ng
#######################################
case "x$CONSOLE_LOG_LEVEL" in
x[0-7])
dmesg -n $CONSOLE_LOG_LEVEL
;;
*)
echo "CONSOLE_LOG_LEVEL is of unaccepted value."
;;
esac
#########################################
'[0-7]' should be changed to '[1-8]' (the values accepted by dmesg -n).
Regards,
Guido De Rosa
-- System Information:
Debian Release: 3.1
Architecture: i386 (i586)
Kernel: Linux 2.4.29
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages syslog-ng depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii util-linux 2.12p-4 Miscellaneous system utilities
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]