View | Details | Raw Unified | Return to bug 279671 | Differences between
and this patch

Collapse All | Expand All

(-)databases/postgresql14-server/files/postgresql.in (+1 lines)
Lines 31-36 load_rc_config postgresql Link Here
31
31
32
# set defaults
32
# set defaults
33
: ${postgresql_enable:="NO"}
33
: ${postgresql_enable:="NO"}
34
: ${postgresql_svcj_options:="net_basic"}
34
: ${postgresql_flags:="-w -s -m fast"}
35
: ${postgresql_flags:="-w -s -m fast"}
35
: ${postgresql_user:="%%PG_USER%%"}
36
: ${postgresql_user:="%%PG_USER%%"}
36
eval _pgdir="~${postgresql_user}/data%%PG_VERSION%%"
37
eval _pgdir="~${postgresql_user}/data%%PG_VERSION%%"

Return to bug 279671