On 2007-05-21 16:06, Registration Account wrote:
> I was clear to perform a copy and paste. Sorry the syntax error remains.
> I can see your equal () and equal {} I have not a clue why the syntax
> wont parse.
>   
I pasted the line into a console and see I didn't mix up the
braces/parentheses after all, as you've noted.

All I can think of now is a syntax error in the documentation. The line
I quote from there is as follows:

>>> destination d_file { file("/var/log/skot" ); };  
>>>       

The format in the actual syslog-ng.conf file on my system is instead
suggestive of the following:

        destination d_file { file("/var/log/skot"); };

Note the absence of the space following the file name.

Yes, I'm really grasping at a rather small straw here.


-- 
Moral indignation is jealousy with a halo. -- HG Wells

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to