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

(-)/usr/local/etc/rc.d/010.pgsql.sh Wed Mar 9 10:55:17 2005 (-1 / +1 lines)
Lines 47-53 Link Here
47
47
48
postgresql_command()
48
postgresql_command()
49
{
49
{
50
    su -m ${postgresql_user} -c "exec ${command} ${command_args}"
50
    su -l ${postgresql_user} -c "exec ${command} ${command_args}"
51
}
51
}
52
    
52
    
53
postgresql_initdb()
53
postgresql_initdb()

Return to bug 78630