summaryrefslogtreecommitdiffstats
path: root/etc/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Back out /etc/rc.d addition. I'd like to see something come of what haspeter2002-04-111-1/+1
| | | | | already been imported. It would have been nice to get it out there in DP1, but that is too late now.
* <peril sensitive sunglasses on>peter2002-04-101-1/+1
| | | | | | | Add /etc/rc.d to the startup dirs list. It is a convenient place to put custom startup scripts instead of hacking a shared rc.local. eg: ftpd in listener mode, or maybe even sendmail or another mailer, etc. <peril sensitive sunglasses off>
* Update mail queue related periodic scripts to account for sendmail 8.12'sgshapiro2002-04-101-0/+2
| | | | | | | | | | | | | | | | | | | | clientmqueue (submit mail queue). The new mailq display is only active if both the old daily_status_mailq_enable is set to "YES" and the new daily_status_include_submit_mailq is set to "YES" so people who disabled 440.status-mailq won't have any surprises. Likewise, the new queue run is only active if both the old daily_queuerun_enable is set to "YES" and the new daily_submit_queuerun is set to "YES" so people who disabled 500.queuerun won't have any surprises. While I am here, remove the [ ! -d /var/spool/mqueue ] checks from both scripts as the queue directory isn't always /var/spool/mqueue for the main daemon -- it can be set to anything in the sendmail.cf file. MFC after: 1 week
* Correct path for saver to reflect reality.asmodai2002-04-061-1/+1
| | | | Submitted by: Martin Faxer <gmh003532@brfmasthugget.se>
* Correct grammar(?) in comments.dd2002-04-061-2/+2
| | | | | PR: 36808 Submitted by: Andrew Boothman <andrew@cream.org>
* Quoting Peter Wemm, "At great personal risk, touch the sendmail startupgshapiro2002-04-051-9/+18
| | | | | | | | | | | | | | | | | | | | | again." As an alternative to sendmail_enable=NONE, solve the boot time problem for non-sendmail users completely by moving all of the sendmail startup code from /etc/rc to /etc/rc.sendmail. The source for that script will be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will prevent it from being installed. A new rc.conf variable, mta_start_script specifies the script to run to start the user's preferred MTA. For backward compatibility, it will default to /etc/rc.sendmail. The specified script is called out of /etc/rc after checking to make sure it exists. A new rc.sendmail.8 man page has also been added which now houses the sendmail_* variable descriptions formerly in rc.conf.5. Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication. Reviewed by: -current, -stable, obrien, peter, ru MFC after: 1 week
* Provide a way for users to completely prevent sendmail from trying to startgshapiro2002-03-281-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at boot time. Instead of rc.conf's sendmail_enable only accepting YES or NO, it can now also accept NONE. If set to NONE, none of the other sendmail related startup items will be done. Remove an extra queue running daemon might be started that wasn't necessary (it didn't hurt anything but it wasn't needed). The new logic is: # MTA if ${sendmail_enable} == NONE # Do nothing else if ${sendmail_enable} == YES start sendmail with ${sendmail_flags} else if ${sendmail_submit_enable} == YES start sendmail with ${sendmail_submit_flags} else if ${sendmail_outbound_enable} == YES start sendmail with ${sendmail_outbound_flags} endif # MSP Queue Runner if ${sendmail_enable} != NONE && [ -r /etc/mail/submit.cf] && ${sendmail_msp_queue_enable} == YES start sendmail with ${sendmail_msp_queue_flags} endif Discussed with: Thomas Quinot <Thomas.Quinot@Cuivre.FR.EU.ORG>, Christopher Schulte <schulte+freebsd@nospam.schulte.org> MFC after: 1 week
* Home Wireless Network Airway wireless cardimp2002-03-181-0/+6
|
* Allow LOMAC to be loaded as part of the boot scripts using "lomac_enable"rwatson2002-03-121-0/+1
| | | | | | | setting in rc.conf. Extracted from the still clammy hands of: green Sponsored by: DARPA, NAI Labs
* Buffalo LPC3-CLTimp2002-03-051-0/+6
| | | | | Submitted by: TANAKA Tomohiko <tomo@oso.to> PR: 34954
* Fix Simple Tech STI-ATAimp2002-03-051-1/+1
| | | | | Submitted by: dwhite@paypal.com PR: 34243
* US Robotics Wireless Card 2410imp2002-03-051-0/+6
| | | | | Submitted by: Jerry A! <jerry@thehutt.org> PR: 33858
* Use the regular expression form to solve the ambiguous card parametersiwasaki2002-02-231-19/+19
| | | | | | | | which have tailing spaces. Some card entries had problem because of incorrect number of spaces. Approved by: imp MFC after: 1 week
* There is no reason to demand the administrator set 'natd_interface'cjc2002-02-201-1/+1
| | | | | | | | | | | | | when running natd(8) out of the rc-files. It is perfectly valid for the interface or alias address to be set in a natd(8) configuration file, not on the command line. Also, loosen up the restrictions on identifying an IP address argument in 'natd_interface.' Fix the documentation, rc.conf(5), to reflect this change. Take the bogus default for 'natd_interface' out of /etc/defaults/rc.conf. MFC after: 3 days
* Add infrastructure for sendmail 8.12. If users are not starting a daemongshapiro2002-02-171-2/+8
| | | | | | | | | | | | | at boot (sendmail_enable=NO), a localhost-only daemon may started (sendmail_submit_enable) as it is needed to accept mail from command line submissions. If this isn't desired, see etc/mail/README for more hints. Optionally (sendmail_msp_queue_enable) start a queue runner for the submission queue in case a daemon isn't available to accept command line submitted mail at submission time. Note that the syslog labels for all of these sendmail processes have been uniquified for easier log parsing.
* Add Proxim RangeLAN-DS.imp2002-02-171-3/+8
| | | | | | | Submitted by: Matt Peterson <matt@peterson.org> PR: 35057 Also update my note for the 3crwe737A after talking to Alan Clegg at BSDcon.
* Added this makefile. This is not attached to the build yet. I oftenbde2002-01-301-0/+8
| | | | | install parts of /etc manually and it helps to have a makefile for each subdir even if the main makefile doesn't invoke it.
* By commit of usr.sbin/pccard/pccardd/cardd.c at Nov 29 (Decsanpei2002-01-291-4/+4
| | | | | | | | | | | | | | | | | | | | 10 in -STABLE), pccardd's string comparison between pccard.conf's entry and PC card's CIS tupple became strict matching. As influences of this commit, some PC cards don't work since some /etc/default/pccard.conf's card identifiers entries are incorrectly described. - Lexar Media compact flash - IO DATA CBIDE2 in 16 bit mode - TOSHIBA Portable 24X Speed CD-ROM Drive PA2673UJ - Hewlett Packard M820e (CD-writer) Update these card configs. PR: 33815 Obtained from: [bsd-nomads:16128]
* Add Linksys Instant Wireless WPC11 v2.5imp2002-01-291-0/+6
| | | | Submitted by: eliedtke@apogeetelecom.com
* Add ADLINK340C wireless card mentioned in nomads.imp2002-01-281-0/+6
| | | | | | | | # This card has the same PCMCIA and OEM id as ELSA XI300 wireless card, which # appears to be listed elsewhere in this file. Submitted by: Abe Toshiaki-san <ans@sun-tec.co.jp> MFC After: 5 days
* Make the rc.conf(5) 'log_in_vain' knob an integer.cjc2002-01-261-1/+1
| | | | | | | | | | Try this out in -CURRENT, MFC, and then consider dropping the 'log_in_vain' knob all together. It really is something for sysctl.conf(5). PR: bin/32953 Reviewed by: -bugs discussion MFC after: 1 week
* Add flags 0x10000 to IO Data WN-B11/PCM's entry. Evidentally, theyimp2002-01-191-1/+1
| | | | | | | changed firmware and the new cards don't work without this. Submitted by: ume MFC after: 3 days
* Add:imp2002-01-181-1/+19
| | | | | | | | Accton airDirect WN3301 Melco WLI-CF-S11G GeoWave GW-NS11S Submitted by: Shigeru Ishida-san on bsd-nomads (16142,16143,16144)
* Re-add a call to "camcontrol rescan" after insertion of an aic pccard.joerg2002-01-171-0/+2
| | | | | | | | | | | | We now do it as a "camcontrol rescan all" which is something ken promised to implement; for the time being it's not worse than the old "camcontrol rescan $device" which ended up in something like "camcontrol rescan aic1". Currently, camcontrol misinterprets the third non-numeric arg as number 0, and rescans bus 0, which is about the best we could get at this time. Approved by: imp MFC after: 1 week
* Correct Corega KK Wireless entryimp2002-01-121-1/+1
|
* o Add T-POWER flashimp2002-01-101-2/+19
| | | | | | | | | | Submitted by: Michael Johansson <micke@nevermind.net> o Sony PCWA-C100 WaveLAN card Submitted by: "Jeremiah Gowdy" <jgowdy@home.com> o Corega KK Wireless LAN PCCA-11 (version b?) Submitted by: Masahide *MAC* Noda <mac@clave.gr.jp>
* Add a commented-out alternative for the ether line of a DIGITIALjoerg2002-01-081-0/+1
| | | | | | DEPCM-BA card, as found on my rev. C01 card. MFC after: 1 week
* Don't require operators to override the list of network filesystemsheldonh2001-12-291-2/+2
| | | | | | | | | | | | | | | | types (networkfs_types) with a version that includes the original list. This increases the scope for user error and also means that systems with networkfs_types set in /etc/rc.conf will not benefit from changes to the list in /etc/defaults/rc.conf on upgrade. Instead, store the default list in /etc/rc itself and allow the operator to append to that list by specifying her own list in networkfs_types. Rename networkfs_types to extra_netfs_types accordingly, as the new name better describes the purpose of the variable. Default the value to 'NO'.
* "10/100Base FastEthernet PC CARD" (LNA-100) from Billionton Systems Inc.imp2001-12-291-0/+6
| | | | Submitted by: "Torfinn Ingolfsen" <torfinn.ingolfsen@oslo.online.no>
* Novac DVD/CD Station(Portable DVD/CD-ROM playerimp2001-12-281-0/+4
| | | | Submitted by: moment@pluto.dti.ne.jp
* Xircom RealPort RE-10imp2001-12-281-0/+6
| | | | Submitted by: Willem van Engen <wvengen@stack.nl>
* Add Proxim Harmony card (from Bob)imp2001-12-281-6/+13
| | | | | | Also fix a minor disordering of a wi card while I'm here. Submitted by: bob bobing <this_is_my_act@yahoo.com>
* Re-introduce the fix that delays mounting of network filesystems untilsheldonh2001-12-271-0/+2
| | | | | | | | | | | | | | | | | | the network is initialized. This was first implemented in rev 1.268 of src/etc/rc, but was backed out at wollman's request. The objection was that the right place for the fix is in mount(8). Having looked at that problem, I find it hard to believe that the hoops one would have to jump through can be justified by the desire for purity alone. Note that there are reported issues surrounding nfsclient kernel support and mount_nfs(8), which currently make NFS an ugly exception to the general case. With this change, systems with non-NFS network filesystems configured for mounting on startup in /etc/fstab are no longer guaranteed to fail on startup.
* Longshire LCS-8634TBimp2001-12-271-0/+6
| | | | Submitted by: "Frank W. Josellis" <josellis@dynamics.claranet.de>
* Some new cards:imp2001-12-271-5/+19
| | | | | | | | | o uncommnent joy stuff (me) o Add BONDWELL B236 joystick card (me) o Add Buffalo WLI-CF-S11G wi card (me) o CNF CD-m (submitted by gda) Submitted by: Dmitry A Goncharov <gda@sani.ru>
* Long ago, there was just /etc/daily. Then /etc/security was split outcjc2001-12-071-3/+46
| | | | | | | | | | of /etc/daily. Some time later, /etc/daily became a set of periodic(8) scripts. Now, this evolution continues, and /etc/security has been broken into periodic(8) scripts to make local customization easier and more maintainable. Reviewed by: ru Approved by: ru
* Add a commented-out defaultrouter entry for 6to4 users. See RFC-3068nsayer2001-12-061-0/+1
|
* Whitespace police.ru2001-11-281-41/+41
| | | | Submitted by: cjc, ru
* second part of the patches to complete ipf changes to rcdarrenr2001-11-241-12/+8
| | | | | PR: multiple Submitted by: Arjan de Vet <devet@devet.org>
* Add Toshiba wireless LAN cardimp2001-11-211-0/+5
| | | | Submitted by: "Mark Sergeant" <msergeant@snsonline.net>
* Avaya Wireless PCCARDimp2001-11-191-0/+6
| | | | Submitted by: Ants Aader <ants@kernel.ee>
* Add Xircom wireless card from pir@pir.netimp2001-11-181-0/+6
|
* GVC 10Mbps Ethernet Cardimp2001-11-151-0/+7
| | | | | PR: 30329 Submitted by: David Xu <davidx@viasoft.com.cn>
* Add Compaq WL110 PC Card to the list.imp2001-11-151-0/+6
| | | | | PR: 31023 Submitted by: wilko
* Finish the removal of uucp scripts.ru2001-10-251-9/+0
| | | | Forgotten by: kris
* Put in place for using ipfs use on shutdown and startup.darrenr2001-10-201-0/+4
| | | | PR: 27070
* Update to note that rpc.statd and rpc.lockd are now needed foralfred2001-10-181-2/+2
| | | | | | client side NFS mounts. Stumbled upon by: rwatson
* Remove references to nfsiod and nfs_client_flags now that they arejhb2001-10-101-1/+0
| | | | | | obsolete. Submitted by: Gordon Tetlow <gordont@gnf.org>
* Add a dumpdir variable that determines where savecore stores crash dumps.des2001-10-091-0/+1
| | | | I've had this on my development box for ages...
* Quote the value of pccard_ether_delay, the only unquoted value in thesheldonh2001-10-051-1/+1
| | | | entire file.
OpenPOWER on IntegriCloud