Bug#365339: make number of rotatelogs configurable

2006-05-02 Thread Marc Haber
On Sun, Apr 30, 2006 at 04:55:23PM +0200, Michelle Konzack wrote: > Am 2006-04-29 14:18:39, schrieb Marc Haber: > > > It is configurable, /etc/cron.daily/sysklogd is a dpkg-conffile. > > dpkg-reconfigure sysklogd ??? No. > Are you sure that this works? No. Hint: a dpkg-conffile is so

Bug#365339: make number of rotatelogs configurable

2006-05-02 Thread Michelle Konzack
Hello Marc, Am 2006-04-29 14:18:39, schrieb Marc Haber: > It is configurable, /etc/cron.daily/sysklogd is a dpkg-conffile. dpkg-reconfigure sysklogd ??? Are you sure that this works? Maybe under Etch or Sid, but not in Sarge. I get under Sarge only michelle1:/ # dpkg-reconfigure debc

Bug#365339: make number of rotatelogs configurable

2006-04-29 Thread Marc Haber
On Thu, Apr 27, 2006 at 12:17:42AM +0200, Michelle Konzack wrote: > Error description: > > The script /etc/cron.daily/sysklogd use > > 8<-- > for LOG in `syslogd-listfiles` > do >if [ -s $LOG ]; then > savelog -g adm -m 640 -u roo

Bug#365339: make number of rotatelogs configurable

2006-04-29 Thread Michelle Konzack
Package: sysklogd Version: 1.4.1-17 Severity: wishlist Error description: The script /etc/cron.daily/sysklogd use 8<-- for LOG in `syslogd-listfiles` do if [ -s $LOG ]; then savelog -g adm -m 640 -u root -c 7 $LOG >/dev/null fi