newsyslog: Sync with FreeBSD.
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 20 Feb 2011 22:14:03 +0000 (12:14 -1000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 20 Feb 2011 22:58:31 +0000 (12:58 -1000)
commit2d012f911ced66944c9a43e46904571031eac8e7
tree86ed1f9cf82372b7fa975afd56723385242d311b
parent4bfff613235390e418af6fe340d465e53afba83a
newsyslog: Sync with FreeBSD.

-Don't consider non-existence of a PID file an error.
-Add -P flag which prevents further action if the pidfile is empty or
doesn't exist.
-Add a -S switch to override the default syslog pid file.
-Add support for creating the archived log filenames using a time-stamp
instead of the traditional simple counter.
-Add xz(1) support.
-Rewrite and simplify logfile compression code.
-Convert newsyslog to using queue(3) macros.
-Add file include processing.

Obtained-from: FreeBSD
usr.sbin/newsyslog/newsyslog.8
usr.sbin/newsyslog/newsyslog.c
usr.sbin/newsyslog/newsyslog.conf.5
usr.sbin/newsyslog/pathnames.h