summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add $FreeBSD$.kuriyama2000-01-201-0/+2
|
* Update the sed action to match the change to "diff -u".obrien2000-01-201-1/+1
| | | | | | | Otherwise the encrypted password of any account who's information changed was shown in the daily email to root. Submitted by: jhb
* Add device entries for new parallel port radio clock driver.jkh2000-01-191-0/+6
| | | | | | | We were supposed to get these in far earlier and didn't, hence the commit after feature freeze. A promise is a promise. :) Submitted by: Sascha Schumann <sascha@schumann.cx>
* Add entries for:imp2000-01-192-0/+40
| | | | | | 3com 3c589ET Simple Technology CF ATA flash cards Viking Components CF ATA flash cards
* Add and document support for handling comments and blank lineschris2000-01-162-6/+12
| | | | | | in /etc/sysctl.conf. Reviewed by: imp, jkh
* Add missing share/examples/ses directory.phk2000-01-161-0/+2
|
* There's not /etc/pccard_ether_remove on -current.hosokawa2000-01-162-2/+2
|
* I've forgotten one hardwired device name in insert/remove line.hosokawa2000-01-162-4/+4
|
* Use "$device" instead of hardwired device names in insert/remove lineshosokawa2000-01-152-156/+156
| | | | of /etc/pccard.conf.sample
* add SES drivermjacob2000-01-151-0/+13
|
* This is another in Martin Blapp's N-series of mount-related cleanups :)green2000-01-158-38/+53
| | | | | | | | | | | | | Changes are: - rpc.umntall is called at the right places now in /etc/rc* - rpc.umntall timeout has been lowered from two days (too high) to one - verbose messages in rpc.umntall have been clarified - kill double entries in /var/db/mounttab when rpc.umntall is invoked - ${early_nfs_mounts} has been removed from /etc/rc - patched mount(8) -p to print different pass/dump values for ufs filesystems. (last patch recieved from dan <bugg@bugg.strangled.net>) Submitted by: Martin Blapp <mbr@imp.ch>, dan <bugg@bugg.strangled.net>
* Fix the 3Com Fast Etherlink 3C574TX's ID string as we now get theobrien2000-01-152-2/+2
| | | | complete description from the PCCARD system.
* Add example entry for the 3Com Megahertz 574Bmdodd2000-01-152-0/+16
|
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-142-0/+32
| | | | | | | | | | | | | | NICs. (Finally!) The PCMCIA, ISA and PCI varieties are all supported, though only the ISA and PCI ones will work on the alpha for now. PCCARD, ISA and PCI attachments are all provided. Also provided an ancontrol(8) utility for configuring the NIC, man pages, and updated pccard.conf.sample. ISA cards are supported in both ISA PnP and hard-wired mode, although you must configure the kernel explicitly to support the hardwired mode since you have to know the I/O address and port ahead of time. Special thanks to Doug Ambrisko for doing the initial newbus hackery and getting it to work in infrastructure mode.
* Readd ipfilter devicesguido2000-01-131-1/+13
| | | | PR: 16093
* o Remove entry that has 'any' for the interrupt and 'auto' for config.imp2000-01-132-34/+40
| | | | | | | | We don't have that yet. o Uncomment FLASH cards so when the ata flash patches go into the tree they will work. Reported by: hosokawa-san
* Add devhtml entry for the groff_font directory.asmodai2000-01-121-0/+2
| | | | This is needed for the new devhtml in the groff 1.15 package.
* Add missing -p /tmp/MTREE to mtree command in README so that itrgrimes2000-01-113-112/+112
| | | | | | will actually work now. Remove tabs and once again sort the *.dist files.
* correct the entry for the Linksys EtherFast 10/100jmb2000-01-112-2/+2
| | | | | | | PC Card (PCMPC100). the entry was one character short...the final ")" was missing. Pointed out by: Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
* Add an entry for dhclient and the USB ethernet adapters.n_hibma2000-01-101-12/+28
|
* Include a note below the example qmail entry that mentions that inetd isdbaker2000-01-101-1/+4
| | | | | no longer the correct way to have qmail handle incoming qmail smtp connections. Also provide a url to the correct method.
* Sigh. RFC2038 and bind 8.2.2 have a slight variation of interpretationpeter2000-01-101-0/+2
| | | | | | | | | of the SOA 'minimum' field. Now it's necessary to define $TTL seperately to shut it up. Bind does reasonable things by default but it's annoying still. PR: 15834 Submitted by: Daniel Lewart <d-lewart@uiuc.edu>
* Add items for pop3 and imapphantom2000-01-101-0/+4
| | | | | PR: conf/14714 Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
* Create /usr/share/doc/ncurses (place for html files from ncurses dist)phantom2000-01-101-0/+2
|
* Create /usr/share/examples/libdialog (examples of dialog(3) usage)phantom2000-01-101-0/+2
|
* Create doc dir for ntp (/usr/share/doc/ntp)phantom2000-01-101-0/+2
|
* Create dirs for bind's additional documentation:phantom2000-01-101-0/+6
| | | | /usr/share/doc/bind/{html,misc}
* add /usr/share/examples/bcphantom2000-01-101-0/+2
|
* Add 3com OfficeConnect 572imp2000-01-102-4/+22
|
* Install mailer.conf in /etc/mail instead of /etc.nyan2000-01-091-2/+1
| | | | Reviewed by: peter
* Add new define USE_INET6, which enbale IPv6 support on certainsumikawa2000-01-081-0/+5
| | | | | | | packages. Approved by: asami Reviewed by: billf
* Remove usage of chgrp(1) and wrap long lines.obrien2000-01-071-87/+89
|
* Add share/examples/dialog - examples of dialog(1) usagephantom2000-01-071-0/+2
|
* Cleanup diskless support in current, mostly aligning it to the oneluigi2000-01-068-220/+221
| | | | | | in the 3.x branch. Also remove the dependency on /usr to find the boot address/interface. Mostly-submitted-abd-tested-by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
* Third try.. Avoid filenames with spaces in them.peter2000-01-061-2/+2
| | | | | PR: 15937 Pointed out by: Koga Youichirou <y-koga@jp.FreeBSD.org>
* Now that chown is no longer available, we shouldn't try to use it.msmith2000-01-061-49/+31
| | | | | | | | | | Improve the internal mknod() to understand being passed an (optional) user:group specification. Don't apply root:wheel to nodes explicitly anywhere, it's the default. Remove an odd looking uucp:wheel assignment, as it's inconsistent with all the other tty?? devices.
* Missed a filename variable quote in rcpeter2000-01-051-1/+1
|
* Quote arguments in vi recover script.peter2000-01-051-3/+3
| | | | | PR: 15901 Submitted by: KOJIMA Hajime <kjm@rins.ryukoku.ac.jp>
* Add a whole bunch of example entries for pam. This should help getmarkm2000-01-041-8/+16
| | | | folk over various hurdles.
* Add /usr/libexec/sendmailpeter1999-12-291-0/+2
|
* Add $FreeBSD$peter1999-12-291-1/+1
|
* moved to etc/mailpeter1999-12-291-8/+0
| | | | Requested by: obrien
* Try and sort BIN1 a bit, it was all over the place.peter1999-12-291-11/+14
| | | | | Add mail/mailer.conf (repocopied from /etc/mailer.conf to /etc/mail/mailer.conf on obrien's request)
* Revert previous commit, -o is functional here and is required.peter1999-12-291-1/+1
|
* Remove -o before sendmail.cw - pure file name needed hereache1999-12-291-1/+1
|
* Add support for building the 'mlx?' devices, which will be used by themsmith1999-12-291-1/+9
| | | | upcoming 'mlxcontrol' utility.
* Use the *much* more readable unified diff format.obrien1999-12-282-3/+3
|
* Added following modes:kato1999-12-281-0/+14
| | | | | | | | | | | 5in HD 2 heads, 77 cylinders, 8 sectors/track, 1024 bytes/sector 5/3.5in DD 2 heads, 80 cylinders, 8 sectors/track, 512 bytes/sector Meanings of the rogrammer-readeble fd name were explained by Brian Fundakowski Feldman and Peter Wemm in hackers list and NOKUBI Hirotaka. Reviewed by: nyan
* Reset the Zoom 56K modem when starting to use it.julian1999-12-272-2/+6
| | | | | | Failing to do so freezes your system. Submitted by:Sean O'Connell <sean@stat.Duke.EDU> (my hero)
* Remove kvm_mkdb as it isn't installed anymore. libkvm asks directlypeter1999-12-271-1/+0
| | | | via kldsym(2), and crash dumps use nlist directly (and always have).
OpenPOWER on IntegriCloud