rpms/krb5/devel krb5-1.7-doublelog.patch,NONE,1.1

Nalin Dahyabhai nalin at fedoraproject.org
Thu Jun 4 19:32:36 UTC 2009


Author: nalin

Update of /cvs/pkgs/rpms/krb5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22048

Added Files:
	krb5-1.7-doublelog.patch 
Log Message:
- avoid double-logging in the servers by avoiding processing of the same
  configuration file twice


krb5-1.7-doublelog.patch:

--- NEW FILE krb5-1.7-doublelog.patch ---
Don't double-log (actually, don't process /etc/krb5.conf twice) just
because we built with --sysconfdir=/etc.  RT#3277

diff -up krb5-1.7/src/include/Makefile.in krb5-1.7/src/include/Makefile.in
--- krb5-1.7/src/include/Makefile.in	2009-04-15 16:06:35.000000000 -0400
+++ krb5-1.7/src/include/Makefile.in	2009-06-04 14:35:12.000000000 -0400
@@ -67,7 +67,9 @@ PROCESS_REPLACE = -e "s+ at KRB5RCTMPDIR+$(
 		  -e "s+ at MODULEDIR+$(MODULE_DIR)+" \
 		  -e "s+ at GSSMODULEDIR+$(GSS_MODULE_DIR)+" \
 	-e 's+ at LOCALSTATEDIR+$(LOCALSTATEDIR)+' \
-	-e 's+ at SYSCONFDIR+$(SYSCONFDIR)+' 
+	-e 's+ at SYSCONFDIR+$(SYSCONFDIR)+' \
+	-e 's+:/etc/krb5.conf:/etc/krb5.conf"+:/etc/krb5.conf"+' \
+	-e 's+"/etc/krb5.conf:/etc/krb5.conf"+"/etc/krb5.conf"+'
 
 OSCONFSRC = $(srcdir)/osconf.hin
 




More information about the fedora-extras-commits mailing list