/[smecontribs]/rpms/smeserver-postgresql/contribs8/smeserver-postgresql-0.0.1.tcpip_socket.patch2
ViewVC logotype

Annotation of /rpms/smeserver-postgresql/contribs8/smeserver-postgresql-0.0.1.tcpip_socket.patch2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sun Mar 3 21:52:45 2013 UTC (11 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-postgresql-0_0_1-24_el5_sme, HEAD
Initial import

1 unnilennium 1.1 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
2     --- smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/tcpip_socket 2006-08-29 23:02:49.000000000 -0400
3     +++ mezzanine_patched_smeserver-postgresql-0.0.1/root/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/tcpip_socket 2006-08-29 23:02:27.000000000 -0400
4     @@ -1,5 +1,5 @@
5     {
6     my $local = $postgresql{LocalNetworkingOnly} || 'yes';
7     $OUT = "tcpip_socket = ";
8     - $OUT .= ($local = 'yes') ? 'false' : 'true';
9     + $OUT .= ($local eq 'yes') ? 'false' : 'true';
10     }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed