summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Suggest using ``iface clear'' under certain circumstancesbrian1998-11-051-1/+9
| | | | in ppp.linkdown.
* Add example for the internal "ident server".phk1998-11-041-1/+5
|
* Move the "root" entry up so people can see it.phk1998-11-032-4/+12
|
* Write temp files with a uniq name into /var/runwosch1998-11-012-4/+4
| | | | | instead the public writable directory /tmp PR: conf/8330
* Backout rev 1.175.obrien1998-10-312-40/+32
|
* ``MAKEDEV ccd3'' is now consistant with many of the other devices in thatobrien1998-10-302-34/+42
| | | | *ccd{0,1,2}* will be created.
* ``MAKEDEV bpf3'' is now consistant with many of the other devices in thatobrien1998-10-292-6/+14
| | | | bpf{0,1,2} will be created.
* Some directories would like to install things into /modulespeter1998-10-171-1/+3
|
* Commented out example of changing the default kernel format with warning.peter1998-10-162-2/+18
|
* - Add a couple comment lines to note that spaces are not allowed asnate1998-10-141-1/+3
| | | | | | | field separators. PR: conf/8162 Submitted by: Sheldon Hearn <sheldonh@axl.training.iafrica.com>
* Shut this thing up; most people don't even have this enabled.jkh1998-10-131-4/+1
|
* Add extra directories required by Perl5. The one in local-landmarkm1998-10-112-2/+6
| | | | is contoversial and may be removed later.
* Hand me the pointy hat, and make it big.des1998-10-091-2/+2
|
* Remove all references to tickadj(8) from rc, rc.conf and rc.conf.5.des1998-10-082-9/+3
| | | | | | | | | | | | | | | Disable building tickadj(8) by removing util from SUBDIR in the xntpd Makefile. Note that the sources are still there and tickadj can still be built and installed by doing: # cd /usr/src/usr.sbin/xntpd/util # make all install There are enough references to tickadj in e.g. the xntpd documentation (not to mention the sysctl variables it uses etc.) that I don't feel up to implementing the final solution right now. Kinda-approved-by: phk
* Avoid using dmesg to find devices, the buffer may not be big enough.phk1998-10-086-30/+12
| | | | | Reviewed by: phk Submitted by: Mike Spengler <mks@networkcs.com>
* Add auth.conf. JKH Added the code to understand this to libutil, andmarkm1998-10-082-2/+12
| | | | I will be following up with commits to use it in KerberosIV userland.
* Add spanish doc dirs.jkh1998-10-071-1/+5
| | | | Submitted by: Motoyuki Konno <motoyuki@snipe.rim.or.jp>
* Here are some scripts and man pages for configuring HARP ATMphk1998-10-0615-10/+1183
| | | | | | | interfaces. Reviewed by: phk Submitted by: Mike Spengler <mks@networkcs.com>
* Doh! Change the correct version of disktab and backout the change todfr1998-10-063-13/+8
| | | | the i386 disktab.
* Add a 2880k disk prototype for building MFS install images.dfr1998-10-062-2/+12
|
* Avoid the ``ruptime: no hosts in /var/rwho.'' message by not callingjoerg1998-10-061-2/+7
| | | | | | | | rwho iff /var/rwho is empty. Call `uptime' instead. This doesn't belong under `network' right away, but at least reports the same informaton about the local system. rwhod is not turned on by default (for good reason), and i've already seen too many of the above messages...
* Show how to create a secure (ssh) VPNbrian1998-10-031-1/+12
|
* Re-enable creating sd*s* devices.obrien1998-10-022-4/+6
| | | | Add note, that one should use da*s* however.
* Add /boot, while I happen to be thinking about it.jkh1998-09-301-1/+3
|
* Limit the fingerd daemon to:wosch1998-09-301-2/+2
| | | | | runs only 3 simultaneous fingerd processes and limit the connections-per-ip-per-minute to 10.
* Put guard shells around stuff started from $local_startup. If you typecracauer1998-09-301-2/+3
| | | | | SIGINT (C-c), you'll get control passed to the next script even if the current one blocks signals. The child is not killed, though.
* We don't support SUID `games' games anymore.obrien1998-09-271-4/+2
|
* Make a /usr/lib/compat/aout directory. Folks should remember tojkh1998-09-261-1/+3
| | | | | re-run mtree over this if they want to populate the compat dirs during a build or that step will fall over.
* Add an entry for the HAYES OPTIMA 28.8kbrian1998-09-252-2/+14
|
* Backout my previous commit. Oops.dima1998-09-251-2/+2
|
* ${DISTDIR}/bin/etc/objformat -> ${DISTDIR}/etc/objformatdima1998-09-251-2/+2
|
* initialize /etc/objformat for new installs, just to be sure.jkh1998-09-231-1/+5
|
* I'm not sure how/when router_enable got set to YES, but it doesn'tjkh1998-09-231-2/+2
| | | | | seem right to me. Noticed by: jkb
* Add fbtab and rc.devfs to BIN1 sothat they are included in themax1998-09-221-4/+4
| | | | distribution.
* Put the right path on the devices.sos1998-09-201-2/+2
| | | | Submitted by: Vanilla Pooh Shu <vanilla@oneway.net>
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-192-7/+2
|
* Simplify these now that default owner is root.wheel.obrien1998-09-196-126/+129
| | | | Partially reviewed by: bde
* Remove tcl directory.vanilla1998-09-191-3/+1
| | | | | Forgotten by: asami Approved by: jkh
* Fix typo: s/;/:/dt1998-09-171-2/+2
| | | | | | | PR: conf/7964 PR: conf/7966 Submitted by: Zach Heilig <zach@gaffaneys.com> Submitted by: Jos Backus <Jos.Backus@nl.origin-it.com>
* Spaces -> tabs, don't use touch before it's availablebrian1998-09-161-19/+19
| | | | Pointed out by: bde
* rc.conf variable $amd_map_program needs to be eval'ed.cracauer1998-09-167-14/+14
| | | | | PR: misc/7435 Submitted by: David Wolfskill <dhw@whistle.com>
* Effectively disable resource limit setting by default, leaving themsmith1998-09-161-203/+274
| | | | | | | | | | original contents of the file preserved as examples for administrators that need to enable them. Also add a comment to the examples pointing out that the authentication functionality is largely unused and requires rebuilding libutil. Reviewed by: jkh
* Add entries to make CodaFS run out of the box.des1998-09-161-1/+9
| | | | | PR: misc/5855 Submitted by: Robert Watson <robert@cyrus.watson.org>
* Sync with etc.i386/MAKEDEV version 1.171.dfr1998-09-161-96/+182
|
* Fix up the boot-time ldconfig handling to deal with dual objectjdp1998-09-162-3/+18
| | | | | | | | | | | | | | | file formats. I have added a new rc.conf variable ${ldconfig_paths_aout} which is like ${ldconfig_paths}, but only for a.out shared libraries. On a "standard" ELF system, the ELF ldconfig path is taken from ${ldconfig_paths}, while the a.out ldconfig path is taken from ${ldconfig_paths_aout}. On a not-yet-converted a.out system, only the a.out ldconfig path is set, and it is taken from ${ldconfig_paths_aout}. If that variable is unset, /etc/rc defaults it to the value of ${ldconfig_paths}, on the assumption that the system's "/etc/rc.conf" file hasn't been updated.
* Change the permissions for the transport layer (xpt) and passthrough (pass)ken1998-09-162-10/+6
| | | | | | devices from 644 to 600. Reviewed by: imp, gibbs
* Add scsi_target to examples. This is the 3rd such breakage I'vejkh1998-09-151-1/+3
| | | | | | committed a fix for in 2 days and 3 different people have forgotten to update this file. GRRR! What's it going to take, electrodes to the sensitive bits, people?? :-)
* Add /usr/share/examples/atmjkh1998-09-151-1/+3
| | | | Forgotten by: phk
* (this is an extract from src/share/examples/atm/README)phk1998-09-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =================================== HARP | Host ATM Research Platform =================================== HARP 3 What is this stuff? ------------------- The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center, Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed the Host ATM Research Platform (HARP) software, which allows IP hosts to communicate over ATM networks using standard protocols. It is intended to be a high-quality platform for IP/ATM research. HARP provides a way for IP hosts to connect to ATM networks. It supports standard methods of communication using IP over ATM. A host's standard IP software sends and receives datagrams via a HARP ATM interface. HARP provides functionality similar to (and typically replaces) vendor-provided ATM device driver software. HARP includes full source code, making it possible for researchers to experiment with different approaches to running IP over ATM. HARP is self-contained; it requires no other licenses or commercial software packages. HARP implements support for the IETF Classical IP model for using IP over ATM networks, including: o IETF ATMARP address resolution client o IETF ATMARP address resolution server o IETF SCSP/ATMARP server o UNI 3.1 and 3.0 signalling protocols o Fore Systems's SPANS signalling protocol What's supported ---------------- The following are supported by HARP 3: o ATM Host Interfaces - FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters - FORE Systems, Inc. PCA-200E ATM PCI Adapters - Efficient Networks, Inc. ENI-155p ATM PCI Adapters o ATM Signalling Protocols - The ATM Forum UNI 3.1 signalling protocol - The ATM Forum UNI 3.0 signalling protocol - The ATM Forum ILMI address registration - FORE Systems's proprietary SPANS signalling protocol - Permanent Virtual Channels (PVCs) o IETF "Classical IP and ARP over ATM" model - RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5" - RFC 1577, "Classical IP and ARP over ATM" - RFC 1626, "Default IP MTU for use over ATM AAL5" - RFC 1755, "ATM Signaling Support for IP over ATM" - RFC 2225, "Classical IP and ARP over ATM" - RFC 2334, "Server Cache Synchronization Protocol (SCSP)" - Internet Draft draft-ietf-ion-scsp-atmarp-00.txt, "A Distributed ATMARP Service Using SCSP" o ATM Sockets interface - The file atm-sockets.txt contains further information What's not supported -------------------- The following major features of the above list are not currently supported: o UNI point-to-multipoint support o Driver support for Traffic Control/Quality of Service o SPANS multicast and MPP support o SPANS signalling using Efficient adapters This software was developed under the sponsorship of the Defense Advanced Research Projects Agency (DARPA). Reviewed (lightly) by: phk Submitted by: Network Computing Services, Inc.
* Turn off replies to ICMP echo requests for broadcast and multicastjkoshy1998-09-158-8/+46
| | | | | | | | | | | | | addresses by default. Add a knob "icmp_bmcastecho" to "rc.network" to allow this behaviour to be controlled from "rc.conf". Document the controlling sysctl variable "net.inet.icmp.bmcastecho" in sysctl(3). Reviewed by: dg, jkh Reminded on -hackers by: Steinar Haug <sthaug@nethelp.no>
OpenPOWER on IntegriCloud