summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Show denied secondary bind transfer attemptsbrian2001-02-081-0/+7
| | | | | | Submitted by: inTEXT Communications <glenn@intextonline.com> Ok'd by: imp, kris Not objected to by: freebsd-audit
* o Introduce automated log rotation for /var/log/console, therwatson2001-02-061-0/+1
| | | | | | | | | | | default syslog target for console messages (when enabled in syslog.conf). Use the same rotation defaults as with /var/log/messages -- every 100kb of log, compress back logs, and keep five rotated logs. o Note: phk also thought it would be useful to force rotation each boot. This commit does not introduce such a rotation. Reviewed by: phk
* Introduce the option of running fsck -y if the initial preen fails.dougb2001-02-052-2/+19
| | | | | | Defaults to off. Obtained from: Yahoo!
* Don't specify root:wheel for tun*, it's the default.brian2001-02-031-1/+1
| | | | Pointed out by: bde
* o Reinstate Kerberos IV support for sshd when MAKE_KERBEROS4 isrwatson2001-02-031-0/+1
| | | | | | | | | compiled in. This involves a commented out sshd line to match the remainder of the commented out pam_kerberosIV.so entries. This doesn't quite restore the correct behavior, as ticket files are not managed properly, but it's an improvement. Forgotten by: green
* Pick up all messages* files less than two days old rather thanbrian2001-02-031-8/+9
| | | | | | | | | | just messages{,.0*} when looking for login failures and refused connections. PR: 23415 Mostly submitted by: phk Convert a few " "s to tabs while I'm here - for consistency.
* Change the permissions on /dev/tun* to 0600 root:wheelbrian2001-02-031-1/+1
|
* Allow the output of /etc/security to be logged or mailed to differentbrian2001-01-302-5/+13
| | | | | | | users in line with ${daily,weekly,monthly}_output using a new $daily_status_security_output variable. PR: 24643
* Run purgedir (a local function) on /var/run instead of rm /var/run/*brian2001-01-301-2/+1
| | | | | PR: 24612 Submitted by: David Drum <david@mu.org>
* Replace the full path to sysinstall with a standard manual pagesheldonh2001-01-291-1/+1
| | | | | | reference. The sysinstall binary is now in root's standard PATH, so there's no need for explicit pathing, and there's some value in a manual page reference.
* D'oh! Forgot to link to /dev/voodoo.cokane2001-01-261-1/+2
|
* - Don't try to send RA to lo0, gifN and faithN.ume2001-01-252-38/+10
| | | | | | - ipv6_network_interfaces has all available interfaces to work for static configuration even if the host is end host. When rtsol is invoked, singleness of interface is checked.
* Mention about rtadvd_interfaces. It should be specified if you wantume2001-01-251-0/+1
| | | | use rtadvd.
* Add the options of which cron program to run, and specifying flagsdougb2001-01-212-1/+3
| | | | | | | to it. PR: conf/24358 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* Tell users to run /usr/sbin/sysinstall now instead of /stand/sysinstall.jhb2001-01-171-1/+1
| | | | Reminded by: jkh
* Add el_GR.ISO_8859-7ache2001-01-172-0/+6
|
* FreeBSD doesn't run named in a sandbox by default, so change a comment so itben2001-01-161-1/+1
| | | | doesn't imply we do.
* Add a sysvipc_enable variable that causes the SysV IPC modules to be loaded.des2001-01-162-0/+11
| | | | Reviewed by: dougb
* Fix this to be more consistent with similar constructions elsewheredougb2001-01-142-2/+2
|
* add new PC-Card entry, Melco/Buffalo LPC2-CLTsanpei2001-01-141-0/+6
| | | | | | | | ed1 at port 0x300-0x31f irq 3 slot 0 on pccard0 ed1: address 00:40:26:xx:xx:xx, type NE2000 (16 bit) Submitted by: [FreeBSD-users-jp 58182] YANAGAWA Kazuhisa <kjana@os.xaxon.ne.jp>
* Move the process of storing entropy from /dev/random and reseeding withdougb2001-01-145-62/+41
| | | | | | | | | | | | | | | | it at boot time closer to the way we want it to be in the final version. * Move the default directory to /var/db/entropy * Run the entropy saving cron job every 11 minutes. This seems to be a better default, although still bikeshed material. * Feed /dev/random some cheesy "entropy" from various commands and files before the disks are mounted. This gives /dev/random a better chance of running without blocking early. * Move the reseeding with previously stored entropy to the point immediately after the disks are mounted. * Make the harvesting script a little safer in regards to the possibility of accidentally overwriting something other than a regular file.
* Fix a small typodougb2001-01-111-1/+1
|
* Add a system to save entropy from /dev/random periodically so thatdougb2001-01-114-10/+36
| | | | | | | | | | | | | | | | | | it can be used to reseed at boot time. This will greatly increase the chances that there will be sufficient entropy available at boot time to prevent long delays. For /etc/rc, remove the vmstat and iostat runs from the attempt to provide some cheesy randomness if the files fail, since those programs are dynamically linked, and ldd seems to want some randomness to do its magic. Guidance and parameters for this project were provided by Mark Murray, based on the requirements of the Yarrow algorithm. Some helpful suggestions for implementation (including the tip about iostat and vmstat) were provided by Sheldon Hearn. All blame for problems or mistakes is mine of course.
* Add portmap as a dependency for NIS client and server.bsd2001-01-111-0/+2
| | | | Requested by: gallatin
* update the makefile to install all files from this directory to /etc/isdnhm2001-01-101-6/+10
|
* Update: allow a list of numbers to be ignored and display the line onhm2001-01-101-15/+35
| | | | which the call was received.
* correct two horrible spelling errorshm2001-01-101-3/+3
|
* add a the missing (german) holidays filehm2001-01-101-0/+34
|
* Add these key bindings for tcsh users in interactive mode:archie2001-01-101-0/+5
| | | | | | | | bindkey "^W" backward-delete-word bindkey -k up history-search-backward bindkey -k down history-search-forward Reviewed by: -current
* Move the syscons configuration to a machine independent rc.syscons. Thejhb2001-01-097-455/+362
| | | | | syscons sh code was identical on both platforms except for whitespace differences.
* Remove empty directories.ben2001-01-091-6/+0
| | | | | PR: 23769, 23772, 23868 Submitted by: Rich Morin <rdm@cfcl.com>
* Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h>peter2001-01-091-0/+2
|
* Give the USB devices sensible default permissions.n_hibma2001-01-071-12/+28
| | | | Suggested by: Kaltashkin Eugene <zhecka@klondike.ru>
* Don't announce that rc.${MACHINE_ARCH} is doing the syscons configurationjhb2001-01-073-3/+3
| | | | | | | | as the previous line already tells us we are in rc.${MACHINE_ARCH}. This also allows more syscons configuration messages during startup to fit on one line. Reviewed by: dougb
* add new PC-Card entry, COREGA FEther PCC-TXDsanpei2001-01-031-0/+6
| | | | | ed1 at port 0x300-0x31f iomem 0xd0000-0xd0fff irq 3 slot 0 on pccard0 ed1: address 00:90:99:xx:xx:xx, type NE2000 (16 bit)
* Cope with ports that have multiple versions *and* have embedded ``-''sbrian2001-01-021-1/+1
| | | | in their name.
* Understand ``multiple versions'' lines emitted from pkg_version.brian2001-01-021-1/+3
|
* ru_SU -> ru_RU for nls tooache2001-01-012-6/+6
|
* ... and ru_RU.KOI8-R.phk2000-12-311-5/+1
| | | | | | Remove ru_SU Forgotten by: phantom on 2000/12/29 14:58:01
* Add ru_RU.ISO_8859-5 also.phk2000-12-311-0/+2
|
* Add forgotten entry for ru_RU.CP866 to try to make make release work.phk2000-12-311-0/+2
|
* Get rid of deprecated ru_SU.* locales. ru_RU.* will be used instead.phantom2000-12-291-3/+0
|
* Fixed my mistake (rev: 1.169).toshi2000-12-291-1/+1
| | | | Submitted by: sanpei
* Add the "mdctl" device under the "std" stanza.phk2000-12-281-0/+1
|
* Merge into a single US-exportable libcrypt, which only providespeter2000-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | one-way hash functions for authentication purposes. There is no more "set the libcrypt->libXXXcrypt" nightmare. - Undo the libmd.so hack, use -D to hide the md5c.c internals. - Remove the symlink hacks in release/Makefile - the algorthm is set by set_crypt_format() as before. If this is not called, it tries to heuristically figure out the hash format, and if all else fails, it uses the optional auth.conf entry to chose the overall default hash. - Since source has non-hidden crypto in it there may be some issues with having the source it in some countries, so preserve the "secure/*" division. You can still build a des-free libcrypt library if you want to badly enough. This should not be a problem in the US or exporting from the US as freebsd.org had notified BXA some time ago. That makes this stuff re-exportable by anyone. - For consistancy, the default in absence of any other clues is md5. This is to try and minimize POLA across buildworld where folk may suddenly be activating des-crypt()-hash support. Since the des hash may not always be present, it seemed sensible to make the stronger md5 algorithm the default. All things being equal, no functionality is lost. Reviewed-by: jkh (flame-proof suit on)
* Fix a quoting problem I introduced.dougb2000-12-261-2/+2
| | | | | | Fix a tiny style problem while I'm here. Submitted by: knu
* add PC-Card entry, ELECOM Laneed LD-CDL/TXsanpei2000-12-261-0/+6
| | | | | | | ed1 at port 0x240-0x25f irq 3 slot 0 on pccard0 ed1: address 00:90:fe:xx:xx:xx, type Linksys (16 bit) Submitted by: taguchi@tohoku.iij.ad.jp
* Add support for PC-card router configuration. (MFPAO)toshi2000-12-251-40/+124
| | | | | | | | | | | | | | o Add the removable_interfaces variable for list of removable network interfaces (PC-card ethernet, wireless network and USB ethernet etc). o ifconfig_<ifn>_alias0, static_routes_<ifn>, removable_route_flush, /etc/start_if.<ifn> and /etc/stop_if.<ifn> are support. o removable_route_flush variable is set to "NO" if you want to use the machine as gateway using two or more removable network cards. If static routing is needed use static_routes_<ifn> instead of static_routes or defaultrouter. o The optional static_routes_<ifn> variable is likely static_routes. o /etc/start_if.<ifn> and /etc/stop_if.<ifn> are shell script to be specified that are called when a card is inserted or removed.
* o Almost all the config line changed to `auto', except fortoshi2000-12-241-378/+222
| | | | | | | | | | | | multifunction cards and I recieved reports that the card does not workd by `config auto'. (MFPAO) o Remove static assign of the IRQ number. o Remove two duplicated entries. o Join some entries using regex and fixed matching order problem. These changes for boot.flp. Suggested by: sanpei
* Handle multiple words in $daily_clean_disks_filesbrian2000-12-241-3/+5
| | | | | PR: 23805 Submitted mostly by: Norbert Papke <npapke@telus.net>
OpenPOWER on IntegriCloud