7 Aug
2002
7 Aug
'02
4:16 p.m.
On Tue, Aug 06, 2002 at 03:03:51PM -0500, Dustin Trammell wrote:
Did you ever get a chance to take a look at this?
I've looked into it. and it's not a bug, it's a feature :) so syslog-ng sets restrictive permissions of files by default which behaviour can be changed. use options { owner(logsystem); group(staff); }; if you want syslog-ng not to touch owner/group/permissions use the following: options { owner("-1") group("-1"); perm("-1"); }; the quotation marks are currently necessary as syslog-ng expects to find a string there (which is not a number) -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1