0c3f4e0
--- gdm-2.6.0.8/daemon/verify-pam.c.verify-check	2005-06-21 17:10:14.000000000 +0200
0c3f4e0
+++ gdm-2.6.0.8/daemon/verify-pam.c	2005-06-21 18:49:50.000000000 +0200
0c3f4e0
@@ -1467,6 +1467,10 @@
0c3f4e0
 void
0c3f4e0
 gdm_verify_check (void)
0c3f4e0
 {
0c3f4e0
+/* This check creates spurious audit entries and it isn't necessary
0c3f4e0
+   to perform it when gdm is part of the distribution.
0c3f4e0
+*/
0c3f4e0
+#if 0
0c3f4e0
 	pam_handle_t *ph = NULL;
0c3f4e0
 
0c3f4e0
 	if (pam_start ("gdm", NULL, &standalone_pamc, &ph) != PAM_SUCCESS) {
0c3f4e0
@@ -1487,6 +1491,7 @@
0c3f4e0
 
0c3f4e0
 	closelog ();
0c3f4e0
 	openlog ("gdm", LOG_PID, LOG_DAEMON);
0c3f4e0
+#endif
0c3f4e0
 }
0c3f4e0
 
0c3f4e0
 /* used in pam */
0c3f4e0