tcp6 won't work. i need to find a better way to fix it.
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 20 Jun 2010 09:17:50 +0000 (11:17 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 20 Jun 2010 09:17:50 +0000 (11:17 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
templates/syslog-ng.conf.erb

index 86430df..fffd050 100644 (file)
@@ -454,7 +454,7 @@ log {
 <% if hostname != "heininen" -%>
  <% if syslogversion == "3" %>
 destination loghost-heininen {
-       tcp6("heininen.debian.org" port (5140)
+       tcp("heininen.debian.org" port (5140)
                tls( key_file("/etc/ssl/debian/keys/thishost.key")
                     cert_file("/etc/ssl/debian/certs/thishost.crt")
                     ca_dir("/etc/ssl/debian/certs/")