[Ben Hutchings] > This bug is not fixed; the init script is still broken.
I had a look at the script in unstable, and it seem to me that it isn't using pidofproc() from /lib/lsb/init-functions as I believed, but pidof: case "$1" in start) log_begin_msg "Starting portmap daemon..." pid=`pidof portmap` if [ -n "$pid" ] ; then log_begin_msg "Already running." log_end_msg 0 exit 0 fi Thus the 'start' option isn't using the pid file. This should be fixed. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]