--- pam-0.75/modules/pam_console/chmod.c~ Mon Apr 23 22:39:04 2001 +++ pam-0.75/modules/pam_console/chmod.c Tue May 22 19:18:49 2001 @@ -93,16 +93,7 @@ if (lstat (file, &file_stats) == -1) { - if (errno == ENOENT) - { - /* doesn't exist, check fstab */ - errors |= change_via_fstab (file, changes, user, group); - return errors; - } - else - { - return 1; - } + return 1; } if (S_ISLNK (file_stats.st_mode))