summaryrefslogtreecommitdiff
path: root/www-misc/pglogd/files/pglogd-2.3-path.patch
Unidiff
Diffstat (limited to 'www-misc/pglogd/files/pglogd-2.3-path.patch') (more/less context) (ignore whitespace changes)
-rw-r--r--www-misc/pglogd/files/pglogd-2.3-path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/www-misc/pglogd/files/pglogd-2.3-path.patch b/www-misc/pglogd/files/pglogd-2.3-path.patch
new file mode 100644
index 0000000..04d2931
--- a/dev/null
+++ b/www-misc/pglogd/files/pglogd-2.3-path.patch
@@ -0,0 +1,11 @@
1 --- pglogd.h.orig2005-04-26 18:51:47.000000000 +0200
2 +++ pglogd.h2005-04-26 18:52:20.000000000 +0200
3@@ -75,7 +75,7 @@
4 #define FIFO "/tmp/.f.PGLOGD" /* FIFO file. */
5 #define LOGFILE "/var/log/pglogd.log"/* File the daemon will log to. */
6
7-#define OVERFLOWFILE "/usr/site/logs/pglogd_overflow"
8+#define OVERFLOWFILE "/var/log/pglogd_overflow.log"
9 #define OVERFLOW_WARNING 100 /* Write a warning to the log every n entries in the overflow log. */
10
11 #define MAXSELECTDELAY 30 /* Max time select() will block. */