diff options
Diffstat (limited to 'server.patch')
-rw-r--r-- | server.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server.patch b/server.patch index 11cb2cb..c81e4bf 100644 --- a/server.patch +++ b/server.patch @@ -141,7 +141,7 @@ diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h * with the postmaster's -k switch. */ -#define DEFAULT_PGSOCKET_DIR "/tmp" -+#define DEFAULT_PGSOCKET_DIR "@GENTOO_PORTAGE_EPREFIX@@RUNDIR@/run/postgresql" ++#define DEFAULT_PGSOCKET_DIR "@GENTOO_PORTAGE_EPREFIX@/run/postgresql" /* * The random() function is expected to yield values between 0 and |