summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* With the recent change to ip6fw, it is safe to return to using ${fw6cmd}gshapiro2001-04-131-2/+1
| | | | which may include the -q flag.
* Actually install include/fs/smbfs and include/netsmb directories.bp2001-04-111-2/+4
|
* vnconfig(8) -> mdconfig(8).ru2001-04-101-2/+2
| | | | Reviewed by: phk
* Add netsmb and smbfs include directoriesbp2001-04-101-0/+4
|
* Add a comment out console line for AlphaServer 8200 and 8400 ("TurboLaser")obrien2001-04-091-0/+2
|
* Label the OpenSSH section, then add a small explanation for the existencegreen2001-04-061-0/+2
| | | | | | | of the non-typo "csshd" service. Prodded by: markm Reviewed by: markm, dwhite, rwatson
* Add removable_interfaces to /etc/defaults/rc.conf. It is usedbmah2001-04-041-0/+1
| | | | | | | | | (undocumented until now) by /etc/pccard_ether. MFC candidate. Pointed out by: Dave Crane <dave@trig.net> Reviewed by: -mobile
* Commit the first version of BSDPAN.joe2001-04-031-0/+6
| | | | | | | | | | | | | | | | | | | BSDPAN is the collection of modules that provides tighter than ever integration of Perl into BSD Unix. Currently, BSDPAN does the following: o makes p5- FreeBSD ports PREFIX-clean; o registers Perl modules in the FreeBSD package database with a package name derived from the module name. The name is of the form: bsdpan-ModuleName-V.VV. Anyone interested in where BSDPAN is developing should read Anton's message to the ports mailling list: Message-ID: <20010105040828.A26011@heechee.tobez.org> Submitted by: Anton Berezin <tobez@tobez.org>
* Change the order in which /etc files are copied into place; copybsd2001-04-033-15/+36
| | | | | | default first, then network-specific files, then host-specific files. I think this was the original intent, as Matt indicated the previous code appeared to be a bug.
* Allow users to override the default map type used for building maps.gshapiro2001-04-011-2/+4
|
* The userdb database is different from the rest of the databases. It *must*gshapiro2001-04-011-2/+6
| | | | | | be a btree. PR: bin/26149
* Note in the comments that it is possible, but not recommended to usemurray2001-03-311-1/+4
| | | | | | | | spaces instead of tabs in this file. This matches the description in the manpage. PR: 25945 Submitted by: T. William Wells <bill@twwells.com>
* Integrate the IPv6 entries with the rest of them to avoid things gettingpeter2001-03-301-32/+18
| | | | | | out of sync. A similar change was made by itojun on the OpenBSD tree a few weeks ago. This should stop people disabling one server and forgetting the other one (eg: ftp and/or telnet)
* Attempt to support TIS auth by default in the SSHD by providing agreen2001-03-301-0/+1
| | | | "csshd" requirement of the S/KEY PAM module.
* Change NO_MAKEDEV to a finer granularity method:asmodai2001-03-292-3/+8
| | | | | | | | NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge.
* Change ntp_flags to "-b" to inspire people to set it right.phk2001-03-281-1/+1
| | | | | | | | | Note that "right" in this case is not universally recognized, but NTP-practittioners as opposed to theoretians generally agree that getting "inside the window" using ntpdate is TRTTD on PC hardware. PR: 25514 Submitted by: Chris Johnson <cjohnson-pr@palomine.net>
* Remove sockets found in /var/run or /var/spool/lock at boot timebrian2001-03-281-1/+1
| | | | (as well as files).
* Add full PAM support for account management and sessions.markm2001-03-271-22/+75
| | | | | | | The PAM_FAIL_CHECK and PAM_END macros in su.c came from the util-linux package's PAM patches to the BSD login.c Submitted by: "David J. MacKenzie" <djm@web.us.uu.net>
* Formatting fix for rev 1.298 where I did not take enough care.obrien2001-03-271-30/+30
|
* At least install primes to the right place, for now. I suppose.green2001-03-271-2/+2
| | | | Reminded by: everyone
* Don't call the fictious `MAKEDEV' from the path "/sbin:/bin" when weobrien2001-03-271-69/+69
| | | | recurse. Rather recurse on ourself (as we know our own name).
* Bah. 'ln -sf' -> 'ln -fs'. I need to read my email more closely in thescottl2001-03-251-1/+1
| | | | | | mornings. Pointy hat again Obtained from: roam@orbitel.org
* 'ln -s' -> 'ln -sf' for the afa link.scottl2001-03-251-1/+1
| | | | Pointy hat Obtained from: roam@orbitel.bg
* Identify obsolete portsbrian2001-03-251-1/+2
|
* Add cvs tagdougb2001-03-241-0/+2
|
* Install /etc/primes.green2001-03-241-0/+1
|
* This commit was generated by cvs2svn to compensate for changes in r74713,green2001-03-241-0/+71
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add /etc/primes for OpenSSH SSH2 DH exchange.green2001-03-241-0/+71
| | | | | Submitted by: Chris Wasser <cwasser@v-wave.com> Obtained from: OpenBSD
* added new directories to sync with XFree86-4.0.3.sf2001-03-231-0/+38
| | | | Approved by: asami
* Revert rev 1.7 which used "`console' rather than `ttyv0' so there willobrien2001-03-221-2/+3
| | | | | | | always be a getty on the console reguardless of the type of console. Instead always run a getty on ttyd0. Reviewed by: gallatin
* Create afaN as a simlink to aacN. Add a comment about the aac device.scottl2001-03-221-0/+2
|
* Update search URL:wosch2001-03-221-1/+1
| | | | http://www.FreeBSD.org/search.html -> http://www.FreeBSD.org/search/
* Add back the wd* entries. It turns out they're still used by the PC98.jkh2001-03-221-0/+2
| | | | Noted by: nyan
* Don't create legacy wd* devices by default. Let the user do this ifjkh2001-03-221-2/+0
| | | | | | they so desire it. Suggested by: rwatson
* Use orthogonal www.FreeBSD.org syntax.jkh2001-03-221-1/+2
| | | | Whined about by: rwatson
* s/portmap/rpcbindalfred2001-03-201-4/+4
| | | | Pointed out by: Hajimu UMEMOTO <ume@mahoroba.org>
* Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a fewdes2001-03-198-50/+0
| | | | | | | very specific scenarios, and now that we have had net.inet.tcp.blackhole for quite some time there is really no reason to use it any more. (second of three commits)
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-1911-804/+894
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | associated changes that had to happen to make this possible as well as bugs fixed along the way. Bring in required TLI library routines to support this. Since we don't support TLI we've essentially copied what NetBSD has done, adding a thin layer to emulate direct the TLI calls into BSD socket calls. This is mostly from Sun's tirpc release that was made in 1994, however some fixes were backported from the 1999 release (supposedly only made available after this porting effort was underway). The submitter has agreed to continue on and bring us up to the 1999 release. Several key features are introduced with this update: Client calls are thread safe. (1999 code has server side thread safe) Updated, a more modern interface. Many userland updates were done to bring the code up to par with the recent RPC API. There is an update to the pthreads library, a function pthread_main_np() was added to emulate a function of Sun's threads library. While we're at it, bring in NetBSD's lockd, it's been far too long of a wait. New rpcbind(8) replaces portmap(8) (supporting communication over an authenticated Unix-domain socket, and by default only allowing set and unset requests over that channel). It's much more secure than the old portmapper. Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded to support TI-RPC and to support IPV6. Umount(8) is also fixed to unmount pathnames longer than 80 chars, which are currently truncated by the Kernel statfs structure. Submitted by: Martin Blapp <mb@imp.ch> Manpage review: ru Secure RPC implemented by: wpaul
* Add `ipv6_ifconfig_IFN_aliasN' directive to allow multiple aliases.ume2001-03-183-1/+20
| | | | PR: conf/24239
* Ignore comments in /etc/passwdbrian2001-03-171-1/+1
| | | | | PR: 25845 Submitted by: Udo Schweigert <ust@cert.siemens.de>
* Remove unused locale/nls directories.ache2001-03-171-6/+0
| | | | Corresponding fixes for "make release" already commited elsewhere.
* Attempt to make "make release" work again. Without a nls/fi_FI.DIS_8859-15phk2001-03-171-0/+2
| | | | tcsh barfs.
* Unbreak "make installworld"markm2001-03-171-0/+4
|
* Add et_EE.ISO_8859-15ache2001-03-162-0/+6
|
* Apply the README's requirement a) to the previous commit.ru2001-03-161-1/+1
|
* Add some devices:imp2001-03-161-9/+17
| | | | | | | | Xircom CreditCard Netwave cnw Intel PRO/Wireless 2011 (PRISM II) wi 3COM 3CRWE737A (PRISM II) wi Note: I've had some reports that the latter two cards work, but I've not been able to get them to work for me.
* DIS_8859_15 -> ISO_8859-15 renameache2001-03-162-43/+43
|
* Fix a commentbrian2001-03-151-1/+1
| | | | | PR: 25831 Submitted by: quinot@inf.enst.fr
* Add the ata control devicesos2001-03-151-0/+8
|
* Add a commented out entry for compat4xmurray2001-03-141-0/+1
| | | | | PR: 25196 Submitted by: Chris Knight <chris@aims.com.au>
OpenPOWER on IntegriCloud