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

Collapse All | Expand All

(-)/usr/local/etc/rc.d/postgresql 2016-11-19 10:10:15.820942074 +0000 (-1 / +1 lines)
Lines 103-109 Link Here
103
103
104
postgresql_command()
104
postgresql_command()
105
{
105
{
106
    su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
106
    su -l ${postgresql_user} -c "exec setfib ${postgresql_fib} ${command} ${command_args} ${rc_arg}"
107
}
107
}
108
108
109
postgresql_initdb()
109
postgresql_initdb()

Return to bug 214663