]> granicus.if.org Git - postgresql/commitdiff
New host-based authentication -- install pg_hba.conf instead of pg_hba
authorBryan Henderson <bryanh@giraffe.netgate.net>
Sat, 12 Oct 1996 07:44:39 +0000 (07:44 +0000)
committerBryan Henderson <bryanh@giraffe.netgate.net>
Sat, 12 Oct 1996 07:44:39 +0000 (07:44 +0000)
src/backend/Makefile

index e7b8b812b7739af8661a3e87769a13f6aa82504a..c39363841baf1d713860147878f467cee3ec0851 100644 (file)
@@ -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