]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed a little config file typo.
authorChristian Schmidt <maniacikarus@ipfire.org>
Mon, 17 Aug 2009 05:11:37 +0000 (07:11 +0200)
committerChristian Schmidt <maniacikarus@ipfire.org>
Mon, 17 Aug 2009 05:11:37 +0000 (07:11 +0200)
config/syslog-ng/syslog-ng.conf

index a951f2649472b46bfa8f1cb04461492f167f6331..2d0bf45279dd23338e995ea5b386e3997a5048f4 100644 (file)
@@ -46,7 +46,7 @@ destination boot {
        file("/var/log/boot.log");
        };
 destination kernel {
-       file("/var/log/kernel.log);
+       file("/var/log/kernel.log");
        };
 destination console {
        usertty("root");