This patch contains one more idiosyncrasy, namely, on line 90 and 91:

        /bin/pidof -o %PPID $1
        status="$?"


I suspect that this needs to become:

        /bin/pidof -o %PPID $1 || status="$?"


Also, the changelog does not refer to this bug report in any way, which I 
understood to be a requirement for a patch.

-- 
UVF exception for lsb-3.2
https://bugs.launchpad.net/bugs/204594
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to