summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* use ``config auto'' for ACCTON EN2216-PCMCIA-ETHERNETsanpei2000-12-231-2/+1
| | | | Submitted by: taguchi@tohoku.iij.ad.jp
* use ``config auto'' for IBM PCMCIA Ethernet I/IIsanpei2000-12-231-1/+1
| | | | Submitted by: WAKABAYAI Susumu <susumu@wakabaya.net>
* fix MELCO LPC3-TX configsanpei2000-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>
* use ``config auto "sio" ?'' for Xircom CreditCard Modem CM-56Tsanpei2000-12-231-1/+1
| | | | | PR: conf/23068 Submitted by: Matt <kienow@infinet.com>
* Add commented out entry showing use of console.info feature.phk2000-12-201-0/+2
|
* Join tree entries for Linksys PCMPC100 series as follows:toshi2000-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)"
* o Back out 1.39, it was a bad idea. There was, and should be, arwatson2000-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>
* Add if=/etc/issue to the default getty entry.phk2000-12-181-1/+2
| | | | | | | This does nothing if you don't have an /etc/issue file. PR: 22331 Submitted by: Rick C. Petty <rick@kiwi-computer.com>
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowtoshi2000-12-181-25/+31
| | | | | | | | require the addition of flag 0x80000 to their config line in pccard.conf(5). This flag is not optional. These Linksys cards will not be recognized without it. Reviewed by: imp, iwasaki
* * Add an eval so that ipnat_flags=">/dev/null" works, per the PRdougb2000-12-177-21/+35
| | | | | | | * Do some line length and specify full path cleanups while I'm here PR: conf/22937 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* o /etc/COPYRIGHT -> /COPYRIGHT, since that's where it's installed.rwatson2000-12-171-2/+2
| | | | Submitted by: Anders Andersson <anders@sanyusan.se>
* In addition to:dougb2000-12-171-30/+35
| | | | | | | | | | | | | | | Apply a more consistent style to the echo statements in /etc/ scripts. * Put quotes around each line * Single quotes for lines with no variable interpolation * Double quotes if there is * Capitalize each word that begins a line * Make echo -n 'Doing foo:' ... echo '.' more of a standard Also: * Use rm -f on /var/run/dev.db so if it's not there (devfs) it doesn't error * Shorten the ldconfig messages so that the default fits on one line * Test whether /var/msgs/bounds is a link before overwriting it * Generally futz around with whitespace
* Apply a more consistent style to the echo statements in /etc/ scripts.dougb2000-12-1723-171/+174
| | | | | | | | | | * Put quotes around each line * Single quotes for lines with no variable interpolation * Double quotes if there is * Capitalize each word that begins a line * Make echo -n 'Doing foo:' ... echo '.' more of a standard No functionality changes
* Create the vn%d.ctl devices.phk2000-12-161-0/+6
| | | | | | | | | | In a few days I will commit a patch which changes vn(4) to use the disk-minilayer. This will make vn(4) fully DEVFS friendly but have the side effect that vnconfig needs the vn%d.ctl devices to be able to configure vn(4). Please remake your /dev/vn entries with this revision of MAKEDEV if you don't rung DEVFS already.
* Run rc.pccard from netstart so it works for us laptop users as well.des2000-12-161-0/+5
|
* Flesh out a simple framework for dependency checking rc.conf enabledbsd2000-12-131-23/+19
| | | | | | services. Simple YES/NO style *_enable services are supported. Reviewed by: obrien
* -Change manufacture ID for REX-5535AC, REX-5535X, REX-9835X, and REX-9835Znon2000-12-131-4/+6
| | | | | | | | | | | | | | | | | | from "PCMCIA SCSI MBH1040" to "PCMCIA SCSI MBH10401" "01". They are based on the spc driver. This will fix the conflicts of entry with REX-5536AM, REX-9836A, and ICM PSC-2401 ("MBH10404" ones) which are based on stg driver. The problem was pointed out in bsd-nomads several times since PAO2 days. -Comment out the entry for "MBH10401" ones. The spc driver is not supported yet. -Add more comment about cards which has broken CIS (some cards which has tuple of "PCMCIA SCSI MBH10404" "01"). Reported by: takachan@running-dog.net, y-nakaga@nwsl.mesh.ad.jp, yuki@dayo.ne.jp Obtained from: discussion in bsd-nomads mailing list
* If portmap is started as a dependancy, echo a notice during boot.bsd2000-12-131-3/+18
| | | | Approved by: obrien
* Typofix: Configration -> Configuration.dannyboy2000-12-121-2/+2
| | | | Submitted by: Rich Morin <rdm@cfcl.com>
* Set portmap_enable if Amd or running as an NFS server is enabled.obrien2000-12-111-0/+15
| | | | This bites too many systems upgrading from our change in defaults.
* Add comments just before each config for the awi cards.imp2000-12-111-2/+12
| | | | | | Add ZoomAir card. Change a couple default to auto. Also change a couple awi entires to auto from 0x1.
* Add MAKEDEV support for jogdial device, the first cut of which will bensayer2000-12-111-2/+7
| | | | committed shortly.
* Revert back to rev 1.24 as we have not come to a consensus if is is OKobrien2000-12-111-7/+4
| | | | | | | for a hung `daily' run to keep a `weekly' run from happening. Same for `monthly'. We have always run `weekly' and `monthly' reguardless of the execution status of `daily'. Until there is some consensus we should not change the behavior.
* Run all three maintenance script in succession, making sure they alwaysdes2000-12-111-4/+7
| | | | | | run on the right day but never overlap. Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
* Add a reference to the fetch(3) man page.des2000-12-101-1/+1
|
* On Sundays through Fridays, run daily at 03:01 am.des2000-12-101-2/+2
| | | | | | | | | | | | On Saturdays, run daily and weekly sequentially, starting at 03:01 am. This prevents daily and weekly from overlapping, while running weekly as early as possible (i.e. as soon as daily finishes) to give it time to finish before monthly starts at 05:30 am. It's probably possible to do something similar with monthly, making it run as soon as daily (and possibly weekly, if the first of the month is a Saturday) finishes, but this is left as an exercise for the reader.
* Run weekly a little bit later to give more time for daily to completeobrien2000-12-081-1/+1
| | | | (since it starts later now).
* Added directories needed for Groff 1.16.1 distribution.ru2000-12-051-0/+6
|
* Update for OpenSSH 2.3.0.green2000-12-051-0/+6
|
* The osf1 utility has not been installed since rev 1.5 ofsheldonh2000-11-301-1/+4
| | | | src/sys/modules/osf1/Makefile, so don't use it here!
* Add commentary about shared SASL files versus sendmail compilation.gshapiro2000-11-301-0/+6
| | | | Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* o Add a PATH statement to the beginning of make-localhost, making itrwatson2000-11-291-0/+3
| | | | | | | work right when the administrator has modified their runtime environment in a manner not anticipated by our script. Requested by: Tom Maher <tardis@ece.cmu.edu>
* Add the 'amr' control device.msmith2000-11-281-0/+5
|
* use ``config auto "wi" ?'' for MELCO/WLI-PCM-L11sanpei2000-11-281-1/+1
| | | | Submitted by: susumu.wakabayashi@ntt.com
* Add the remaining pseudo-users as aliases to rootdougb2000-11-261-0/+3
| | | | | PR: conf/23105 Submitted by: Matthew West, mwest@uct.ac.za
* Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format"obrien2000-11-221-1/+0
| | | | in /etc/login.conf.
* Add a note asking committers to update make.conf.5 when they update this.ben2000-11-221-0/+4
|
* Add `password_format=md5' to the default settings. I've had this locallyobrien2000-11-211-0/+8
| | | | | | | | for a while, but a recent email to -stable suggests it should be spelled out as the documentation of "password_format" is sparse. Also add a `des_users' entry. Submitted by: Sean O'Connell <sean@stat.Duke.EDU>
* add Linksts EtherFast 10/100 PC Card (PCMPC100 V2)sanpei2000-11-211-1/+7
| | | | Submitted by: Ben Lutgens <blutgens@usinternet.com>
* Do a better job of preserving the value rc is called withdougb2000-11-211-1/+3
| | | | | | | in the face of possible corruption by rc.diskless*. PR: misc/21904 Submitted by: Anton Voronin, anton@urc.ac.ru
* Connect the new man4.alpha to the build.sheldonh2000-11-201-0/+2
|
* Standardize spelling of "optimization" in commentsdougb2000-11-191-3/+3
| | | | | PR: conf/22622 Submitted by: knu
* When to run the periodic/daily event has had several rounds of discussiondougb2000-11-191-1/+1
| | | | | | | | | | | | over the past couple years. The most recent came to the general consensus that this was the best time, but no one actually made the change, so I'll don my asbestos undies and dive in. Please note that this time was chosen with input from people in various countries with various methods and schedules for switching to and from DST. There is no perfect time to schedule this job that works for everyone, but this time both A) Works for more people, and B) Causes problems for fewer people. And, ultimately, you can always change it if you need to.
* Correct typokris2000-11-191-1/+1
|
* Don't install route for fec0::/10. It was wrongly replaced fromume2000-11-142-6/+4
| | | | | | ff02::/16 by me. PR: 22715
OpenPOWER on IntegriCloud