Searched hist:246918 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.cdiff 246918 Sun Feb 17 17:59:39 MST 2013 markj MFC r245961 r245962 r245963.

MFC r245961:
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().

MFC r245962:
Ensure that newsyslog -n prints the correct message for a rotation rule
that uses the 'R' flag.

MFC r245963:
Rename the run_cmd field to sw_runcmd to make it consistent with the
other fields in struct sigwork_entry.

Approved by: emaste (co-mentor)

Completed in 163 milliseconds