Remove non-functional syslog and logrotate facilities

This commit is contained in:
2015-12-06 01:49:18 +01:00
parent 3056c72efd
commit 2add55a982
7 changed files with 3 additions and 52 deletions

View File

@@ -1,18 +0,0 @@
#!/bin/sh
set -e
[ -r /etc/default/syslog-ng ] && . /etc/default/syslog-ng
case "x$CONSOLE_LOG_LEVEL" in
x[1-8])
dmesg -n $CONSOLE_LOG_LEVEL
;;
x)
;;
*)
echo "CONSOLE_LOG_LEVEL is of unaccepted value."
;;
esac
if [ ! -e /dev/xconsole ]
then
mknod -m 640 /dev/xconsole p
fi
syslog-ng -F -p /var/run/syslog-ng.pid