> > I use syslog-ng on my Gentoo box. It works well except one
> >problem: Every time I reboot I found the /var/log/messgaes file's
> >permission was set to 0600. Since I want all users in root group can
> >read it, I have to chmod g+r /var/log/messages again and again. So how
> >can I make its permission default 0600?
Add:
options {
perm( 0600 );
}
to /etc/syslog-ng/syslog-ng.conf... (you probably already have an
options {} block, so just add the perm() line, and restart syslog-ng)
--
[email protected] mailing list