aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/Makefile3
-rw-r--r--src/backend/libpq/pg_service.conf.sample16
2 files changed, 1 insertions, 18 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile
index ec4c179c7ab..e6499106b78 100644
--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.93 2003/01/26 01:19:22 momjian Exp $
+# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.94 2003/02/03 14:24:07 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -133,7 +133,6 @@ endif
endif
$(MAKE) -C catalog install-data
$(INSTALL_DATA) $(srcdir)/libpq/pg_hba.conf.sample $(DESTDIR)$(datadir)/pg_hba.conf.sample
- $(INSTALL_DATA) $(srcdir)/libpq/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service.conf.sample
$(INSTALL_DATA) $(srcdir)/libpq/pg_ident.conf.sample $(DESTDIR)$(datadir)/pg_ident.conf.sample
$(INSTALL_DATA) $(srcdir)/utils/misc/postgresql.conf.sample $(DESTDIR)$(datadir)/postgresql.conf.sample
diff --git a/src/backend/libpq/pg_service.conf.sample b/src/backend/libpq/pg_service.conf.sample
deleted file mode 100644
index d5d486f904a..00000000000
--- a/src/backend/libpq/pg_service.conf.sample
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Connection configuration file
-#
-# A service is a set of named connection parameters. You may specify
-# multiple services in this file. Each starts with a service name in
-# brackets. Subsequent lines have connection configuration parameters of
-# the pattern "param=value". A sample configuration for template1 is
-# included in this file. If no database name is specified, it is assumed
-# to match the service name. Lines beginning with '#' are comments.
-#
-# Copy this to your sysconf directory (typically /usr/local/pgsql/etc) and
-# rename it pg_service.conf.
-#
-#
-#[template1]
-#user=postgres