Deleted Added
full compact
sendmail (230099) sendmail (240336)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/sendmail 230099 2012-01-14 02:18:41Z dougb $
3# $FreeBSD: head/etc/rc.d/sendmail 240336 2012-09-11 05:04:59Z obrien $
4#
5
6# PROVIDE: mail
4#
5
6# PROVIDE: mail
7# REQUIRE: LOGIN cleanvar
7# REQUIRE: LOGIN FILESYSTEMS
8# we make mail start late, so that things like .forward's are not
9# processed until the system is fully operational
10# KEYWORD: shutdown
11
12# XXX - Get together with sendmail mantainer to figure out how to
13# better handle SENDMAIL_ENABLE and 3rd party MTAs.
14#
15. /etc/rc.subr

--- 84 unchanged lines hidden ---
8# we make mail start late, so that things like .forward's are not
9# processed until the system is fully operational
10# KEYWORD: shutdown
11
12# XXX - Get together with sendmail mantainer to figure out how to
13# better handle SENDMAIL_ENABLE and 3rd party MTAs.
14#
15. /etc/rc.subr

--- 84 unchanged lines hidden ---