]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Changed syslog-ng.conf.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Jan 2009 20:49:38 +0000 (21:49 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Jan 2009 20:49:38 +0000 (21:49 +0100)
Commented a few lines that are doing some trouble at the moment.

config/syslog-ng/syslog-ng.conf

index 36970f4e83401cdd1ce6976f12e34d53b5a53e2f..e61fafb3b4e446f564fddc512f82a003d9b8bb97 100644 (file)
@@ -53,9 +53,9 @@ destination console_all {
 destination ids {
        program("/usr/sbin/ids-block");
        };
-destination loghost {
-       tcp("10.0.0.1" port(514));
-       };
+#destination loghost {
+#      tcp("10.0.0.1" port(514));
+#      };
 
 filter f_boot {
        facility(local7);