--- perforce-proxy~ 2006-04-11 16:47:51.000000000 +0200 +++ perforce-proxy 2006-04-11 17:08:53.000000000 +0200 @@ -5,8 +5,6 @@ # # NB: Configuration is in /etc/conf.d/perforce-proxy -PIDFILE=/var/run/p4d.pid - depend() { need net } @@ -27,9 +25,6 @@ stop() { ebegin "Stopping Perforce SCM Proxy" - if ( ps -C p4d | grep 'p4p' > /dev/null ) - then - killall p4d - fi + start-stop-daemon --exec /usr/sbin/p4p eend $? }