1 |
slords |
1.1 |
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 |
2 |
|
|
--- 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 |
3 |
|
|
+++ 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 |
4 |
|
|
@@ -1 +1,2 @@ |
5 |
|
|
-local all all ident sameuser |
6 |
|
|
+local all postgres ident sameuser |
7 |
|
|
+local all all md5 |
8 |
|
|
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 |
9 |
|
|
--- 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 |
10 |
|
|
+++ 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 |
11 |
|
|
@@ -0,0 +1 @@ |
12 |
|
|
+host all all 127.0.0.1 255.255.255.255 md5 |