summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authorwennmach <wennmach>2001-03-25 11:42:55 +0000
committerwennmach <wennmach>2001-03-25 11:42:55 +0000
commit09b3bb19c604517f7a7c62241063834a0c643bc8 (patch)
tree39fc5dfc1417b6d340149a5058d6a8776b642b22 /mk/mk.conf.example
parent8f654b9d8d9349a68fac2611fcf0287c62ed8982 (diff)
downloadpkgsrc-09b3bb19c604517f7a7c62241063834a0c643bc8.tar.gz
Add an entry for PGHOME, the (now configurable) home directory of
the pgsql user.
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r--mk/mk.conf.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index c7d79a2da6c..612a45fc978 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.188 2001/03/24 06:21:35 zuntum Exp $
+# $NetBSD: mk.conf.example,v 1.189 2001/03/25 11:42:55 wennmach Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -637,6 +637,12 @@ PAPERSIZE= A4
# Possible: any user name
# Default: pgsql
+#PGHOME= /data/${PGUSER}
+# Used in postgresql package as the home directory for the database
+# administrator
+# Possible: any valid location
+# Default: ${PREFIX}/${PGUSER}
+
#PG_MB_ENCODING= SQL_ASCII
# Used to postgresql package to define the language encoding of the
# backend server process.