freebsd-dev/etc
Gregory Neil Shapiro 619b80c4e6 Quoting Peter Wemm, "At great personal risk, touch the sendmail startup
again."

As an alternative to sendmail_enable=NONE, solve the boot time problem
for non-sendmail users completely by moving all of the sendmail startup
code from /etc/rc to /etc/rc.sendmail.  The source for that script will
be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will
prevent it from being installed.  A new rc.conf variable,
mta_start_script specifies the script to run to start the user's
preferred MTA.  For backward compatibility, it will default to
/etc/rc.sendmail.  The specified script is called out of /etc/rc after
checking to make sure it exists.  A new rc.sendmail.8 man page has also
been added which now houses the sendmail_* variable descriptions
formerly in rc.conf.5.

Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication.

Reviewed by:	-current, -stable, obrien, peter, ru
MFC after:	1 week
2002-04-05 02:30:49 +00:00
..
defaults Quoting Peter Wemm, "At great personal risk, touch the sendmail startup 2002-04-05 02:30:49 +00:00
etc.alpha s/sysctl -w/sysctl/ 2001-12-11 08:21:46 +00:00
etc.amd64 Move the syscons configuration to a machine independent rc.syscons. The 2001-01-09 22:28:17 +00:00
etc.i386 Add an entry for the Zip 250. 2001-08-31 22:49:22 +00:00
etc.ia64 s/sysctl -w/sysctl/ 2001-12-11 08:21:46 +00:00
etc.sparc64 Populate etc.sparc64: 2002-01-07 23:53:34 +00:00
isdn update the sample isdnd.rc file with a firmware keyword example and a real 2001-05-27 08:05:57 +00:00
kerberosIV
mail Quoting Peter Wemm, "At great personal risk, touch the sendmail startup 2002-04-05 02:30:49 +00:00
mtree Install sys/security/lomac/*.h to /usr/include/security/lomac/. 2002-03-26 16:05:14 +00:00
namedb Install PROTO.localhost-v6.rev. 2002-02-06 04:46:07 +00:00
pam.d Switch over to using pam_login_access(8) module in sshd(8). 2002-03-26 12:52:28 +00:00
periodic No need to explicitly check for both cases when using grep -i. 2002-03-12 21:44:33 +00:00
ppp Put a complete set of pppd(8) sample configuration files in 2002-01-29 01:10:47 +00:00
rc.d The good news is that my initial PR was correct... the bad news is that I 2002-04-01 18:33:45 +00:00
root Add these key bindings for tcsh users in interactive mode: 2001-01-10 02:37:16 +00:00
sendmail Quoting Peter Wemm, "At great personal risk, touch the sendmail startup 2002-04-05 02:30:49 +00:00
amd.map
apmd.conf Now properly use logger's facility argument 2001-08-06 15:52:42 +00:00
auth.conf Merge into a single US-exportable libcrypt, which only provides 2000-12-28 10:32:02 +00:00
crontab Move the sendmail -q from cron to periodic, as suggested by a few people. 2001-02-19 02:47:42 +00:00
csh.cshrc
csh.login
csh.logout
dhclient.conf o Spelling error s/suffient/sufficient/ 2001-10-27 03:14:37 +00:00
disktab Add an entry for the Zip 250. 2001-08-31 22:49:22 +00:00
dm.conf
fbtab
ftpusers Add the MTA users 'mailnull' and 'smmp'. 2002-02-04 15:12:06 +00:00
gettytab Add entries for 3wire terminals. (carrier not supplied, so we set nc). 2001-08-31 22:18:50 +00:00
group Add two new accounts/groups for sendmail: 2001-11-17 21:24:45 +00:00
hosts - Improve line-wrapping and spacing so as to improve readability. 2001-12-11 22:36:10 +00:00
hosts.allow Enable TCP_WRAPPERs for the NIS server. The protection afforded is 2002-02-06 20:39:36 +00:00
hosts.equiv
hosts.lpd
inetd.conf Add a sample line for lukemftp. 2002-03-26 19:54:12 +00:00
locale.alias Actually make aliases for ru_SU locales. 2002-01-08 15:30:56 +00:00
locale.deprecated Sort entries and clarify comments 2002-01-11 15:51:56 +00:00
login.access
login.conf Fix typo. '|' looks a lot like 'l' in my xterm font. 2002-03-01 15:42:27 +00:00
MAKEDEV Support more than 32 sio unit numbers. The maximum unit number is now 2002-03-31 09:15:43 +00:00
MAKEDEV.local
Makefile Install moduli instead of primes 2002-03-21 21:44:03 +00:00
man.alias Remove aliases not needed for new man version 2001-06-26 00:41:07 +00:00
master.passwd Tidy up gecos field for `bin'. 2002-01-29 14:00:03 +00:00
minfree
modems
moduli Import OpenBSD's moduli file. 2002-03-21 21:43:25 +00:00
motd Whitespace police. 2001-12-18 18:21:51 +00:00
netconfig Add cvs tag 2001-03-24 07:20:36 +00:00
netstart Run network6_pass1 if ipv6_enable is YES 2001-05-18 09:14:39 +00:00
network.subr The good news is that my initial PR was correct... the bad news is that I 2002-04-01 18:33:45 +00:00
networks
newsyslog.conf Turns out everyone is a lot lazier than I thought. Spell 2002-03-11 19:34:57 +00:00
nls.alias Add forgotten alias for ru_SU.ISO8859-5 2002-01-08 19:07:03 +00:00
nsmb.conf Comment out an example that was missed on first import. 2002-01-07 08:41:55 +00:00
opieaccess Add commented out example 2001-08-14 23:51:58 +00:00
pccard_ether Due to a bug in the ed driver, which leads to hangs when using it with 2001-09-13 06:18:07 +00:00
phones
printcap fixes: 2000-11-01 13:30:24 +00:00
profile
protocols crdup(9) is not a protocol. 2002-02-10 08:19:58 +00:00
rc Quoting Peter Wemm, "At great personal risk, touch the sendmail startup 2002-04-05 02:30:49 +00:00
rc.atm Avoid unnecessary calls to expr(1) by using standard shell arithmetic 2001-11-14 06:35:43 +00:00
rc.devfs
rc.diskless1 The usage of 'newaliases' needs to be after we know for sure that /usr 2002-02-23 01:49:20 +00:00
rc.diskless2 fix backwards spelling 2002-03-07 07:17:15 +00:00
rc.firewall Bring rc.firewall{,6} more in line with the word and spirit of 2002-02-21 13:14:19 +00:00
rc.firewall6 Bring rc.firewall{,6} more in line with the word and spirit of 2002-02-21 13:14:19 +00:00
rc.initdiskless The usage of 'newaliases' needs to be after we know for sure that /usr 2002-02-23 01:49:20 +00:00
rc.isdn Anti-foot-shooting for pcvt users: ignore isdn_screenflags which is 2001-05-19 08:17:35 +00:00
rc.network The good news is that my initial PR was correct... the bad news is that I 2002-04-01 18:33:45 +00:00
rc.network6 automatic creation of faith0 and stf0 for backward compatibility. 2001-12-15 03:59:47 +00:00
rc.pccard Alter the pccard setup a bit so that it looks prettier by redirecting 2001-03-04 17:34:37 +00:00
rc.resume Apply a more consistent style to the echo statements in /etc/ scripts. 2000-12-17 08:16:06 +00:00
rc.sendmail Quoting Peter Wemm, "At great personal risk, touch the sendmail startup 2002-04-05 02:30:49 +00:00
rc.serial
rc.shutdown Set the script_name_sep variable to a safe value if it is not 2001-12-12 10:12:20 +00:00
rc.subr Import the NetBSD 1.5 RC system. 2001-06-16 07:16:14 +00:00
rc.suspend
rc.syscons Make the 'echo' output for blanktime and scrnmap consistent with their 2001-08-31 15:29:24 +00:00
rc.sysctl Distinguish between first and last passes of rc.sysctl, and only set 2002-03-17 20:14:11 +00:00
remote Add com1-4 as finger friendly shortcuts for /dev/cuaa0-3. Specify a default 2001-02-21 19:45:47 +00:00
rpc Add sgi_fam 391002, file alteration monitor. 2001-08-11 09:43:04 +00:00
services After getting IANA to fix a typo in their port assignments, add 2002-02-26 02:36:49 +00:00
shells
sysctl.conf Enable vmiodirenable by default. Remove incorrect comment from sysctl.conf. 2001-09-26 19:35:04 +00:00
syslog.conf Turns out everyone is a lot lazier than I thought. Spell 2002-03-11 19:34:57 +00:00
termcap.small Sync with main 2001-11-22 21:43:43 +00:00
usbd.conf Add an entry for coldsync, to facilitate synchronising a Handspring Visor 2002-03-08 14:46:13 +00:00