Deleted Added
full compact
sendmail (136224) sendmail (140339)
1#!/bin/sh
2#
3# $NetBSD: sendmail,v 1.14 2002/02/12 01:26:36 lukem Exp $
1#!/bin/sh
2#
3# $NetBSD: sendmail,v 1.14 2002/02/12 01:26:36 lukem Exp $
4# $FreeBSD: head/etc/rc.d/sendmail 136224 2004-10-07 13:55:26Z mtm $
4# $FreeBSD: head/etc/rc.d/sendmail 140339 2005-01-16 03:12:03Z obrien $
5#
6
7# PROVIDE: mail
5#
6
7# PROVIDE: mail
8# REQUIRE: LOGIN
8# REQUIRE: LOGIN cleanvar
9# we make mail start late, so that things like .forward's are not
10# processed until the system is fully operational
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
16

--- 80 unchanged lines hidden ---
9# we make mail start late, so that things like .forward's are not
10# processed until the system is fully operational
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
16

--- 80 unchanged lines hidden ---