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
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
2 matches
Mail list logo