Wed Apr 20 14:02:25 PDT 2005
- Previous message: [Slony1-commit] By darcyb: Ok I take the pointy hat on this one..
- Next message: [Slony1-commit] By cbbrowne: Added a "best practices" document (not yet complete, but
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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)
- Previous message: [Slony1-commit] By darcyb: Ok I take the pointy hat on this one..
- Next message: [Slony1-commit] By cbbrowne: Added a "best practices" document (not yet complete, but
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list