registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #30630
[Bug 597817] Re: auto nice daemon (and) doesn't start
specifically 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 Registry
Administrators, which is the registrant for Debian.
https://bugs.launchpad.net/bugs/597817
Title:
auto nice daemon (and) doesn't start