View | Details | Raw Unified | Return to bug 161769
Collapse All | Expand All

(-)/usr/local/etc/rc.d/postgresql 2011-10-18 12:45:45.000000000 +0200 (-1 / +1 lines)
Lines 32-38 Link Here
32
# set defaults
32
# set defaults
33
postgresql_enable=${postgresql_enable:-"NO"}
33
postgresql_enable=${postgresql_enable:-"NO"}
34
postgresql_flags=${postgresql_flags:-"-w -s -m fast"}
34
postgresql_flags=${postgresql_flags:-"-w -s -m fast"}
35
postgresql_user=${postgresql_user:-"%%PG_USER%%"}
35
postgresql_user=${postgresql_user:-"pgsql"}
36
eval postgresql_data=${postgresql_data:-"~${postgresql_user}/data"}
36
eval postgresql_data=${postgresql_data:-"~${postgresql_user}/data"}
37
postgresql_class=${postgresql_class:-"default"}
37
postgresql_class=${postgresql_class:-"default"}
38
postgresql_initdb_flags=${postgresql_initdb_flags:-"--encoding=utf-8 --lc-collate=C"}
38
postgresql_initdb_flags=${postgresql_initdb_flags:-"--encoding=utf-8 --lc-collate=C"}

Return to bug 161769