From 885459050e9385a15571339791b5882c1b097292 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Wed, 5 Nov 2014 14:44:03 +0100 Subject: [PATCH] upd: Setup logfile location conformant with cacert-gigi and FHS --- debian/cacert-cassiopeia.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/cacert-cassiopeia.init b/debian/cacert-cassiopeia.init index 4352885..726d4ab 100644 --- a/debian/cacert-cassiopeia.init +++ b/debian/cacert-cassiopeia.init @@ -55,7 +55,7 @@ do_start() start-stop-daemon -b --start --quiet --pidfile $PIDFILE -d $DIR --exec $DAEMON --test > /dev/null \ || return 1 start-stop-daemon -b --start --quiet --pidfile $PIDFILE --make-pidfile -d $DIR -c nobody --exec $DAEMON --no-close -- \ - >> /var/log/cassiopeia.log 2>&1 \ + >> /var/log/cacert-cassiopeia.log 2>&1 \ || return 2 # The above code will not work for interpreted scripts, use the next # six lines below instead (Ref: #643337, start-stop-daemon(8) ) -- 2.39.2