From e0eda2d1e075b451b96d9eb434f61c4711786daa Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Tue, 8 Nov 2016 11:50:38 +0000 Subject: [PATCH] Remove syslog conf file We are not using busybox syslog any more so this is unused. Signed-off-by: Justin Cormack --- alpine/etc/conf.d/syslog | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 alpine/etc/conf.d/syslog diff --git a/alpine/etc/conf.d/syslog b/alpine/etc/conf.d/syslog deleted file mode 100644 index 53ccb79d4..000000000 --- a/alpine/etc/conf.d/syslog +++ /dev/null @@ -1,5 +0,0 @@ -# Would prefer to check [ -S /var/run/syslog.vsock ] but it doesn't -# always exist by the time we get here starts. -if [ -e /var/run/vsudd.pid -a ! -d /sys/bus/vmbus ] ; then - SYSLOGD_OPTS="-R local:/var/run/syslog.vsock" -fi