diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/pg_hba.conf/local mezzanine_patched_smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/pg_hba.conf/local --- smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/pg_hba.conf/local 2006-08-24 08:04:54.000000000 -0400 +++ mezzanine_patched_smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/pg_hba.conf/local 2006-08-24 08:03:10.000000000 -0400 @@ -1 +1,2 @@ -local all all ident sameuser +local all postgres ident sameuser +local all all md5 diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/pg_hba.conf/localhost mezzanine_patched_smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/pg_hba.conf/localhost --- smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/pg_hba.conf/localhost 1969-12-31 19:00:00.000000000 -0500 +++ mezzanine_patched_smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/pg_hba.conf/localhost 2006-08-24 08:04:37.000000000 -0400 @@ -0,0 +1 @@ +host all all 127.0.0.1 255.255.255.255 md5