mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Copy pg_ident.conf.sample into /lib directory. Rename USERAUTH to
AUTHTYPE in config file. Patch both branches.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.50 2000/05/29 20:51:35 tgl Exp $
|
||||
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.51 2000/05/30 16:36:14 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -205,7 +205,8 @@ endif
|
||||
install-templates: $(TEMPLATEDIR) \
|
||||
global1.bki.source local1_template1.bki.source \
|
||||
global1.description local1_template1.description \
|
||||
libpq/pg_hba.conf.sample optimizer/geqo/pg_geqo.sample \
|
||||
libpq/pg_hba.conf.sample libpq/pg_ident.conf.sample \
|
||||
optimizer/geqo/pg_geqo.sample \
|
||||
pg_options.sample
|
||||
$(INSTALL) $(INSTLOPTS) global1.bki.source \
|
||||
$(TEMPLATEDIR)/global1.bki.source
|
||||
@@ -217,6 +218,8 @@ install-templates: $(TEMPLATEDIR) \
|
||||
$(TEMPLATEDIR)/local1_template1.description
|
||||
$(INSTALL) $(INSTLOPTS) libpq/pg_hba.conf.sample \
|
||||
$(TEMPLATEDIR)/pg_hba.conf.sample
|
||||
$(INSTALL) $(INSTLOPTS) libpq/pg_ident.conf.sample \
|
||||
$(TEMPLATEDIR)/pg_ident.conf.sample
|
||||
$(INSTALL) $(INSTLOPTS) optimizer/geqo/pg_geqo.sample \
|
||||
$(TEMPLATEDIR)/pg_geqo.sample
|
||||
$(INSTALL) $(INSTLOPTS) pg_options.sample \
|
||||
|
Reference in New Issue
Block a user