]> WPIA git - cassiopeia.git/commitdiff
upd: Setup logfile location conformant with cacert-gigi and FHS
authorFelix Dörre <felix@dogcraft.de>
Wed, 5 Nov 2014 13:44:03 +0000 (14:44 +0100)
committerBenny Baumann <BenBE@geshi.org>
Fri, 7 Nov 2014 22:53:05 +0000 (23:53 +0100)
debian/cacert-cassiopeia.init

index 4352885c9531a231b197ac9a38bd5d347b74cd25..726d4ab76d5622e8e46019f51f0c5a45437313d6 100644 (file)
@@ -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) )