From: Christian Schmidt Date: Mon, 17 Aug 2009 05:11:37 +0000 (+0200) Subject: Fixed a little config file typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a2af74bb51d21e6b40432abb781b07c38ca199d;p=ipfire-3.x.git Fixed a little config file typo. --- diff --git a/config/syslog-ng/syslog-ng.conf b/config/syslog-ng/syslog-ng.conf index a951f2649..2d0bf4527 100644 --- a/config/syslog-ng/syslog-ng.conf +++ b/config/syslog-ng/syslog-ng.conf @@ -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");