--- /usr/local/etc/rc.d/#010.pgsql.sh~ Wed Mar 9 10:55:17 2005 +++ /usr/local/etc/rc.d/010.pgsql.sh Wed Mar 9 10:55:17 2005 @@ -47,7 +47,7 @@ postgresql_command() { - su -m ${postgresql_user} -c "exec ${command} ${command_args}" + su -l ${postgresql_user} -c "exec ${command} ${command_args}" } postgresql_initdb()