On Tue, 2010-01-12 at 14:17 +0100, Michael Biebl wrote: > I was asked by the skolelinux maintainers to upload a fix for #547347 to > stable, > as it affects their LTSP setups in a negative way. The patch in question is a > one-liner: > > --- a/debian/pam-foreground-compat.ck > +++ b/debian/pam-foreground-compat.ck > @@ -2,6 +2,7 @@ > TAGDIR=/var/run/console > > [ -n "$CK_SESSION_USER_UID" ] || exit 1 > +[ "$CK_SESSION_IS_LOCAL" = "true" ] || exit 0 > > TAGFILE="$TAGDIR/`getent passwd $CK_SESSION_USER_UID | cut -f 1 -d:`" > > > Is this change ok to upload to s-p-u?
Please go ahead. Regards, Adam -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

