Package: stunnel4
Version: 3:4.22-2
Severity: wishlist

The stunnel wrapper does not set default -P option.
This is different behaviour to the old stunnel that it replaces.

In my local scripts I had to add the -P option to my OPTIONS: -

        :

DAEMON=/usr/bin/stunnel
NAME=imaps
PIDFILE=/var/run/stunnel/stunnel.127.0.0.1.143.pid
OPTIONS="-d 993 -r 127.0.0.1:143 -P $PIDFILE"

        :

        restart|force-reload)
                echo -n "Restarting $NAME"
                start-stop-daemon --stop --quiet --pidfile $PIDFILE
                sleep 2
                start-stop-daemon --start --quiet --pidfile $PIDFILE \
                        --exec $DAEMON -- $OPTIONS
                echo "."
                ;;

        :



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to