Deleted Added
full compact
sendmail (103264) sendmail (104980)
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 103264 2002-09-12 17:31:09Z gordon $
4# $FreeBSD: head/etc/rc.d/sendmail 104980 2002-10-12 10:31:31Z schweikh $
5#
6
7# PROVIDE: mail
8# REQUIRE: LOGIN
9# KEYWORD: FreeBSD NetBSD
10# we make mail start late, so that things like .forward's are not
11# processed until the system is fully operational
12

--- 68 unchanged lines hidden (view full) ---

81 done
82}
83
84run_rc_command "$1"
85
86case ${OSTYPE} in
87FreeBSD)
88 required_files=
5#
6
7# PROVIDE: mail
8# REQUIRE: LOGIN
9# KEYWORD: FreeBSD NetBSD
10# we make mail start late, so that things like .forward's are not
11# processed until the system is fully operational
12

--- 68 unchanged lines hidden (view full) ---

81 done
82}
83
84run_rc_command "$1"
85
86case ${OSTYPE} in
87FreeBSD)
88 required_files=
89
89
90 if ! checkyesno sendmail_enable; then
91 name="sendmail_submit"
92 rcvar=`set_rcvar`
93 start_cmd="${command} ${sendmail_submit_flags}"
94 run_rc_command "$1"
95 fi
96
97 if ! checkyesno sendmail_outbound_enable; then

--- 14 unchanged lines hidden ---
90 if ! checkyesno sendmail_enable; then
91 name="sendmail_submit"
92 rcvar=`set_rcvar`
93 start_cmd="${command} ${sendmail_submit_flags}"
94 run_rc_command "$1"
95 fi
96
97 if ! checkyesno sendmail_outbound_enable; then

--- 14 unchanged lines hidden ---