1 |
unnilennium |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-postgresql-0.0.1/createlinks mezzanine_patched_smeserver-postgresql-0.0.1/createlinks |
2 |
|
|
--- smeserver-postgresql-0.0.1/createlinks 2006-05-24 15:28:06.000000000 -0400 |
3 |
|
|
+++ mezzanine_patched_smeserver-postgresql-0.0.1/createlinks 2006-06-28 14:53:05.000000000 -0400 |
4 |
|
|
@@ -29,6 +29,10 @@ |
5 |
|
|
# actions for bootstrap-console-save event |
6 |
|
|
#-------------------------------------------------- |
7 |
|
|
$event = "bootstrap-console-save"; |
8 |
|
|
+foreach (qw(pg_hba.conf postgresql.conf)) |
9 |
|
|
+{ |
10 |
|
|
+ templates2events("/var/lib/pgsql/data/$_", $event); |
11 |
|
|
+} |
12 |
|
|
|
13 |
|
|
#-------------------------------------------------- |
14 |
|
|
# actions for timezone-update event |
15 |
|
|
@@ -36,3 +40,5 @@ |
16 |
|
|
$event = "timezone-update"; |
17 |
|
|
|
18 |
|
|
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/pgsqld"); |
19 |
|
|
+ |
20 |
|
|
+ |
21 |
|
|
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 |
22 |
|
|
--- 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 |
23 |
|
|
+++ 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 |
24 |
|
|
@@ -0,0 +1 @@ |
25 |
|
|
+local all all ident sameuser |
26 |
|
|
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 |
27 |
|
|
--- 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 |
28 |
|
|
+++ 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 |
29 |
|
|
@@ -0,0 +1 @@ |
30 |
|
|
+lc_messages = 'en_US' |
31 |
|
|
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 |
32 |
|
|
--- 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 |
33 |
|
|
+++ 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 |
34 |
|
|
@@ -0,0 +1 @@ |
35 |
|
|
+lc_monetary = 'en_US' |
36 |
|
|
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 |
37 |
|
|
--- 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 |
38 |
|
|
+++ 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 |
39 |
|
|
@@ -0,0 +1 @@ |
40 |
|
|
+lc_numeric = 'en_US' |
41 |
|
|
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 |
42 |
|
|
--- 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 |
43 |
|
|
+++ 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 |
44 |
|
|
@@ -0,0 +1 @@ |
45 |
|
|
+lc_time = 'en_US' |
46 |
|
|
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 |
47 |
|
|
--- 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 |
48 |
|
|
+++ 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 |
49 |
|
|
@@ -0,0 +1 @@ |
50 |
|
|
+{ "max_connections = 100" } |
51 |
|
|
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 |
52 |
|
|
--- 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 |
53 |
|
|
+++ 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 |
54 |
|
|
@@ -0,0 +1,3 @@ |
55 |
|
|
+PERMS=0600 |
56 |
|
|
+UID="postgresql" |
57 |
|
|
+GID="postgresql" |
58 |
|
|
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 |
59 |
|
|
--- 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 |
60 |
|
|
+++ 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 |
61 |
|
|
@@ -0,0 +1,3 @@ |
62 |
|
|
+PERMS=0600 |
63 |
|
|
+UID="postgresql" |
64 |
|
|
+GID="postgresql" |
65 |
|
|
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 |
66 |
|
|
--- 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 |
67 |
|
|
+++ 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 |
68 |
|
|
@@ -0,0 +1 @@ |
69 |
|
|
+{ "shared_buffers = 1000" } |