From b34c8b9d7701653830787d177d7b5db272cc818c Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sun, 20 Jun 2010 11:21:14 +0200 Subject: [PATCH] add missing semi-colon Signed-off-by: Martin Zobel-Helas --- templates/syslog-ng.conf.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/syslog-ng.conf.erb b/templates/syslog-ng.conf.erb index fffd050ab..086d5095c 100644 --- a/templates/syslog-ng.conf.erb +++ b/templates/syslog-ng.conf.erb @@ -459,8 +459,10 @@ destination loghost-heininen { cert_file("/etc/ssl/debian/certs/thishost.crt") ca_dir("/etc/ssl/debian/certs/") ) - ) + ); }; + + log { source(s_all); destination(loghost-heininen); -- 2.20.1