From 57026d600914a1ab38889dc79594274aa3e218af Mon Sep 17 00:00:00 2001
From: Bryan Henderson <bryanh@giraffe.netgate.net>
Date: Sat, 12 Oct 1996 07:44:39 +0000
Subject: [PATCH] New host-based authentication -- install pg_hba.conf instead
 of pg_hba

---
 src/backend/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/backend/Makefile b/src/backend/Makefile
index e7b8b812b77..c39363841ba 100644
--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -7,7 +7,7 @@
 #
 #
 # 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\
          global1.bki.source local1_template1.bki.source \
-         libpq/pg_hba.sample
+         libpq/pg_hba.conf.sample
 	
 	$(INSTALL) $(INSTL_EXE_OPTS) $(objdir)/postgres \
 	  $(DESTDIR)$(BINDIR)/postgres
@@ -216,8 +216,8 @@ install: beforeinstall postgres fmgr.h\
 	  $(DESTDIR)$(LIBDIR)/global1.bki.source
 	$(INSTALL) $(INSTLOPTS) $(objdir)/local1_template1.bki.source \
 	  $(DESTDIR)$(LIBDIR)/local1_template1.bki.source
-	$(INSTALL) $(INSTLOPTS) libpq/pg_hba.sample \
-	  $(DESTDIR)$(LIBDIR)/pg_hba.sample
+	$(INSTALL) $(INSTLOPTS) libpq/pg_hba.conf.sample \
+	  $(DESTDIR)$(LIBDIR)/pg_hba.conf.sample
 
 # 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
-- 
GitLab