X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=nixops%2Fmodules%2Fdatabases%2Fpostgresql_run_socket_path.patch;fp=nixops%2Fmodules%2Fdatabases%2Fpostgresql_run_socket_path.patch;h=0000000000000000000000000000000000000000;hb=c1b6f97a72e0b4897ce11414df28259d4ea3c5ab;hp=b558c7b7496188c9c6e8830c7f03d4fa65e8a9cc;hpb=5010032101ed3bceaa40fb0a631066e8098c1d7e;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/nixops/modules/databases/postgresql_run_socket_path.patch b/nixops/modules/databases/postgresql_run_socket_path.patch deleted file mode 100644 index b558c7b..0000000 --- a/nixops/modules/databases/postgresql_run_socket_path.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur postgresql-9.2.0.sockets/src/include/pg_config_manual.h postgresql-9.2.0/src/include/pg_config_manual.h ---- postgresql-9.2.0.sockets/src/include/pg_config_manual.h 2012-09-06 17:26:17.000000000 -0400 -+++ postgresql-9.2.0/src/include/pg_config_manual.h 2012-09-06 18:13:18.183092471 -0400 -@@ -144,7 +144,7 @@ - * here's where to twiddle it. You can also override this at runtime - * with the postmaster's -k switch. - */ --#define DEFAULT_PGSOCKET_DIR "/tmp" -+#define DEFAULT_PGSOCKET_DIR "/run/postgresql" - - /* - * The random() function is expected to yield values between 0 and