diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-07 09:46:25 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-07 09:46:25 +0000 |
commit | acff94dfc20e83b2d21afcfcc9f84928e45c1231 (patch) | |
tree | 92c3122699d9603a999014ebd625a48083332bcb /community/slony1/default-config.patch | |
parent | 11eff020b83662c550fc47164ee8d76f2be20f2b (diff) | |
download | aports-acff94dfc20e83b2d21afcfcc9f84928e45c1231.tar.bz2 aports-acff94dfc20e83b2d21afcfcc9f84928e45c1231.tar.xz |
main/slony1: move to community
Diffstat (limited to 'community/slony1/default-config.patch')
-rw-r--r-- | community/slony1/default-config.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/slony1/default-config.patch b/community/slony1/default-config.patch new file mode 100644 index 0000000000..ebc60f8c2d --- /dev/null +++ b/community/slony1/default-config.patch @@ -0,0 +1,11 @@ +--- ./share/slon.conf-sample.orig ++++ ./share/slon.conf-sample +@@ -49,7 +49,7 @@ + # still go to the standard output/error). The default is 0, which means + # syslog is off. + # Range: [0-2], default: 0 +-#syslog=0 ++syslog=2 + + # If true, include the process ID on each log line. Default is false. + #log_pid=false |