Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > e16d0c94ff2c9e93ba4eea60f7b68478 > files > 118

krb5-1.6.1-70.el5_9.2.src.rpm

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

Index: src/include/Makefile.in
===================================================================
--- src/include/Makefile.in	(revision 20235)
+++ src/include/Makefile.in	(working copy)
@@ -61,7 +61,9 @@
 		  -e "s+@SBINDIR+$(SBINDIR)+" \
 		  -e "s+@MODULEDIR+$(MODULE_DIR)+" \
 	-e 's+@LOCALSTATEDIR+$(LOCALSTATEDIR)+' \
-	-e 's+@SYSCONFDIR+$(SYSCONFDIR)+' 
+	-e 's+@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)/stock/osconf.h