Update databases/postgresql12-server to version 12.2_2
[dports.git] / databases / pgpool-II-40 / pkg-message
1 [
2 { type: install
3   message: <<EOM
4 In order to start pgpool you need some more configuration:
5
6 # sysrc -f /etc/rc.conf pgpool_enable="YES"
7 # sysrc -f /etc/rc.conf pgpool_user="root"
8
9 Please consider the usage of another user. The user is
10 required to have read/write access to /var/run/pgpool.
11
12 Using the root user is - as always - an security issue.
13 EOM
14 }
15 ]