freebsd-dev/usr.sbin/newsyslog
Mark Johnston 3b58eef59e When the 'R' flag is used with a newsyslog.conf entry, some fields of
the corresponding struct sigwork_entry were left uninitialized,
potentially causing an early return from do_sigwork(). Ensure that these
fields are initialized, and handle the 'R' flag properly in
do_sigwork().

PR:		bin/175330
Reviewed by:	gad
Approved by:	rstone (co-mentor)
MFC after:	1 week
2013-01-27 06:01:35 +00:00
..
extern.h
Makefile The last big commit: let usr.sbin/ use WARNS=6 by default. 2010-01-02 11:07:44 +00:00
newsyslog.8 Have -n imply -r, since dry-run mode obviously doesn't require root 2013-01-03 16:12:48 +00:00
newsyslog.c When the 'R' flag is used with a newsyslog.conf entry, some fields of 2013-01-27 06:01:35 +00:00
newsyslog.conf.5 mdoc: fix mandoc "Oc breaks Op" warning. 2012-06-09 09:54:07 +00:00
pathnames.h Add xz(1) support to newsyslog. 2011-01-31 10:57:54 +00:00
ptimes.c