summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* New option isdn_screenflags to set the syscons screen params for isdnd,schweikh2001-05-143-0/+25
| | | | | | | | plus documentation. Submitted by: Alexander Leidinger <Alexander@Leidinger.net> Not objected to by: hm MFC after: 1 week
* Back out rev 1.260. The 'streams' module is a registered dependency ofpeter2001-05-131-3/+1
| | | | | the 'svr4' module already. This was a 4.x-only problem and should not have been MFS'ed.
* Add sk_SKache2001-05-132-0/+6
| | | | | | | | PR: Submitted by: Reviewed by: Approved by: Obtained from:
* clarify comment about MAKE_KERBEROS5. noticed by Peter Pentchevassar2001-05-121-1/+1
| | | | <roam@orbitel.bg>
* Add 470.status-named.dirk2001-05-111-0/+1
| | | | Reminded by: gshapiro
* Update the fsck command in /etc/rc to use the new backgroundmckusick2001-05-111-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsck checking. Applying these changes (typically via mergemaster) will cause your system to start running background checks on all your soft update enabled filesystems (provided that you have a kernel with the required functionality, e.g., one built since the end of April). Please report any and all problems to mckusick@mckusick.com (not mckusick@freebsd.org which I read infrequently). See the comment above the fsck command in /etc/rc for instructions on how to disable background checking should it cause you too much trouble. Several FAQs: 1) Can I reboot before the background checks are done? Ans) Yes, when the system restarts the checks will pick up where they left off. 2) Can a crash during checking corrupt my filesystem? Ans) No, recovered resources are returned to the system using soft updates which ensure that the freeing is done in a safe order. 3) How will I know if any background checks are being done? Ans) Filesystems that are to be checked in background will be listed as `DEFER FOR BACKGROUND CHECKING' at the usual fsck check time during system startup. 4) What happens to the output of the background checks? Ans) It is sent to syslog `daemon' facility log level `notice'. 5) When will this feature be available in the 4.X kernel? Ans) Never. It is much too radical and extensive a change to be MFC'ed. Besides, it needs many months of experience and tuning before it is ready for widespread use. 6) What happens if a background fsck fails (i.e., fsck finds errors that would normally require a manual fsck)? Ans) The filesystem will be marked as needing a manual fsck. At the next system reboot, the check will be done in foreground and the usual actions taken (usually a failure to go multi-user until fsck has been run by hand on the affected filesystem).
* Delete everything that's not a directory in /var/run and /var/spool/lockbrian2001-05-101-2/+5
| | | | | | at boot time. MFC after: 3 weeks
* Avoid flushing IPv6 routes. `route flush' removes necessaryume2001-05-091-1/+1
| | | | routes for IPv6 as well as IPv4 routes.
* * Simplify the population of the /etc memory filesystem. To avoidbsd2001-05-098-82/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the null mount, we currently create a temporary mfs on /tmp, copy /etc to /tmp, then mount /etc as mfs and copy everything back from /tmp, then delete the /tmp mfs. The patch eliminates the temporary /tmp mfs and the subsequent copying and simply populates the /etc mfs by copying from /conf/default/etc. This requires that /conf/default/etc contain a complete copy of all the /etc stuff instead of just overrides. I don't think that is too much of an extra step in setting up a diskless environment. * Provide the ability to make /tmp a memory filesystem independent of /var. This removes the requirement that /tmp be a symlink to /var/tmp and this makes the diskless code work with the default filesystem layout. If a seperate /tmp memory filesystem is created, the 'tmpsize' environment variable is used to determine its size (default to 10 Meg). * Reduce diffs between the -current and -stable versions of these files to a bare minimum. Only the definition of the shell function 'mount_md' is different. Not Objected to by: -arch@, -small@ MFC after: 2 days
* s/ssh_host_key/ssh_host_rsa_key/ since that is what openssh uses nowpeter2001-05-097-14/+14
| | | | after a mergemaster.
* 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
OpenPOWER on IntegriCloud