freebsd-dev/etc
Rodney W. Grimes 711aa1c272 This is the rc work as provided by pts, I will me makeing some additional
changes to it based upon other outstanding bug reports and commits made
after his work.

Comments:

(a) sysconfig is still used to do all configuration.  I was not going to
    change that out from under you.... a user never need edit netstart
    or rc* unless they're being very weird.

(b) rc.maint has been folded back into rc.  It is just unworkable as
    a separate chunk because of ordering bogosities

(c) netstart does what it says... it starts up enough of the network to
    get up,  it doesn't start every bloody daemon that might talk to a
    socket...  netstart ifconfig's the devices and sets up routing if
    configured to do so.

(d) nfs disks are mounted immediately after netstart completes

(e) syslog is started as early as possible (right after nfs) so that error
    messages can get logged to remote syslog servers properly

(f) named is started (there is an argument that says that named should be
    started before syslogd because if you are the dns server for your domain,
    you'd like named to resolve remote hosts in syslog.conf,  but this is
    a minority case and the trivial workarround is to put the syslog host
    in /etc/hosts or use an /etc/resolv.conf -- why? because you want syslog
    to catch named errors, which is a MUCH more important and likely occurance)

(g) NOW all of the rest of the network daemons such as the time stuff, RPC,
    NIS, NFS, Kerberos and inetd are started

(h) the rest of the generic stuff is done (cron/printer/sendmail)

(i) shared libraries are set

(j) /etc/rc.i386 is run (this does FreeBSD/386 specific stuff like ibcs2,
    xtend, and all of the syscons stuff
    (this is actually started as /etc/rc.`uname -m`

(k) the syscons stuff has gotten a serious cleaning to make it consistent
    with rc conventions

(l) rc.local has had the comments about syscons removed (they are not relevant
    to this file now) and the full name of the kernel has been restored to
    /etc/motd

Submitted by:	pts
1995-03-30 06:26:19 +00:00
..
config Added more options and flags files per suggestions from -hackers. 1993-11-12 03:46:15 +00:00
defaults make.conf doesn't postulate anything about libm now. 1995-03-21 02:55:33 +00:00
etc.amd64 This is the rc work as provided by pts, I will me makeing some additional 1995-03-30 06:26:19 +00:00
etc.i386 This is the rc work as provided by pts, I will me makeing some additional 1995-03-30 06:26:19 +00:00
kerberosIV Sample configuration files for Kerberos. (Not restricted.) 1994-02-27 21:17:55 +00:00
mail Removed all Berkeley aliases information since it is way out of date. 1993-07-19 19:09:14 +00:00
mtree Remove the private copy of directories in usr/include from here, 1995-03-27 01:36:19 +00:00
namedb Convert from using old root.cache to new named.root 1995-03-23 08:43:07 +00:00
ppp New user Process PPP based on iij-ppp0.94beta2. 1995-02-26 12:18:08 +00:00
rc.d Add drainwait option examples 1995-01-05 00:11:52 +00:00
root Fix a bunch of annoying details here, while I remember it. 1994-10-27 05:27:00 +00:00
sendmail You need the freefall.mc file to build the release /etc/sendmail.cf file from. 1994-09-08 09:41:01 +00:00
adduser.conf Move adduser configuration files here 1994-12-28 13:45:47 +00:00
aliases Removed all Berkeley aliases information since it is way out of date. 1993-07-19 19:09:14 +00:00
crontab Call adjkerntz -a every half hour from 0 to 4 am 1994-11-02 09:50:11 +00:00
csh.cshrc Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
csh.login Add yet one locale example, this time ISO8859-1 as most common example. 1994-12-05 19:46:35 +00:00
csh.logout Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
daily Removed daily rm'ing of files in /tmp, /var/tmp, and /scratch. There is no 1995-01-05 10:15:53 +00:00
disktab Correction so old alias floppy and floppy5 work. 1994-02-20 10:43:02 +00:00
dm.conf Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
fbtab fbtab: Pulled down from Attic, fixed spaces to tabs. 1994-09-23 07:16:13 +00:00
ftpusers Include ``toor'' in the list of forbidden ftp users, just in case someone 1995-03-25 13:11:40 +00:00
gettytab gettytab: 1995-02-16 10:51:53 +00:00
group Intruduce new group for uucp, gid 66 1994-05-31 04:36:30 +00:00
host.conf Added comment about how to enable NIS hostname resolution. 1993-11-07 01:02:57 +00:00
hosts Fixed spelling errors. 1994-06-24 23:50:16 +00:00
hosts.equiv comment localhost by default. 1995-02-04 08:32:15 +00:00
hosts.lpd Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
inetd.conf Disable UDP echo, chargen, date, and daytime services. 1994-12-21 20:32:44 +00:00
login.access 1) Added s/key support . 1994-05-19 18:13:11 +00:00
make.conf make.conf doesn't postulate anything about libm now. 1995-03-21 02:55:33 +00:00
MAKEDEV Fix apm and gsc rules to allow <blah>0' or just <blah>' to be shorthand. 1995-03-21 06:31:00 +00:00
MAKEDEV.local Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
Makefile This is the rc work as provided by pts, I will me makeing some additional 1995-03-30 06:26:19 +00:00
man.conf Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
manpath.config fbtab: Pulled down from Attic, fixed spaces to tabs. 1994-09-23 07:16:13 +00:00
master.passwd Killed Mr. "Falcon". May he rest in peace. 1995-03-30 05:46:17 +00:00
minfree Add the installation of /var/crash/minfree with a value of 2048 so that 1994-05-19 12:29:29 +00:00
monthly Reenabled rotation of log files and killing of syslogd now that the 1993-08-31 16:29:05 +00:00
motd Changed banner from 386BSD to FreeBSD 1993-07-19 19:12:33 +00:00
myname New file for netstart, should contain the hosts hostname. 1993-07-19 19:08:31 +00:00
netstart This is the rc work as provided by pts, I will me makeing some additional 1995-03-30 06:26:19 +00:00
networks Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
passwd Due to broken pwd_mkdb always wanting to do it's work in /etc I have 1993-08-11 13:23:23 +00:00
phones Remove note about having to remove comments for this file to work, since 1994-01-24 00:39:01 +00:00
printcap Change the example in the printcap file for the spooling dir from 1994-12-10 22:46:25 +00:00
profile Add yet one locale example, this time ISO8859-1 as most common example. 1994-12-05 19:46:35 +00:00
protocols Added a whole bunch of common protocols and ports from the latest edition of 1993-11-07 00:31:23 +00:00
rc This is the rc work as provided by pts, I will me makeing some additional 1995-03-30 06:26:19 +00:00
rc.local This is the rc work as provided by pts, I will me makeing some additional 1995-03-30 06:26:19 +00:00
rc.maint Move the invocation of rc.maint ahead of netstart. This is actually OK 1995-03-29 03:42:21 +00:00
rc.netstart Another pass through our rc files in an attempt to eliminate historical 1995-03-23 01:25:19 +00:00
rc.serial Add drainwait option examples 1995-01-05 00:11:52 +00:00
remote Use proper serial device names 1994-12-19 02:02:47 +00:00
rpc Fixed missing newline at end of file. 1993-09-14 00:54:19 +00:00
security Fix a bug, that someone has introduced into /etc/security. It has no longer 1995-01-14 13:23:50 +00:00
services Get the right name for the v4 kadmin service. 1995-01-24 18:52:50 +00:00
shells Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
skey.access Install improved skey access code 1994-09-29 18:58:39 +00:00
sysconfig Add function keys change setup 1995-03-30 00:01:09 +00:00
syslog.conf This is Vixie cron 3.0. This version fixes all known security bugs. 1994-01-22 20:44:14 +00:00
termcap.small Sync with main termcap 1995-01-26 08:51:52 +00:00
ttys Rename tty0* -> ttyd*. Comment about "serial" terminals instead of 1994-12-06 19:59:24 +00:00
userids Move adduser configuration files here 1994-12-28 13:45:47 +00:00
weekly Make the catman command (in the commented-out example) run by user `man' 1995-03-19 10:10:42 +00:00