this is a duplicate of bug #597817

solution:
edit /etc/init.d/and
then on line 94 change
   if [ "${pid}" == "" ]
to
   if [ "${pid}" = "" ]

a==b is a bashism, and Ubuntu's default /bin/sh is lighterweight dash.


Hamish

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/682622

Title:
  and fails to start with an error message

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

Reply via email to