1 |
unnilennium |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/root/etc/e-smith/db/configuration/defaults/postgresql/LocalNetworkingOnly mezzanine_patched_smeserver-postgresql-0.0.1/root/etc/e-smith/db/configuration/defaults/postgresql/LocalNetworkingOnly |
2 |
|
|
--- smeserver-postgresql-0.0.1/root/etc/e-smith/db/configuration/defaults/postgresql/LocalNetworkingOnly 1969-12-31 19:00:00.000000000 -0500 |
3 |
|
|
+++ mezzanine_patched_smeserver-postgresql-0.0.1/root/etc/e-smith/db/configuration/defaults/postgresql/LocalNetworkingOnly 2006-08-21 21:11:05.000000000 -0400 |
4 |
|
|
@@ -0,0 +1 @@ |
5 |
|
|
+yes |
6 |
|
|
diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/tcpip_socket mezzanine_patched_smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/tcpip_socket |
7 |
|
|
--- smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/tcpip_socket 1969-12-31 19:00:00.000000000 -0500 |
8 |
|
|
+++ mezzanine_patched_smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/tcpip_socket 2006-08-21 21:17:37.000000000 -0400 |
9 |
|
|
@@ -0,0 +1,5 @@ |
10 |
|
|
+{ |
11 |
|
|
+ my $local = $postgresql{LocalNetworkingOnly} || 'yes'; |
12 |
|
|
+ $OUT = "tcpip_socket = "; |
13 |
|
|
+ $OUT .= ($local = 'yes') ? 'false' : 'true'; |
14 |
|
|
+} |