Package: stunnel4
Version: 2:4.0.9-1
Severity: minor

don-test-support (support)[210]$ sudo /etc/init.d/stunnel4 restart
Restarting SSL tunnels: [started: /etc/stunnel/admin_stunnel.conf] [started: 
/etc/stunnel/quarantine_stunnel.conf] stunnel.
don-test-support (support)[211]$ sudo kill -9 $(cat /var/run/*stunnel4.pid)
don-test-support (support)[212]$ sudo /etc/init.d/stunnel4 restart
Restarting SSL tunnels: /etc/init.d/stunnel4: line 40: kill: (21994) - No such 
process

A trivial patch would be to do the following:

       if [ "$PROCLIST" ] && kill -0 $PROCLIST 2>/dev/null; then
         kill $PROCLIST
         echo -n "[stopped: $file] "
       fi

don-test-support (support)[221]$ sudo kill -9 $(cat /var/run/*stunnel4.pid)
don-test-support (support)[222]$ sudo /etc/init.d/stunnel4 restart
Restarting SSL tunnels: [started: /etc/stunnel/admin_stunnel.conf] [started: 
/etc/stunnel/quarantine_stunnel.conf] stunnel.



Don Armstrong

-- 
Dropping non-free would set us back at least, what, 300 packages? It'd
take MONTHS to make up the difference, and meanwhile Debian users will
be fleeing to SLACKWARE.

And what about SHAREHOLDER VALUE? 
 -- Matt Zimmerman in <[EMAIL PROTECTED]>

http://www.donarmstrong.com              http://rzlab.ucr.edu


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to