freebsd-dev/etc
Rodney W. Grimes 978dabea51 Reviewed by: bde, jkh
Add comment that you should not have to edit netstart, and if you
do we would like to know about it.

The lo0 interface is now handled just like any other interface,
This makes it possible to do things to it from sysconfig.

Redo the comments in sysconfig about network_interfaces and ifconfig_${X}
to reflect the moving of lo0 to this scheme.  We now have an uncommented
variable for sysintall to find and play with.  (Your welcome Jordan)

Redo the way static routes are handled.  Basically use the same
scheme for routes that I did for network interfaces.  This allows
any number of static routes to be added from sysconfig.

Make sure we do the default route first so we stand a chance of
getting to our DNS server (if we have one) to resolve our own
IP address from $hostname.
1995-05-17 04:46:57 +00:00
..
config Added more options and flags files per suggestions from -hackers. 1993-11-12 03:46:15 +00:00
defaults Document COPTFLAGS in addition to CFLAGS. 1995-04-23 13:03:24 +00:00
etc.amd64 A better solution for the noisy ibcs2 startup, just echo a space and then 1995-04-13 21:23:17 +00:00
etc.i386 Remove all /dev/'s from device names, they should all be relative 1995-05-15 09:44:10 +00:00
kerberosIV Sample configuration files for Kerberos. (Not restricted.) 1994-02-27 21:17:55 +00:00
mail
mtree Add "include". 1995-05-13 12:07:08 +00:00
namedb Convert from using old root.cache to new named.root 1995-03-23 08:43:07 +00:00
ppp Fixing misspelling and chang default device as dailout 1995-04-22 17:14:21 +00:00
rc.d This is a purely cosmetic clean up. Fix many cut and paste problems that 1995-04-09 09:54:51 +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
crontab Call adjkerntz -a every half hour from 0 to 4 am 1994-11-02 09:50:11 +00:00
csh.cshrc
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
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 This is a purely cosmetic clean up. Fix many cut and paste problems that 1995-04-09 09:54:51 +00:00
dm.conf
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 change nobody master.passwd entry to 65534:65534 1995-05-15 19:24:57 +00:00
host.conf Added comment about how to enable NIS hostname resolution. 1993-11-07 01:02:57 +00:00
hosts This is a purely cosmetic clean up. Fix many cut and paste problems that 1995-04-09 09:54:51 +00:00
hosts.equiv comment localhost by default. 1995-02-04 08:32:15 +00:00
hosts.lpd
inetd.conf Add ident (commented out) 1995-04-08 16:21:45 +00:00
login.access 1) Added s/key support . 1994-05-19 18:13:11 +00:00
make.conf Document COPTFLAGS in addition to CFLAGS. 1995-04-23 13:03:24 +00:00
MAKEDEV Remove all /dev/'s from device names, they should all be relative 1995-05-15 09:44:10 +00:00
MAKEDEV.local
Makefile Change ln -sf to rm -f and ln -s, first one work incorrectly 1995-05-13 16:58:37 +00:00
man.conf
manpath.config fbtab: Pulled down from Attic, fixed spaces to tabs. 1994-09-23 07:16:13 +00:00
master.passwd change nobody master.passwd entry to 65534:65534 1995-05-15 19:24:57 +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
modems This is a purely cosmetic clean up. Fix many cut and paste problems that 1995-04-09 09:54:51 +00:00
monthly Reenabled rotation of log files and killing of syslogd now that the 1993-08-31 16:29:05 +00:00
motd
myname
netstart Reviewed by: bde, jkh 1995-05-17 04:46:57 +00:00
networks
passwd
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 The ``mount -a -t nfs'' should never have been backgrounded. If you 1995-05-15 19:50:59 +00:00
rc.local Make the creation of the header line in /etc/motd be consistent 1995-03-30 06:34:46 +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 This is a purely cosmetic clean up. Fix many cut and paste problems that 1995-04-09 09:54:51 +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 Upgrade to RFC1700 (IANA) 1995-04-09 03:02:08 +00:00
shells
skey.access Install improved skey access code 1994-09-29 18:58:39 +00:00
sysconfig Reviewed by: bde, jkh 1995-05-17 04:46:57 +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 This is a purely cosmetic clean up. Fix many cut and paste problems that 1995-04-09 09:54:51 +00:00
ttys ttyq[0-9a-f] -> ttyp[g-v] 1995-05-05 10:06:34 +00:00
userids Move adduser configuration files here 1994-12-28 13:45:47 +00:00
weekly This is a purely cosmetic clean up. Fix many cut and paste problems that 1995-04-09 09:54:51 +00:00