freebsd-dev/etc/periodic
Gregory Neil Shapiro 14a349d554 Update mail queue related periodic scripts to account for sendmail 8.12's
clientmqueue (submit mail queue).

The new mailq display is only active if both the old
daily_status_mailq_enable is set to "YES" and the new
daily_status_include_submit_mailq is set to "YES" so people who disabled
440.status-mailq won't have any surprises.

Likewise, the new queue run is only active if both the old
daily_queuerun_enable is set to "YES" and the new daily_submit_queuerun
is set to "YES" so people who disabled 500.queuerun won't have any
surprises.

While I am here, remove the [ ! -d /var/spool/mqueue ] checks from
both scripts as the queue directory isn't always /var/spool/mqueue for
the main daemon -- it can be set to anything in the sendmail.cf file.

MFC after:	1 week
2002-04-10 03:58:40 +00:00
..
daily Update mail queue related periodic scripts to account for sendmail 8.12's 2002-04-10 03:58:40 +00:00
monthly Handle wtmp.0 being compressed 2001-11-20 15:01:24 +00:00
security No need to explicitly check for both cases when using grep -i. 2002-03-12 21:44:33 +00:00
weekly Environmental variable was not being passed to a subshell as intended. 2002-03-05 19:13:05 +00:00
Makefile Long ago, there was just /etc/daily. Then /etc/security was split out 2001-12-07 23:57:39 +00:00
Makefile.inc