Also noticed: + if [ -e "$pidfile" -a ! -r "$pidfile" ]; then
Should be -f, then -r, not -e. It should exist AND be a regular file (not a symlink, device node, pipe, etc) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/683640 Title: status_of_proc is returning incorrect error code To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/683640/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
