diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/root/etc/rc.d/init.d/pgsql.init mezzanine_patched_smeserver-postgresql-0.0.1/root/etc/rc.d/init.d/pgsql.init --- smeserver-postgresql-0.0.1/root/etc/rc.d/init.d/pgsql.init 2006-08-29 09:20:40.000000000 -0400 +++ mezzanine_patched_smeserver-postgresql-0.0.1/root/etc/rc.d/init.d/pgsql.init 2006-08-27 19:05:06.000000000 -0400 @@ -53,7 +53,7 @@ action "Loading $F into postgresql" chpst -u postgres /usr/bin/psql $D < $link && /bin/rm $link ;; *) - action "Loading $F into postgresql" $link && /bin/rm $link + action "Loading $F into postgresql" chpst -u postgres $link && /bin/rm $link ;; esac # Record any failure for the final return value.