On Thu, Feb 27, 2003 at 02:32:30PM +0530, Devdas Bhagat wrote: > > Now, check in /etc/logrotate.d/syslog for the command that restarts syslog. > Almost every script in /etc/logrotate.d/ will HUP syslogd to close and > reopen file descriptors.
No, only those log files that are managed by syslogd. For example, software that manage their own log files (apache, squid) will have logrotate scripts that do not HUP the syslogd process. Binand -- Russian Roulette with Unix: while :; do kill $RANDOM &> /dev/null && break || sleep 1; done ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
