--- Linux-PAM-0.77/modules/pam_console/chmod.c.orig	2003-11-24 10:25:57.000000000 -0500
+++ Linux-PAM-0.77/modules/pam_console/chmod.c	2003-11-24 10:26:40.000000000 -0500
@@ -94,16 +94,7 @@ change_file (const char *file, const str
 
   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))

