freebsd-skq/usr.sbin/newsyslog
simon 5a46569c8d Fix an old bug in newsyslog where we kept one log file more than was
requested in newsyslog.conf.  This was only the case using the non-time
based filenames (.0, .1, .2 etc.).

The change also makes newsyslog clean clean up the old extra logfile so
users don't end up with a single stale logfile which won't be rotated
out.

This change also cleans up some code a bit to avoid more copy / paste
code and removes some old copy / paste code in the process.

PR:		bin/76697
MFC after:	2 weeks
2011-04-21 16:31:05 +00:00
..
extern.h
Makefile
newsyslog.8 Sync manpage's SYNOPSIS with program's usage. 2011-03-09 17:07:36 +00:00
newsyslog.c Fix an old bug in newsyslog where we kept one log file more than was 2011-04-21 16:31:05 +00:00
newsyslog.conf.5 Add an example for the use of the <include> entry to help others 2011-03-26 00:34:35 +00:00
pathnames.h
ptimes.c