From 390c25bb1df3aa9513432ca3402999ca53876a75 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 14 May 2022 02:43:37 +0800 Subject: [PATCH] Update pg_service.conf example to tell the Debian specific file location. Forwarded: No, Debian specific Gbp-Pq: Name 53-pg_service.conf_directory_doc.patch --- src/interfaces/libpq/pg_service.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/libpq/pg_service.conf.sample b/src/interfaces/libpq/pg_service.conf.sample index 5a1c083..7ef2ebd 100644 --- a/src/interfaces/libpq/pg_service.conf.sample +++ b/src/interfaces/libpq/pg_service.conf.sample @@ -8,8 +8,8 @@ # to look up such parameters. A sample configuration for postgres is # included in this file. Lines beginning with '#' are comments. # -# Copy this to your sysconf directory (typically /usr/local/pgsql/etc) and -# rename it pg_service.conf. +# Copy this to /etc/postgresql-common/ (or select its location with the +# PGSYSCONFDIR environment variable) and rename it pg_service.conf. # # #[postgres]