]> git.pld-linux.org Git - packages/syslog-ng.git/blobdiff - syslog-ng.conf
- up to 3.12.1; builds (without tests; one monodb test fails); needs files update...
[packages/syslog-ng.git] / syslog-ng.conf
index 5936c1657da1a2b46f68f1193f8e8a26df4a475b..1b5843a110ad21f667ca8349d98d41a112141dcf 100644 (file)
@@ -1,4 +1,4 @@
-@version: 3.6
+@version: 3.12
 @include "scl.conf"
 #
 # Syslog-ng configuration for PLD Linux
@@ -43,7 +43,7 @@ destination d_authlog { file("/var/log/secure"); };
 destination d_mail     { file("/var/log/maillog"); };
 destination d_uucp     { file("/var/log/spooler"); };
 destination d_debug    { file("/var/log/debug"); };
-destination d_cron     { file("/var/log/cron" owner(root) group(crontab) perm(0660)); };
+destination d_cron     { file("/var/log/cron"); };
 destination d_syslog   { file("/var/log/syslog"); };
 destination d_daemon   { file("/var/log/daemon"); };
 destination d_lpr              { file("/var/log/lpr"); };
This page took 0.463318 seconds and 4 git commands to generate.