Package: pcmcia-cs
Version: 3.2.8-5
Severity: minor
# If /lib/lsb/init-functions doesn't exist
# define them here, otherwise installer breaks
if [ -f /lib/lsb/init-functions ]; then
. /lib/lsb/init-functions
else
[...]
log_end_msg ()
{
if [ "$1" == 0 ]; then
echo " ...done."
else
echo " ...fail!"
fi
}
fi
The == operator to test(1) is a bashism, and busybox doesn't support it,
so, when pcmcia-cs-udeb is fixed to use this new init script, it will
result in spurious log messages. Could you replace == with just = here?
Thanks,
--
Colin Watson [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]