tags 508546 - patch tags 508546 + moreinfo severity 508546 wishlist Am Freitag, den 12.12.2008, 11:25 +0100 schrieb Yuri D'Elia: > 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.
What would be the real gain of it? Because actually, I don't really see it. Especially, what's the deal with calling this severity important? If anything it is wishlist, not? Can you please explain what does upset you so much about this? It's not if bash would be any totally obscure and not available shell, it's the default shell in most linux distributions out there and I wouldn't know a single system that doesn't include it, and that includes cygwin for windows. Thanks, Rhonda
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Logcheck-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/logcheck-devel

