3581faeeac
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>
24 lines
658 B
Text
24 lines
658 B
Text
--- 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 -
|
|
|