Package: mozilla-browser
Version: 2:1.7.5-1

In script /usr/lib/mozilla.sh, at line 398 :

        XPSERVERLIST="`/bin/sh /etc/init.d/xprint get_xpserverlist`"

. Now /etc/init.d/xprint contains bashisms (and has a correct #!/bin/bash),
so that, on systems where /bin/sh is diverted to /bin/dash, the call to the
xprint script fails. A simple fix would be to call `/bin/bash' instead of
`/bin/sh', or just to call `/etc/init.d/xprint' directly.

The packages mozilla-thunderbird and mozilla-firefox are also affected,
should I report to them as well?


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

Reply via email to