diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/createlinks mezzanine_patched_smeserver-postgresql-0.0.1/createlinks --- smeserver-postgresql-0.0.1/createlinks 2006-05-24 15:28:06.000000000 -0400 +++ mezzanine_patched_smeserver-postgresql-0.0.1/createlinks 2006-06-28 14:53:05.000000000 -0400 @@ -29,6 +29,10 @@ # actions for bootstrap-console-save event #-------------------------------------------------- $event = "bootstrap-console-save"; +foreach (qw(pg_hba.conf postgresql.conf)) +{ + templates2events("/var/lib/pgsql/data/$_", $event); +} #-------------------------------------------------- # actions for timezone-update event @@ -36,3 +40,5 @@ $event = "timezone-update"; safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/pgsqld"); + + diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/pg_hba.conf/local mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/pg_hba.conf/local --- smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/pg_hba.conf/local 1969-12-31 19:00:00.000000000 -0500 +++ mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/pg_hba.conf/local 2006-06-28 14:49:54.000000000 -0400 @@ -0,0 +1 @@ +local all all ident sameuser diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_messages mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_messages --- smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_messages 1969-12-31 19:00:00.000000000 -0500 +++ mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_messages 2006-06-28 14:44:49.000000000 -0400 @@ -0,0 +1 @@ +lc_messages = 'en_US' diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_monetary mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_monetary --- smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_monetary 1969-12-31 19:00:00.000000000 -0500 +++ mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_monetary 2006-06-28 14:44:49.000000000 -0400 @@ -0,0 +1 @@ +lc_monetary = 'en_US' diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_numeric mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_numeric --- smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_numeric 1969-12-31 19:00:00.000000000 -0500 +++ mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_numeric 2006-06-28 14:44:49.000000000 -0400 @@ -0,0 +1 @@ +lc_numeric = 'en_US' diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_time mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_time --- smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_time 1969-12-31 19:00:00.000000000 -0500 +++ mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/lc_time 2006-06-28 14:44:49.000000000 -0400 @@ -0,0 +1 @@ +lc_time = 'en_US' diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/max_connections mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/max_connections --- smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/max_connections 1969-12-31 19:00:00.000000000 -0500 +++ mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/max_connections 2006-06-28 14:43:10.000000000 -0400 @@ -0,0 +1 @@ +{ "max_connections = 100" } diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/pg_hba.conf mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/pg_hba.conf --- smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/pg_hba.conf 1969-12-31 19:00:00.000000000 -0500 +++ mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/pg_hba.conf 2006-06-28 14:49:11.000000000 -0400 @@ -0,0 +1,3 @@ +PERMS=0600 +UID="postgresql" +GID="postgresql" diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/postgresql.conf mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/postgresql.conf --- smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/postgresql.conf 1969-12-31 19:00:00.000000000 -0500 +++ mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/postgresql.conf 2006-06-28 14:46:40.000000000 -0400 @@ -0,0 +1,3 @@ +PERMS=0600 +UID="postgresql" +GID="postgresql" diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/shared_buffers mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/shared_buffers --- smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/shared_buffers 1969-12-31 19:00:00.000000000 -0500 +++ mezzanine_patched_smeserver-postgresql-0.0.1/etc/e-smith/templates/var/lib/pgsql/data/postgresql.conf/shared_buffers 2006-06-28 14:43:43.000000000 -0400 @@ -0,0 +1 @@ +{ "shared_buffers = 1000" }