summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add PAM support to SRA authentication. Cribbed mostly from ftpd. Thisnsayer2001-05-071-0/+4
| | | | | doesn't solve the problem of root being allowed to log in, but that sort of thing is something PAM should be doing anyway.
* Use foo () instead of foo ( ) for function definition,schweikh2001-05-071-2/+1
| | | | so zsh can parse this file as well.
* Fix a misleading commentbrian2001-05-021-1/+1
| | | | Submitted by: Mark Knight <markk@knigma.org>
* Add a ``digi'' driver.brian2001-05-021-2/+44
| | | | | | | | | | | | | | | | | | This driver supports PCI Xr-based and ISA Xem Digiboard cards. dgm will go away soon if there are no problems reported. For now, configuring dgm into your kernel warns that you should be using digi. This driver is probably close to supporting Xi, Xe and Xeve cards, but I wouldn't expect them to work properly (hardware donations welcome). The digi_* pseudo-drivers are not drivers themselves but contain the BIOS and FEP/OS binaries for various digiboard cards and are auto-loaded and auto-unloaded by the digi driver at initialisation time. They *may* be configured into the kernel, but waste a lot of space if they are. They're intended to be left as modules. The digictl program is (mainly) used to re-initialise cards that have external port modules attached such as the PC/Xem.
* Don't mount a md(4) over /dev on DEVFS enabled diskless systems.phk2001-05-015-25/+45
|
* Add an allscreens_kbdflags option. Same thing as allscreens_flags,dd2001-04-283-0/+19
| | | | | | but runs kbdcontrol instead of vidcontrol. Reviewed by: ru
* Remind the user that they need to check CPAN manually for updatesjoe2001-04-281-0/+1
| | | | to perl5 modules installed by hand.
* Removed reference to withdrawn secure-supfile.ru2001-04-271-1/+0
|
* Enable static IPv6 address assignment on PCMCIA NIC.ume2001-04-263-14/+10
| | | | PR: conf/26633
* "Portmapper" -> "Rpcbind" in a comment.alex2001-04-261-1/+1
|
* Document XFREE86_VERSION.jim2001-04-251-0/+5
|
* Fixed typo.ru2001-04-251-1/+1
| | | | | PR: bin/26836 Submitted by: Matthew Seaman <matthew.seaman@tornadogroup.com>
* Move to using md.imp2001-04-258-19/+78
| | | | | | | | | o create a simple wrapper function mount_md that makes it easy to move from mount_mfs. # NOTE: you will need to MAKEDEV md[0123] in order for this to work. Reviewed by: bsd, keichii
* Add isdn_ttype (moved to rc.conf from rc.isdn)schweikh2001-04-241-0/+1
| | | | | | PR: conf/24865 Submitted by: schweikh Reviewed by: hm
* Don't hardcode isdn_ttype overwriting rc.conf settings.schweikh2001-04-242-30/+2
| | | | | | PR: conf/24865 Submitted by: schweikh Reviewed by: hm
* MFS: the MFS still applies to -current until such time as someone fixesimp2001-04-245-75/+95
| | | | | rc.diskless2 to use mdconfig rather than mount_mfs. These changes are still relevant to -current.
* Add missed and update existing MASTER_SITE_*.sobomax2001-04-221-12/+18
|
* Checking of denied zone transfers is now done indirk2001-04-211-7/+0
| | | | periodic/daily/470.status-named.
* Check for denied zone transfers (AXFR and IXFR).dirk2001-04-212-0/+76
|
* Fix typo in mouse_char rangeache2001-04-211-1/+1
|
* Sync with main v1.105ache2001-04-211-7/+9
|
* Eliminate the null mount for /etc for diskless clients.bsd2001-04-203-93/+105
|
* Sync with main termcapache2001-04-191-11/+11
|
* Comment out vfs.vmiodirenable=0 by default, to prevent inproducing anothersobomax2001-04-191-1/+1
| | | | | | | place where default sysctl value have to be tweaked if we ever would want to switch kernel default to 1. Submitted by: dillon
* Add mousechar_start hookache2001-04-193-0/+17
| | | | Reviewed by: Nick Hibma <n_hibma@qubesoft.com>
* o Install sysctl.conf with all other *.conf files;sobomax2001-04-192-2/+9
| | | | | | o put a note into sysctl.conf describing vfs.vmiodirenable knob. OK'ed by: alfred
* Add missing entry for ospf6d.ume2001-04-191-0/+1
| | | | Submitted by: Akihiro Kosakada <pdp@cyber-fleet.com>
* Remove share/tmac/locale/ and share/tmac/mdoc/locale/.ru2001-04-171-4/+0
|
* In the /etc/rc startup script a soft link is created from /var/run/log tophk2001-04-151-1/+1
| | | | | | | | | | /dev/log like this: if [ ! -h /dev/log ]; The man page for test(1) says that the -h switch is depracated and that users should NOT rely on it being available. It suggest the -L switch instead. They both do the same thing: check for the existence of the symbolic link. PR: 26596 Submitted by: mikem <mike_makonnen@yahoo.com>
* MFS: deal with svr4 module's dependency on streams modulejkh2001-04-141-1/+3
|
* Log denied IXFR, too.dirk2001-04-141-1/+1
| | | | MFC canidate.
* - Newer versions of bind log denied secondary zone tranfers withnate2001-04-131-1/+1
| | | | | | | | | 'denied AXFR', not 'unapproved AXFR'. This is an MFC candidate. PR: misc/26529 Submitted by: duwde@duwde.com.br
* People, please read the README file!!!ru2001-04-131-2/+2
| | | | | : These files use 4 space indentation, and other than in the header : comments, should not contain any tabs.
* 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).
OpenPOWER on IntegriCloud