aboutsummaryrefslogtreecommitdiff
path: root/databases/pgpool
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-15 03:04:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-15 03:04:15 +0000
commitb4ef9c062e597a18a38e0ade6d86000be47a198e (patch)
tree13fc74a59e1bca4231cd25597dab70945b69f515 /databases/pgpool
parent47987fbad19073da0fc36302027c5968533647e9 (diff)
Notes
Diffstat (limited to 'databases/pgpool')
-rw-r--r--databases/pgpool/pkg-message9
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/pgpool/pkg-message b/databases/pgpool/pkg-message
new file mode 100644
index 000000000000..b1a7385436a6
--- /dev/null
+++ b/databases/pgpool/pkg-message
@@ -0,0 +1,9 @@
+In order to start pgpool you need some more configuration:
+
+# sysrc -f /etc/rc.conf pgpool_enable="YES"
+# sysrc -f /etc/rc.conf pgpool_user="root"
+
+Please consider the usage of another user. The user is
+required to have read/write access to /var/run/pgpool.
+
+Using the root user is - as always - an security issue.