Package: thttpd
Version: 2.23beta1-4.2
Severity: normal

hi,

in etc/init.d/thttpd there are checks for pid like:

  if ps ax | grep -q "^$PID"; then

which should be changed to

  if ps ax | grep -q "^[ ]*$PID"; then

'cause pid may be < 10000 hence ps ax returns ' xxxx' and the grep fails.

-- paolo

Debian verson: Etch


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

Reply via email to