summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Give users a way to alter the sendmail (and related utilities) buildgshapiro2000-09-171-0/+15
| | | | environment so they can enable functionality such as SASL, LDAP, Hesiod.
* Add tr_TR.ISO_8859-9 to nlsache2000-09-161-0/+2
|
* Add tr_TR.ISO_8859-9ache2000-09-161-0/+2
|
* Comment out MTREE_FOLLOWS_SYMLINKS by default, since it picked before mtree isache2000-09-161-1/+1
| | | | | | builded (on the clean machine without /etc/make.conf) Submitted by: imp
* Add missing tr_TR.ISO_8859-9 directory.phk2000-09-161-0/+2
|
* Add/use MTREE_FOLLOWS_SYMLINKS make.conf optionache2000-09-152-5/+8
| | | | | | This is part of whole subsystem fixing Reviewed by: imp
* Make the [u]random device's permissions match those in the matchingmarkm2000-09-141-1/+1
| | | | | | | | | make_dev() call. At the moment, it is an error for anyone but root to write to this device (EPERM), and the permissions don't suggest that. Soon, however, anyone will be able to write here, but only root will cause an implicit reseed.
* Another overhaul of the periodic stuff.brian2000-09-1436-199/+585
| | | | | | | | | | | | | | | All periodic sub-scripts <larf> now have their return codes interpreted by periodic(8). Output may be masked based on variable values in periodic.conf. It's also now possible to email periodic output to arbitrary addresses, or to send it to a log file, examples of which can be found in newsyslog.conf. The upshot of it all should be no discernable changes to the default behaviour of periodic(8). PR: 21250
* "fe" driver was newbus'ify and bus_space'ify by nyan.sanpei2000-09-141-70/+60
| | | | | comment-in "XXX NOT SUPPORTED YET" cards which was supported by "fe" driver.
* Teach MAKEDEV about 'aac'.msmith2000-09-131-4/+12
|
* Make default interface work.ume2000-09-102-10/+8
| | | | Obtained from: KAME
* Nuke RSAREF support from orbit.kris2000-09-101-1/+0
| | | | It's the only way to be sure.
* Make sure to accept RA. Some laptops run /etc/pccard_ether beforeume2000-09-071-0/+2
| | | | | | /etc/rc.network6. PR: bin/21062
* ``Anyone is now free to rub two primes together for their own gratification''kris2000-09-061-5/+1
| | | | | | | | | | -- Unknown Now that the RSA algorithm is released into the public domain, build librsaintl by default unless NO_RSAINTL is set in make.conf. The native OpenSSL implementation of RSA is much faster, doesn't have an artificial keysize limitation, has 30% fewer calories and tastes great!
* 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.
OpenPOWER on IntegriCloud