summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* I think the last revision got lost here. Identd needs to be run as root,green1999-07-161-2/+2
| | | | | | at least for now. I relegated the getcred sysctls to only root, but if they're deemed to be "allowable" to export to users, I'll do so and revert this change.
* Document the new {auth,ident,tap} service and provide examples in thesheldonh1999-07-161-6/+13
| | | | | | configuration file. Requested by: green
* Allow DHCP to be used in an ifconfig variable instead of the usualjkh1999-07-168-15/+52
| | | | | | address information, producing the obvious effect (dhcp configuration). Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
* This is the working internal ident service. Turn it on by settinggreen1999-07-151-2/+3
| | | | | | the make variable REAL_IDENT, and ~/.fakeid support can be added with FAKEID set. Note that the default behavior is the same as the old behavior.
* Due to recent pidentd port changes (switch to sysctl), identd must beache1999-07-151-2/+2
| | | | runned as root again, not kmem:kmem
* Be a little clearer about login_getpwclass(3), and its penchant fornik1999-07-141-1/+3
| | | | | | | looking up a record called "root". PR: docs/12377 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Refine on explanation for apm stuff.iwasaki1999-07-123-8/+8
| | | | | | Make it clear that apmd depends on apmconf -e. Reviewed by: obrien, my friend :-)
* Add apmd_enable and apmd_flags for the boot-time optinos.iwasaki1999-07-113-5/+7
| | | | | Pointed out by: obrien Forgotten by: iwasaki
* Put apmd configuration and rc files in /etc.iwasaki1999-07-108-8/+113
| | | | Update some files for apmd.
* Add a pseudo target called "jail" which DTRT for a jail(2)'ed /devphk1999-07-092-2/+20
|
* Fix typo in previous commit.sheldonh1999-07-093-6/+6
| | | | Reported by: bde
* Add the pps (Pulse per second timing interface) device.sheldonh1999-07-093-3/+21
| | | | | PR: 12568 Submitted by: Craig Leres <leres@ee.lbl.gov>
* Allow internal and external wrapping to be enabled independantly ofsheldonh1999-07-091-2/+2
| | | | | | | each other. Instead of allowing the -w option to be specified twice, we now take -w (wrap external) and -W (wrap internal). Discussed with: markm
* Install dhclient.conf.obrien1999-07-091-11/+10
| | | | | PR: conf/12458 Submitted by: Doug <doug@gorean.org>
* Tweak previous commit. Only sense the configuration if network_interfacespeter1999-07-088-22/+37
| | | | | is set to "auto". Any network_interfaces settings will be treated as before.
* Do away with ${network_interfaces} in rc.conf. Just use `ifconfig -l` topeter1999-07-078-23/+85
| | | | | | | | | get a list of interfaces, and then automatically configure them if ${ifconfig_${ifn}} or /etc/start_if.${ifn} exists. This makes it a lot easier to deal with machines that constantly change their network configuration as you can leave ifconfig settings for all the possible cards - just the ones that are present will be configured.
* Removed bogus quotes in descriptions of disk devices. Only "Winchester"bde1999-07-072-28/+28
| | | | disk devices are so-called.
* Removed my name and (old) e-mail address from comments.hosokawa1999-07-072-12/+4
|
* Added pccard_conf parameter to /etc/rc.conf,hosokawa1999-07-073-1/+8
| | | | | | | and set it to "/etc/pccard.conf.sample" in /etc/defaults/rc.conf. Perhaps this default value can be inappropriate, but I set to this value for the convenience of PC-card boot.flp users. Please correct it if there are better solutions.
* Add support for the 'ida' driver.msmith1999-07-052-10/+16
|
* Bump the number of vtys created to compensate for new demands createdjkh1999-07-052-4/+4
| | | | | | by /etc/ttys. Forgotten by: des
* Feed the vty monster.des1999-07-042-4/+14
|
* Added "pccardd_flags" for rc.conf.hosokawa1999-07-043-5/+6
|
* Add SSL versions of imap, pop3 and telnet (imaps, pop3s and telnets)nsayer1999-07-021-1/+4
|
* Sigh. It's always the smallest changes that generate the largest publicjkh1999-07-011-3/+3
| | | | | | | commentary. :) 3rd and final frob of this. Leave enough comments behind that anyone running into trouble at least has some cited clues on dealing with it and jump into the brave new world with uncommented IANA port assignments.
* Compromise proposal: Comment out both old and new radius ports, explainjkh1999-07-011-3/+10
| | | | | | | the differences in the comments, let the USER select which assignment to use now. Suggested by: rgrimes
* Put radius on its proper ports.jkh1999-06-301-3/+3
|
* Amd now mounts to "/.amd_mnt" rather than "/net". "/net/<host>" now worksobrien1999-06-281-2/+2
| | | | | in addition to "/host/<host>". This make us consistant with Sun (as we already were with SGI).
* Syntax for user/group is changed from "user.group" to "user:group" to beobrien1999-06-281-2/+2
| | | | consistant with chown(8).
* Fix minor alignment problem.obrien1999-06-281-2/+2
|
* Standardize appearance of subsection headers (two spaces for section name)jseger1999-06-271-2/+2
|
* Add command-line option (-w), specified once to enable wrapping andsheldonh1999-06-271-2/+2
| | | | | | | | | | | | | twice to enable wrapping for internal wrapping as well. If the option is not specified wrapping is turned off so that inetd will behave exactly as it used to before TCP Wrappers was imported. Change etc/defaults/rc.conf so as to encourage wrapping on new systems. Clarify the use of TCP Wrappers in the IMPLEMENTATION NOTES of the manual page. Approved by: jkh
* Actually install the virgin copies of the /etc files that we so proudlysheldonh1999-06-242-2/+11
| | | | | | | claim to install in /usr/share/examples/etc/README.examples . PR: 5207 Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu>
* Ignore NIS accounts when checking for passwordless accounts.sheldonh1999-06-231-2/+2
| | | | | | PR: 9639 Reported by: Bob Willcox <bob@pmr.com> Submitted by: des
* Update the locate database even if user nobody can't stat root'ssheldonh1999-06-211-1/+2
| | | | | | | home directory. PR: 10700 Submitted by: Sergey Korsak <skif@1plus1.net>
* Don't allow users to prevent the updating of /etc/motd on machines forsheldonh1999-06-211-3/+3
| | | | | | | | which /tmp is not mounted in MFS, clear_tmp_enable="NO" and update_motd="YES". PR: 10005 Submitted by: Anton Voronin <anton@urc.ac.ru>
* Sync with etc.i386/MAKEDEV version 1.199.dfr1999-06-181-59/+206
|
* More PAO-ish stuff. Wildcard the IRQ bits.markm1999-06-172-138/+138
|
* Don't delete quota files when clean-tmps is enabled.brian1999-06-101-2/+3
|
* If amd_flags is empty, don't add -p as it makes amd abend.brian1999-06-087-14/+49
|
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.foxfair1999-06-082-4/+4
| | | | | | | It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>
* solve name conflictandreas1999-06-071-2/+2
| | | | | | | the old STREAM protocol has been obsoleted by "ST2" (RFC 1819) Detected by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Suggested by: Matt Crawford <crawdad@fnal.gov>
* Since FreeBSD can be used as sniffer, update the /etc/protocols fileandreas1999-06-061-9/+102
| | | | | | | | after demand of two people and no objections: - included all registered protocols, so it's now a useful reference as well - renamed title to reflect new content (deleted word "IP", since all registered internet protocols are included now) - corrected URL (file isn't hosted by iana.org anymore)
* Don't discard error output from sysctl(8).bde1999-06-057-98/+112
| | | | | | | | | | Do discard standard output from the sysctl for approxy_all, and echo what this sysctl is doing in the usual way. This fix is probably backwards. We should probably just use the standard sysctl output in all cases (it needs to have a newline filtered out). Echo what the sysctls for nfs_reserved_port_only and nfs_access_cache are doing.
* Add handle to control global TCP keepalives and turn them on asphk1999-06-058-8/+44
| | | | | | | | | | | | | | | | | default. Despite their name it doesn't keep TCP sessions alive, it kills them if the other end has gone AWOL. This happens a lot with clients which use NAT, dynamic IP assignment or which has a 2^32 * 10^-3 seconds upper bound on their uptime. There is no detectable increase in network trafic because of this: two minimal TCP packets every two hours for a live TCP connection. Many servers already enable keepalives themselves. The host requirements RFC is 10 years old, and doesn't know about the loosing clients of todays InterNet.
* Support the IANA definition of Shift Jis nameley ja_JP.Shift_JISjulian1999-06-052-2/+8
| | | | as well as the X11 version ja_JP.SJIS
* sunsite is now metalab.billf1999-06-042-4/+4
|
* Blindly commit an entry for a 'Castlewood ORB2-E', which is a 2.2gigbillf1999-06-042-2/+12
| | | | | | removable disk. Submitted by: Troy Settle <st@i-Plus.net>
* Damn, forgot this: time -> when.ru1999-06-011-2/+2
|
* Sync header line with newsyslog(8).ru1999-06-011-3/+3
| | | | | PR: 11511 Reviewed by: des
OpenPOWER on IntegriCloud