freebsd-nq/etc
Peter Wemm 791da841a1 Take -Wconversion out of BDECFLAGS. It is not particularly useful for
us anyway because it doesn't work right on the x86 and alpha.  On
K&R code, small ints would be promoted to int.  ANSI-C doesn't require
this and the small ints can be passed taking 8 or 16 bits of stack
space.  However, the x86 abi that we use *does* promote to 32 bit,
and the alpha ABI passes them in 64 bit registers so we dont have
that aspect of the problem here.  Losing float precision by having it
cast down to int because the funtion prototype specifies int is the
least of our problems.  -Wmissing-prototypes helps here anyway.
2001-07-27 16:23:53 +00:00
..
defaults Take -Wconversion out of BDECFLAGS. It is not particularly useful for 2001-07-27 16:23:53 +00:00
etc.alpha Add a comment out console line for AlphaServer 8200 and 8400 ("TurboLaser") 2001-04-09 19:35:53 +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 Move the syscons configuration to a machine independent rc.syscons. The 2001-01-09 22:28:17 +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 If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to 2001-07-23 02:19:02 +00:00
mtree add directory i4brunppp. 2001-07-22 09:40:58 +00:00
namedb Replace old-style "chown foo.bar" with orthodox "chown foo:bar". 2001-05-28 13:43:26 +00:00
periodic Remove $daily_status_named_logs and figure out which /var/log/messages* 2001-07-26 02:37:12 +00:00
ppp Move the interface address setting and default route setting out of 2001-06-21 15:42:26 +00:00
rc.d Do more strict checking for an interface. 2001-07-20 18:08:17 +00:00
root Add these key bindings for tcsh users in interactive mode: 2001-01-10 02:37:16 +00:00
sendmail If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to 2001-07-23 02:19:02 +00:00
amd.map
apmd.conf
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
diskcheckd.conf Add older CD types, matcd, mcd, scd. 2001-07-04 18:33:01 +00:00
disktab
dm.conf
fbtab
ftpusers
gettytab
group
hosts
hosts.allow Fix a misleading comment 2001-05-02 09:29:20 +00:00
hosts.equiv
hosts.lpd
inetd.conf Integrate the IPv6 entries with the rest of them to avoid things getting 2001-03-30 10:25:40 +00:00
locale.alias New locale names and aliases to old ones 2001-06-10 13:02:52 +00:00
login.access
login.conf Remove duplicate entry. 2001-03-12 06:05:38 +00:00
MAKEDEV Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLI 2001-07-25 22:36:17 +00:00
MAKEDEV.local
Makefile Remember to install diskcheckd.conf 2001-06-13 16:39:23 +00:00
man.alias Remove aliases not needed for new man version 2001-06-26 00:41:07 +00:00
master.passwd
minfree
modems
motd Be consistent about how we quote commands that could be entered by the 2001-07-27 12:25:55 +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 Create gif devices in the "gifconfig" stage while configuring them. 2001-07-02 21:08:48 +00:00
networks
newsyslog.conf /var/log/console.log should be mode 600. 2001-05-28 20:54:34 +00:00
nls.alias Back out *.US-ASCII compactification - application should decide 2001-06-10 22:32:39 +00:00
pam.conf Add OPIE examples. 2001-07-14 08:46:56 +00:00
pccard_ether Avoid flushing IPv6 routes. `route flush' removes necessary 2001-05-09 20:30:55 +00:00
phones
primes Add /etc/primes for OpenSSH SSH2 DH exchange. 2001-03-24 00:28:43 +00:00
printcap
profile
protocols
rc Add a script_name_sep rc.conf knob to specify the IFS character 2001-07-17 14:33:52 +00:00
rc.atm
rc.devfs
rc.diskless1 * Simplify the population of the /etc memory filesystem. To avoid 2001-05-09 15:13:51 +00:00
rc.diskless2 Remove vestiges of MFS. 2001-06-01 10:07:28 +00:00
rc.firewall style nit 2001-03-06 02:15:38 +00:00
rc.firewall6 pass any NS/NA/toobig. 2001-07-24 13:37:06 +00:00
rc.initdiskless * Simplify the population of the /etc memory filesystem. To avoid 2001-05-09 15:13:51 +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 Create gif devices in the "gifconfig" stage while configuring them. 2001-07-02 21:08:48 +00:00
rc.network6 Do more strict checking for an interface. 2001-07-20 18:08:17 +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
rc.serial
rc.shutdown Add a script_name_sep rc.conf knob to specify the IFS character 2001-07-17 14:33:52 +00:00
rc.subr Import the NetBSD 1.5 RC system. 2001-06-16 07:16:14 +00:00
rc.suspend
rc.syscons Add an allscreens_kbdflags option. Same thing as allscreens_flags, 2001-04-28 20:56:53 +00:00
rc.sysctl sysctl(8) doesn't need '-w' to write to sysctl variables anymore. 2001-07-17 22:03:19 +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 Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00
security Show IPv6 denied packets. 2001-07-04 12:49:17 +00:00
services Add ports for sshell, ldaps, rsync, ftps-{data|control}, ircs, and 2001-07-24 09:28:18 +00:00
shells
sysctl.conf sysctl(8) doesn't need '-w' to write to sysctl variables anymore. 2001-07-17 22:03:19 +00:00
syslog.conf Note in the comments that it is possible, but not recommended to use 2001-03-31 04:41:24 +00:00
termcap.small Sync with main v1.105 2001-04-21 13:27:05 +00:00
usbd.conf