summaryrefslogtreecommitdiff
path: root/databases/postgresql7/files
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-12-05 21:22:42 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-12-05 21:22:42 +0000
commit3581faeeac6b2c18fab57c228a4d436460a48e1d (patch)
tree18c1437b03079fba7bccd2c519114af0e743eff3 /databases/postgresql7/files
parent- mark BROKEN (diff)
Remove the PORTNAME from postgreql-client. PORTNAME is set by
MASTERDIR/Makefile[1]. Improve the CONFLICTS messages[2]. Fix the DEPENDS so that MIT krb5 depends on security/krb5, not heimdal[3]. Add a file that was missing in the upgrade that has PostgreSQL log to syslog by default[4]. PR: [4] Originally submitted in ports/59402 Submitted by: [1,2,4] maintainer [3] keoki seu <keoki@camelot.physics.wm.edu>
Notes
Notes: svn path=/head/; revision=95163
Diffstat (limited to 'databases/postgresql7/files')
-rw-r--r--databases/postgresql7/files/patch-src:backend:utils:misc:postgresql.conf.sample24
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/postgresql7/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql7/files/patch-src:backend:utils:misc:postgresql.conf.sample
new file mode 100644
index 000000000000..b9842b0c94f6
--- /dev/null
+++ b/databases/postgresql7/files/patch-src:backend:utils:misc:postgresql.conf.sample
@@ -0,0 +1,24 @@
+--- src/backend/utils/misc/postgresql.conf.sample~ Wed Oct 8 05:49:38 2003
++++ src/backend/utils/misc/postgresql.conf.sample Tue Nov 18 05:08:08 2003
+@@ -136,9 +136,9 @@
+
+ # - Syslog -
+
+-#syslog = 0 # range 0-2; 0=stdout; 1=both; 2=syslog
+-#syslog_facility = 'LOCAL0'
+-#syslog_ident = 'postgres'
++syslog = 2 # range 0-2; 0=stdout; 1=both; 2=syslog
++syslog_facility = 'LOCAL0'
++syslog_ident = 'postgres'
+
+ # - When to Log -
+
+@@ -162,7 +162,7 @@
+ # milliseconds. Zero prints all queries.
+ # Minus-one disables.
+
+-#silent_mode = false # DO NOT USE without Syslog!
++silent_mode = true # DO NOT USE without Syslog!
+
+ # - What to Log -
+