1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

New host-based authentication -- install pg_hba.conf instead of pg_hba

This commit is contained in:
Bryan Henderson 1996-10-12 07:44:39 +00:00
parent 09bb369d23
commit 57026d6009

View File

@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.8 1996/09/26 15:40:24 momjian Exp $ # $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.9 1996/10/12 07:44:39 bryanh Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@ -205,7 +205,7 @@ endif
install: beforeinstall postgres fmgr.h\ install: beforeinstall postgres fmgr.h\
global1.bki.source local1_template1.bki.source \ global1.bki.source local1_template1.bki.source \
libpq/pg_hba.sample libpq/pg_hba.conf.sample
$(INSTALL) $(INSTL_EXE_OPTS) $(objdir)/postgres \ $(INSTALL) $(INSTL_EXE_OPTS) $(objdir)/postgres \
$(DESTDIR)$(BINDIR)/postgres $(DESTDIR)$(BINDIR)/postgres
@ -216,8 +216,8 @@ install: beforeinstall postgres fmgr.h\
$(DESTDIR)$(LIBDIR)/global1.bki.source $(DESTDIR)$(LIBDIR)/global1.bki.source
$(INSTALL) $(INSTLOPTS) $(objdir)/local1_template1.bki.source \ $(INSTALL) $(INSTLOPTS) $(objdir)/local1_template1.bki.source \
$(DESTDIR)$(LIBDIR)/local1_template1.bki.source $(DESTDIR)$(LIBDIR)/local1_template1.bki.source
$(INSTALL) $(INSTLOPTS) libpq/pg_hba.sample \ $(INSTALL) $(INSTLOPTS) libpq/pg_hba.conf.sample \
$(DESTDIR)$(LIBDIR)/pg_hba.sample $(DESTDIR)$(LIBDIR)/pg_hba.conf.sample
# so we can get the UID of the postgres owner (w/o moving pg_id to # so we can get the UID of the postgres owner (w/o moving pg_id to
# src/tools). We just want the vanilla LDFLAGS for pg_id # src/tools). We just want the vanilla LDFLAGS for pg_id