summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-0610-9/+205
| | | | | | | | | | | | | | | | | | | | | | | | | | configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod. = Hesiod has been added to libc (see hesiod(3)). = A library routine for parsing nsswitch.conf and invoking callback functions as specified has been added to libc (see nsdispatch(3)). = The following C library functions have been modified to use nsdispatch: . getgrent, getgrnam, getgrgid . getpwent, getpwnam, getpwuid . getusershell . getaddrinfo . gethostbyname, gethostbyname2, gethostbyaddr . getnetbyname, getnetbyaddr . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr = host.conf has been removed from src/etc. rc.network has been modified to warn that host.conf is no longer used at boot time. In addition, if there is a host.conf but no nsswitch.conf, the latter is created at boot time from the former. Obtained from: NetBSD
* Add /boot/kernel/ache2000-09-061-0/+2
|
* The default is for 3rd party kernel modules to live in /boot/modulesobrien2000-09-061-2/+2
| | | | rather than /modules.
* Avoid doing rtsol to psuedo interface.ume2000-09-062-8/+16
| | | | PR: bin/21062
* Add acap, as per IANA.sheldonh2000-09-051-0/+2
| | | | | PR: 20990 Submitted by: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
* Move `NOPROFILE' and `NOPERL' to be with the reset of their "NO" brethren.obrien2000-09-021-6/+2
|
* Move the kernel's "cflags" to be next to the world ones.obrien2000-09-021-5/+5
|
* Remove our override on the default time that a looked up name remainsobrien2000-09-011-1/+1
| | | | | | | cached when not in use. This changes the FreeBSD default from 30 minutes to 5 minutes. JKH was the one that added the override to amd_flags, but there was no reason given other to serve as an example of what could be done.
* Only install `divert natd' rule for predefined firewall types,ru2000-08-301-3/+1
| | | | | | | not when ${firewall_type} is set to a filename, as we know nothing about user's script specifics. Reported by: Bernhard Valenti <bernhard.valenti@gmx.net>
* Add /dev/acpi for ACPI.iwasaki2000-08-291-0/+8
|
* - Break the acd track devices out into a seperate target acdXt[Y]. Thejhb2000-08-281-12/+34
| | | | | | | | | X field is treated the same as the unit number for acdX. The optional Y parameter specifies the number of track devices to create starting at track 1. If Y is not specified, it defaults to 100. - Add the acd0t target to the all target to preserve previous behavior. - Don't add the acd0t target to the fixit target, thus keeping the fixit floppy from running out of i-nodes.
* Add BSD.x11-4.dist to list of mtree files to install (d'oh!).asami2000-08-281-1/+1
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* add ELECOM Air@Hark/LD-WL11/PCC cardsanpei2000-08-281-5/+18
| | | | | | | | add NEC Wireless Card CMZ-RT-WP card Obtained from: [bsd-nomads:13988] by YAMAMOTO Shigeru <shigeru@iij.ad.jp> sort Farallon Skyline 11Mbps Wireless entory
* Correct variable spellingbrian2000-08-251-1/+1
| | | | PR: 20841
* Update BSD.x11-4.dist to XFree86-4 after repo copy. I believe this isasami2000-08-251-0/+74
| | | | correct but I won't know for sure until bento's cluster comes back up.
* Sync with mainache2000-08-251-1/+1
|
* Add entry for the Farallon Skyline 11Mbps wireless NIC (WaveLAN/IEEEwpaul2000-08-231-0/+6
| | | | compatible)
* Only whack pseudo-terminals into shape if they exist. They mightsheldonh2000-08-211-3/+5
| | | | not yet exist in the DEVFS case.
* After some discussion with markm, back out most of rev 1.221,sheldonh2000-08-211-9/+1
| | | | | | | which really wasn't such a hot idea in retrospect. If the random device isn't available, it probably isn't wanted. If it's wanted, it should be enabled in loader.conf.
* Move $PERL/IO/Socket to the right place.markm2000-08-211-2/+2
| | | | Reported by: ache
* Add missing perl directories.markm2000-08-201-0/+10
|
* Remove an unwanted space from the "Shutting down daemon processes"sheldonh2000-08-181-1/+1
| | | | | | | message. PR: 20692 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Fix bug in rev 1.54; the terminating `;;' for the ibcs2_enable=YESsheldonh2000-08-182-0/+2
| | | | case got lost.
* Document ibcs2_loaders and provide a default for it insheldonh2000-08-181-0/+1
| | | | etc/defaults/rc.conf .
* The output of this script got a little broken in rev 1.225, withsheldonh2000-08-181-0/+3
| | | | | | | the output for the linux_enable and svr4_enable stuff "floating in the middle of nowhere". Give them their own section, called "additional ABI support".
* Don't rely on a shell scripts to do the simple job of loadingsheldonh2000-08-183-6/+30
| | | | | | | | | | kernel modules for ibcs2_enable and svr4_enable. Don't rely on a shell script to do the neglibly less simple job of loading a kernel module and running one command for linux_enable. These shell scripts are going away.
* Fix the urio and ugen devices (I meant unit2minor, not minor2unit)brian2000-08-181-2/+2
| | | | Problem pointed out by: markm
* Add a PPP_NOSUID hookbrian2000-08-181-0/+3
|
* Mention that basic network options now include firewall/security options asjhb2000-08-171-1/+1
| | | | well.
* Fix a whitespace bogon.jhb2000-08-167-7/+7
|
* Add unit2minor() and use it where appropriate so that we handlebrian2000-08-161-56/+65
| | | | | | units > 255 properly. Fix usio while I'm there
* Move the running of the Linux and SVR4 compat bits to the arch independentobrien2000-08-153-32/+17
| | | | | | location. Sponsored by: LinuxWorld frustration
* Add a sample ifconfig entry for an IPX address family address, to givesheldonh2000-08-151-0/+1
| | | | | | | | | IPX folks a fighting chance of figuring this out themselves. I can't work out how to document this carefully in rc.conf(5), but this ought to close the PR. PR: 17904 Reported by: John Gelnaw <jeg@hawk.circa.ufl.edu>
* Install /var/crash/minfree mode 644 instead of 664 - group wheel shouldn'tkris2000-08-151-1/+1
| | | | have special write permissions to things.
* reorder "localhost" entry, to prefer ::1 than 127.0.0.1.itojun2000-08-151-1/+1
|
* Upon installation, create a symbolic link for /etc/aliases pointing togshapiro2000-08-141-0/+5
| | | | | /etc/mail/aliases. This should both help users as well as other MTAs which still use a default aliases path of /etc/aliases.
* Do not require a local-host-names file as this configuration file is thegshapiro2000-08-131-1/+3
| | | | | default /etc/mail/sendmail.cf installed on a fresh install. Problem noted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Complete migration of aliases file to /etc/mail/aliases.gshapiro2000-08-133-70/+6
| | | | | The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster have been contacted so those may be updated as well.
* Define SUPHOST. If this is set a '-h ${SUPHOST}' is added to thejoe2000-08-131-0/+1
| | | | | | SUPFLAGS when a 'make update' is run. This means that the supfile doesn't need to be edited because the -h will override the CHANGE_THIS.FreeBSD.org host.
* Add alaises as another file to install into /etc/mail/.gshapiro2000-08-131-3/+3
| | | | | Rename the variable from NOSPAM to ETCMAIL as the list of files actually only contains one antispam related file.
* Change BUILD_SUIDPERL to ENABLE_SUIDPERL, with changed note as to whatimp2000-08-131-2/+2
| | | | it does.
* The rest of the changes needed to support the new version of sendmail (8.11.0).gshapiro2000-08-122-5/+6
| | | | | | Beyond changes to the build system, this includes fixing up the sample freebsd.mc configuration for changes in defaults and syntax, removing outdated documentation, and updating the release notes.
* Add the acdNt# devices to the acd entry, for individual track access.sos2000-08-111-0/+10
|
* Add an rc.conf knob "ldconfig_insecure" to disable ldconfig'sjdp2000-08-112-2/+9
| | | | | | security checks. Set the default to NO, i.e., secure. Submitted by: Maxime Henrion <mhenrion@cybercable.fr>
* Change NOSUIDPERL to BUILD_SUIDPERL. One must now explicitly enableimp2000-08-101-2/+2
| | | | building suidperl.
* make sshd follow the pattern of enable, program, flags like everybillf2000-08-101-1/+1
| | | | other entry does.
* add Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)sanpei2000-08-101-0/+4
| | | | PR: conf/20037
* I tested Toshiba Modem/LAN card IPC5001B (as Modem) and enable it.sanpei2000-08-101-5/+3
| | | | | This card has `Network/LAN adapter' function ID(06 00), not Serial port/modem.
* Correct dodgy wild card expansionbrian2000-08-101-1/+7
| | | | PR: 20514
* Allow a ppp_user specification to run ppp at startupbrian2000-08-108-56/+64
| | | | PR: 20258
OpenPOWER on IntegriCloud