reference manual - problem with tcp example
27 Mar
2003
27 Mar
'03
8:34 a.m.
Hi, i read used example from syslog-ng reference manual - there's extra semi-colon, which causes syslog-ng to fail during startup: Reference manual part: Example 3-9. Using the tcp() driver destination d_tcp { tcp("10.1.2.3" port(1999); localport(999)); }; ^^^ Correct is: destination d_tcp { tcp("10.1.2.3" port(1999) localport(999)); }; Cheers, Martin Pala
8185
Age (days ago)
8185
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Pala