Package: logcheck Severity: important Tags: patch /usr/sbin/logcheck depends on bash to work due to a single bashism in line 25:
if [ $UID == 0 ]; then change it to: if [ `id -u` = 0 ]; then and substitute the shebang to /bin/sh please. _______________________________________________ Logcheck-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/logcheck-devel

