From 212e080b586eb22014a72c9cfca57ce3b30526d2 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Thu, 7 Aug 2014 15:15:07 -0400 Subject: [PATCH] syslog-ng.ctl left around after commit For phusion/baseimage#128 --- image/runit/syslog-ng | 1 + 1 file changed, 1 insertion(+) diff --git a/image/runit/syslog-ng b/image/runit/syslog-ng index 433e1b53d..7045d2627 100755 --- a/image/runit/syslog-ng +++ b/image/runit/syslog-ng @@ -5,6 +5,7 @@ set -e # e.g. because of the issue documented at https://github.com/phusion/baseimage-docker/pull/25, # then we remove it. if [ ! -S /dev/log ]; then rm -f /dev/log; fi +if [ ! -S /var/lib/syslog-ng/syslog-ng.ctl ]; then rm -f /var/lib/syslog-ng/syslog-ng.ctl; fi SYSLOGNG_OPTS=""