Logrotate improvement
list Peter Welter
Sat, 3 Sep 2005 16:47:01 +0200
Message-Id: <user-b25f54d75f12@xymon.invalid>
Hello Henrik (or rpm-maintainers?!),
The current hobbit.logrotate file contains a minor error. The last section is:
postrotate
su -c "/etc/init.d/hobbit rotate" hobbit
endscript
I think two things are mixed up because this command asks for a
password (running a root-script). It should be:
/etc/init.d/hobbit rotate
-or-
su - hobbit -c"/usr/lib/hobbit/server/hobbit.sh rotate"
regards,
Peter