Bug#481367: libpam-mount: mount.crypt continues while fsck failed

2008-05-18 Thread Jörg Sommer
Hallo Bastian, Bastian Kleineidam schrieb am Mon 19. May, 00:21 (+0200): > Am Donnerstag, 15. Mai 2008 16:26:50 schrieb Jörg Sommer: > > from mount.crypt: > > > > if [ "$DOFSCK" == "true" ]; then > > fsck -p "/dev/mapper/$DMDEVICE"; > > if [ $? -gt 1 ]; then > > > > This should be -ge 1 or

Bug#481367: libpam-mount: mount.crypt continues while fsck failed

2008-05-15 Thread Jörg Sommer
Package: libpam-mount Version: 0.35.1-1 Severity: normal Hi, from mount.crypt: if [ "$DOFSCK" == "true" ]; then fsck -p "/dev/mapper/$DMDEVICE"; if [ $? -gt 1 ]; then This should be -ge 1 or -gt 0 otherwise you continue while fsck signaled an error. Bye, Jörg. -- System Inform