8fba304b43
Add the much-needed and long-desired ability to force the log rotation to take place on a specific day or time, and document same. This works by extending the syntax of the `when' field to allow a restricted ISO 8601 time specification, and performing the log rotation if newsyslog is run during the same hour as is specified.
8 lines
115 B
Makefile
8 lines
115 B
Makefile
# $Id: Makefile,v 1.5 1998/09/19 22:42:11 obrien Exp $
|
|
|
|
PROG= newsyslog
|
|
|
|
MAN8= newsyslog.8
|
|
|
|
.include <bsd.prog.mk>
|