CVS User Account cvsuser
Wed Apr 20 14:02:25 PDT 2005
Log Message:
-----------
Need to put sample configuration in sysconfig directory, not in pgshare,
per bug #1271

Modified Files:
--------------
    slony1-engine/share:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/share/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lshare/Makefile -Lshare/Makefile -u -w -r1.2 -r1.3
--- share/Makefile
+++ share/Makefile
@@ -17,7 +17,7 @@
 
 install: 
 	for file in $(CONF_NAMES); do \
-	  $(INSTALL_DATA) $$file $(DESTDIR)$(pgsharedir) || exit ; \
+	  $(INSTALL_DATA) $$file $(DESTDIR)$(sysconfdir) || exit ; \
 	done
 
 distdir: $(DISTFILES)


More information about the Slony1-commit mailing list