aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Allow the output of /etc/security to be logged or mailed to differentBrian Somers2001-01-302-5/+13
| | | | | | | | | | users in line with ${daily,weekly,monthly}_output using a new $daily_status_security_output variable. PR: 24643 Notes: svn path=/head/; revision=71834
* Run purgedir (a local function) on /var/run instead of rm /var/run/*Brian Somers2001-01-301-2/+1
| | | | | | | | PR: 24612 Submitted by: David Drum <david@mu.org> Notes: svn path=/head/; revision=71830
* Replace the full path to sysinstall with a standard manual pageSheldon Hearn2001-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. Notes: svn path=/head/; revision=71778
* D'oh! Forgot to link to /dev/voodoo.Coleman Kane2001-01-261-1/+2
| | | | Notes: svn path=/head/; revision=71656
* - Don't try to send RA to lo0, gifN and faithN.Hajimu UMEMOTO2001-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. Notes: svn path=/head/; revision=71638
* Mention about rtadvd_interfaces. It should be specified if you wantHajimu UMEMOTO2001-01-251-0/+1
| | | | | | | use rtadvd. Notes: svn path=/head/; revision=71632
* Add the options of which cron program to run, and specifying flagsDoug Barton2001-01-212-1/+3
| | | | | | | | | | to it. PR: conf/24358 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net> Notes: svn path=/head/; revision=71340
* Tell users to run /usr/sbin/sysinstall now instead of /stand/sysinstall.John Baldwin2001-01-171-1/+1
| | | | | | | Reminded by: jkh Notes: svn path=/head/; revision=71184
* Add el_GR.ISO_8859-7Andrey A. Chernov2001-01-172-0/+6
| | | | Notes: svn path=/head/; revision=71162
* FreeBSD doesn't run named in a sandbox by default, so change a comment so itBen Smithurst2001-01-161-1/+1
| | | | | | | doesn't imply we do. Notes: svn path=/head/; revision=71123
* Add a sysvipc_enable variable that causes the SysV IPC modules to be loaded.Dag-Erling Smørgrav2001-01-162-0/+11
| | | | | | | Reviewed by: dougb Notes: svn path=/head/; revision=71121
* Fix this to be more consistent with similar constructions elsewhereDoug Barton2001-01-142-2/+2
| | | | Notes: svn path=/head/; revision=71020
* add new PC-Card entry, Melco/Buffalo LPC2-CLTMIHIRA Sanpei Yoshiro2001-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> Notes: svn path=/head/; revision=71017
* Move the process of storing entropy from /dev/random and reseeding withDoug Barton2001-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. Notes: svn path=/head/; revision=71014
* Fix a small typoDoug Barton2001-01-111-1/+1
| | | | Notes: svn path=/head/; revision=70923
* Add a system to save entropy from /dev/random periodically so thatDoug Barton2001-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. Notes: svn path=/head/; revision=70922
* Add portmap as a dependency for NIS client and server.Brian S. Dean2001-01-111-0/+2
| | | | | | | Requested by: gallatin Notes: svn path=/head/; revision=70916
* update the makefile to install all files from this directory to /etc/isdnHellmuth Michaelis2001-01-101-6/+10
| | | | Notes: svn path=/head/; revision=70879
* Update: allow a list of numbers to be ignored and display the line onHellmuth Michaelis2001-01-101-15/+35
| | | | | | | which the call was received. Notes: svn path=/head/; revision=70878
* correct two horrible spelling errorsHellmuth Michaelis2001-01-101-3/+3
| | | | Notes: svn path=/head/; revision=70877
* add a the missing (german) holidays fileHellmuth Michaelis2001-01-101-0/+34
| | | | Notes: svn path=/head/; revision=70876
* Add these key bindings for tcsh users in interactive mode:Archie Cobbs2001-01-101-0/+5
| | | | | | | | | | | bindkey "^W" backward-delete-word bindkey -k up history-search-backward bindkey -k down history-search-forward Reviewed by: -current Notes: svn path=/head/; revision=70859
* Move the syscons configuration to a machine independent rc.syscons. TheJohn Baldwin2001-01-097-455/+362
| | | | | | | | syscons sh code was identical on both platforms except for whitespace differences. Notes: svn path=/head/; revision=70856
* Remove empty directories.Ben Smithurst2001-01-091-6/+0
| | | | | | | | PR: 23769, 23772, 23868 Submitted by: Rich Morin <rdm@cfcl.com> Notes: svn path=/head/; revision=70812
* Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h>Peter Wemm2001-01-091-0/+2
| | | | Notes: svn path=/head/; revision=70811
* Give the USB devices sensible default permissions.Nick Hibma2001-01-071-12/+28
| | | | | | | Suggested by: Kaltashkin Eugene <zhecka@klondike.ru> Notes: svn path=/head/; revision=70756
* Don't announce that rc.${MACHINE_ARCH} is doing the syscons configurationJohn Baldwin2001-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 Notes: svn path=/head/; revision=70737
* add new PC-Card entry, COREGA FEther PCC-TXDMIHIRA Sanpei Yoshiro2001-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) Notes: svn path=/head/; revision=70624
* Cope with ports that have multiple versions *and* have embedded ``-''sBrian Somers2001-01-021-1/+1
| | | | | | | in their name. Notes: svn path=/head/; revision=70602
* Understand ``multiple versions'' lines emitted from pkg_version.Brian Somers2001-01-021-1/+3
| | | | Notes: svn path=/head/; revision=70600
* ru_SU -> ru_RU for nls tooAndrey A. Chernov2001-01-012-6/+6
| | | | Notes: svn path=/head/; revision=70551
* ... and ru_RU.KOI8-R.Poul-Henning Kamp2000-12-311-5/+1
| | | | | | | | | Remove ru_SU Forgotten by: phantom on 2000/12/29 14:58:01 Notes: svn path=/head/; revision=70543
* Add ru_RU.ISO_8859-5 also.Poul-Henning Kamp2000-12-311-0/+2
| | | | Notes: svn path=/head/; revision=70542
* Add forgotten entry for ru_RU.CP866 to try to make make release work.Poul-Henning Kamp2000-12-311-0/+2
| | | | Notes: svn path=/head/; revision=70540
* Get rid of deprecated ru_SU.* locales. ru_RU.* will be used instead.Alexey Zelkin2000-12-291-3/+0
| | | | Notes: svn path=/head/; revision=70484
* Fixed my mistake (rev: 1.169).Toshihiko ARAI2000-12-291-1/+1
| | | | | | | Submitted by: sanpei Notes: svn path=/head/; revision=70470
* Add the "mdctl" device under the "std" stanza.Poul-Henning Kamp2000-12-281-0/+1
| | | | Notes: svn path=/head/; revision=70449
* Merge into a single US-exportable libcrypt, which only providesPeter Wemm2000-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) Notes: svn path=/head/; revision=70419
* Fix a quoting problem I introduced.Doug Barton2000-12-261-2/+2
| | | | | | | | | Fix a tiny style problem while I'm here. Submitted by: knu Notes: svn path=/head/; revision=70378
* add PC-Card entry, ELECOM Laneed LD-CDL/TXMIHIRA Sanpei Yoshiro2000-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 Notes: svn path=/head/; revision=70353
* Add support for PC-card router configuration. (MFPAO)Toshihiko ARAI2000-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. Notes: svn path=/head/; revision=70349
* o Almost all the config line changed to `auto', except forToshihiko ARAI2000-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 Notes: svn path=/head/; revision=70337
* Handle multiple words in $daily_clean_disks_filesBrian Somers2000-12-241-3/+5
| | | | | | | | PR: 23805 Submitted mostly by: Norbert Papke <npapke@telus.net> Notes: svn path=/head/; revision=70323
* use ``config auto'' for ACCTON EN2216-PCMCIA-ETHERNETMIHIRA Sanpei Yoshiro2000-12-231-2/+1
| | | | | | | Submitted by: taguchi@tohoku.iij.ad.jp Notes: svn path=/head/; revision=70309
* use ``config auto'' for IBM PCMCIA Ethernet I/IIMIHIRA Sanpei Yoshiro2000-12-231-1/+1
| | | | | | | Submitted by: WAKABAYAI Susumu <susumu@wakabaya.net> Notes: svn path=/head/; revision=70308
* fix MELCO LPC3-TX configMIHIRA Sanpei Yoshiro2000-12-231-1/+2
| | | | | | | | | | | | | use ``config auto'' add ether line Submitted by: bsd-nomads mailing list 14954: Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> 14967: Yoichi Nakayama <yoichi@eken.phys.nagoya-u.ac.jp> 14971: WAKABAYAI Susumu <susumu@wakabaya.net> Notes: svn path=/head/; revision=70306
* use ``config auto "sio" ?'' for Xircom CreditCard Modem CM-56TMIHIRA Sanpei Yoshiro2000-12-231-1/+1
| | | | | | | | PR: conf/23068 Submitted by: Matt <kienow@infinet.com> Notes: svn path=/head/; revision=70302
* Add commented out entry showing use of console.info feature.Poul-Henning Kamp2000-12-201-0/+2
| | | | Notes: svn path=/head/; revision=70241
* Join tree entries for Linksys PCMPC100 series as follows:Toshihiko ARAI2000-12-201-9/+2
| | | | | | | | | "Linksys" "EtherFast 10/100 PC Card (PCMPC100)" "Linksys" "Etherfast 10/100 PC Card (PCMPC100 V2)" "Linksys" "EtherFast 10/100 PC Card (PCMPC100 V3)" Notes: svn path=/head/; revision=70235
* o Back out 1.39, it was a bad idea. There was, and should be, aRobert Watson2000-12-191-2/+2
| | | | | | | | | | | | | distinction between the OS copyright message and the message displayed gratuitously to each user at login. Because, well, they may be different, among other things, and boy can a copyright message each login consume some screen space. If people really want to do this, they can copy /COPYRIGHT to /etc/COPYRIGHT. Submitted by: Anders Andersson <anders@codefactory.se> Notes: svn path=/head/; revision=70189