summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* style nitobrien2001-03-061-1/+1
|
* Use a different example to avoid confusiongshapiro2001-03-061-1/+1
|
* Comment style fixesobrien2001-03-061-9/+9
|
* Also deny 127.0.0.0/8 going out.obrien2001-03-051-1/+2
| | | | Submitted by: grimes
* remove warning of experimental nature of heimdal. it's now the sameassar2001-03-051-4/+0
| | | | | version as the one in ports (and the latest at that), except that not all programs that are in the port get built
* Alter the pccard setup a bit so that it looks prettier by redirectingjhb2001-03-042-10/+10
| | | | | | | pccardc's stdout to /dev/null and outputting short messages on succesful completion instead much like other rc scripts. Reviewed by: imp
* Correct the comment above MAKE_IDEA to be less confusing now that wekris2001-03-041-9/+9
| | | | only have one patented algorithm in make.conf.
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-022-2/+2
| | | | LC_ALL takes precedence over other LC_* envariables.
* Add comments regarding enabling IPv6gshapiro2001-03-021-0/+4
| | | | Submitted by: ume
* Add code to turn on the entropy harvesting sysctl's as early as possibledougb2001-03-012-0/+81
| | | | | | during the boot process. We're turning it on by default, based on the actual presence of a configured ethernet card, and/or ppp/tun devices. Of course, it's easy to disable in rc.conf.
* Don't build/install sendmail related items if NO_SENDMAIL is set.gshapiro2001-03-011-1/+5
| | | | Submitted by: ru
* Move installation of sendmail helpfile into etc/sendmail/Makefile. It isgshapiro2001-03-011-1/+6
| | | | a user configurable file and it would benefit from mergemaster.
* Have coff be a default ibcs2 loader if we have ibcs2 support enabled.jkh2001-02-281-1/+1
|
* ip6fw doesn't support -q if reading from a file so don't use ${fw6cmd} whichgshapiro2001-02-281-1/+2
| | | | | | may have a -q if ${ipv6_firewall_quiet} is set. Reviewed by: kris
* Fix dependencies and cleanup spacing in the filegshapiro2001-02-281-26/+20
|
* Fix dependencies and use a better variable namegshapiro2001-02-281-6/+4
|
* Add a pointer to the ORBS web site for more DNS black hole lists.gshapiro2001-02-281-0/+3
|
* Fixup some of the commented out examples:gshapiro2001-02-281-5/+7
| | | | | | | | | | | | | | | | | | 1) blackholes.mail-abuse.org is the same as FEATURE(dnsbl), so specifying it in the "Other DNS based black hole lists" section leads to confusion of specifying it twice. 2) Formatting issues. If error diagnostic not enclosed in double quotes, varius visual artefacts appearse like 1) no space after ; and 2) redundant space after ? (in CGI request), so I add quotes where needed. 3) FEATURE(dnsbl) directly use error code 550 by default, so I made other dnsbl variants use the same error code too. 4) Comment relays.* list as "open relays" list, just "other" word is not explain enough. Submitted by: ache
* Add an entry for the nmdm devicesjulian2001-02-271-0/+13
|
* Add definitions and support for the AMD k6-2, Pentium MMX (i586/MMX),kris2001-02-271-1/+3
| | | | | | | | | and Pentium II, III and IV processors (p2, p3, p4), as well as 'mmx' and '3dnow' MACHINE_CPU tags as appropriate. In the near future this will be used to control various ports which have MMX/3dNow optimizations, instead of the ad-hoc methods currently used. Reviewed by: peter
* Short lived fame for -Wundef.asmodai2001-02-271-1/+1
| | | | Second thoughts by: bde
* Add -Wundef to BDECFLAGS:asmodai2001-02-271-1/+1
| | | | | | Warn if an undefined identifier is evaluated in an `#if' directive. Not objected to by: bde
* Add the 'mly' device nodes.msmith2001-02-251-0/+6
|
* Update the list of OpenSSL manpages (now contains many more describingkris2001-02-251-0/+7
| | | | | | | libssl, for example), and hide it behind a make.conf option, WANT_OPENSSL_MANPAGES, instead of having it commented out. We still can't install these by default because of clobbering of a number of system manpages with the same name, but they're there for people who want them.
* Fix references to Chapman & Zwicky and Cheswick & Bellowin.des2001-02-252-6/+10
| | | | | PR: 24652 Submitted by: jjreynold@home.com
* I thought it was a new CPU :)tanimura2001-02-241-1/+1
| | | | s/i585/i586/
* Remove the camcontrol rescan $device insert events for the aic driver,peter2001-02-231-2/+0
| | | | | which does it itself now. Although CAM should do the rescan itself if the initial boot-time rescan has already been done.
* Change the 120 second timeout to 180 seconds to reflect the real defaultbrian2001-02-221-1/+1
|
* Need one additional make.conf knob, SENDMAIL_ADDITIONAL_MC to satisfy buggshapiro2001-02-222-0/+10
| | | | | | report. It allows building multiple .cf files at build time. PR: bin/19897
* Add a note indicating that SENDMAIL_MC should include the path. This isgshapiro2001-02-221-2/+2
| | | | | necessary if you expect to be able to use this setting in both /etc/mail and etc/sendmail.
* Overhaul the MACHINE_CPU behaviour:kris2001-02-221-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rip out MACHINE_CPU stuff from sys.mk and include a new <bsd.cpu.mk> after we pull in /etc/make.conf. We need to do it afterwards so we can react to the user setting of the: * CPUTYPE variable, which contains the CPU type which the user wants to optimize for. For example, if you want your binaries to only run on an i686-class machine (or higher), set this to i686. If you want to support running binaries on a variety of CPU generations, set this to the lowest common denominator. Supported values are listed in make.conf. * bsd.cpu.mk does the expansion of CPUTYPE into MACHINE_CPU using the (hopefully) correct unordered list of CPU types which should be used on that CPU. For example, an AMD k6 CPU wants any of the following: k6 k5 i586 i486 i386 This is still an unordered list so the client makefile logic is simple - client makefiles need to test for the various elements of the set in decreasing order of priority using ${MACHINE_CPU:M<foo>}, as before. The various MACHINE_CPU lists are believed to be correct, but should be checked. * If NO_CPU_CFLAGS is not defined, add relevant gcc compiler optimization settings by default (e.g. -karch=k6 for CPUTYPE=k6, etc). Release builders and developers of third-party software need to make sure not to enable CPU-specific optimization when generating code intended to be portable. We probably need to move to an /etc/world.conf to allow the optimization stuff to be applied separately to world/kernel and external compilations, but it's not any worse a problem than it was before. * Add coverage for the ia64/itanium MACHINE_ARCH/CPUTYPE. * Add CPUTYPE support for all of the CPU types supported by FreeBSD and gcc (only i386, alpha and ia64 first, since those are the minimally-working ports. Other architecture porters, please feel free to add the relevant gunk for your platform). Reviewed by: jhb, obrien
* Revamp /etc/mail/Makefile:gshapiro2001-02-221-20/+144
| | | | | | | | | | + Add support for the new SENDMAIL_MC make.conf knob + Add the ability to build .cf files from .mc files + Generalize map rebuilding + Add the ability to rebuild the aliases file + Add the ability to stop, start, and restart sendmail PR: bin/13759, bin/19897, bin/24397
* Add a new make knob, SENDMAIL_MC, which is meant to replace SENDMAIL_CF asgshapiro2001-02-222-8/+40
| | | | | | | | | users should be configuring via m4 now. If set, use m4 to create the .cf file. Also, if either SENDMAIL_MC or SENDMAIL_CF is set, 'make install' or 'make distribution' in src/etc/sendmail/ will install the appropriate .cf as /etc/mail/sendmail.cf. This fixes some mergemaster problems. PR: conf/13016
* Install freebsd.mc and freebsd.cf in /etc/mail so users have the base filesgshapiro2001-02-221-1/+5
| | | | for creating their own configuration.
* Move creation of the sendmail statistics file from the usr.sbin/sendmailgshapiro2001-02-222-2/+4
| | | | | | Makefile to the etc/sendmail Makefile to be consistent with all of the other /var file creations. In doing so, change the Makefile target from etc-sendmail.cf to distribution as it installs more than just the sendmail.cf.
* Clean up freebsd.mc to make it easier for users to read and modify.gshapiro2001-02-221-19/+28
| | | | The freebsd.cf from this new freebsd.mc is functionally equivalent.
* Add com1-4 as finger friendly shortcuts for /dev/cuaa0-3. Specify a defaultnik2001-02-211-0/+6
| | | | | | baud rate of 9600. Reviewed by: arch
* Fix some glaring insecurities in the prototype firewall configurations.nsayer2001-02-201-8/+4
| | | | | | | | pass udp from any 53 to ${oip} allows an attacker to access ANY local port by simply binding his local side to 53. The state keeping mechanism is the correct way to allow DNS replies to go back to their source.
* Add missing .../cat?/alpha directories.ru2001-02-191-0/+8
|
* Create directory infrastructure required to format, displayru2001-02-192-0/+31
| | | | | | | | and store preformatted /usr/share/man manual pages in 8-bit iso-8859-1 charset for all *_*.ISO_8859-1 locales. Requested by: des Input from: ache
* Add 500.queuerunache2001-02-191-0/+1
|
* Introduce support for using OpenSSL ASM optimizations. This is donekris2001-02-191-1/+14
| | | | | | | | | | | | | | | | | | | | | | | through the use of a new build directive, MACHINE_CPU, which contains a list of the CPU generations/features for which optimizations are desired. This feature will be extended to cover the ports tree in the future. Currently OpenSSL provides optimizations for i386, i586 and i686-class CPUs. Currently it has not been tested on an i386 or i486. Teach make(1) to provide sensible defaults for MACHINE_CPU if it is not defined (namely, the lowest common denominator CPU we support for each architecture). Currently this is i386 for the i386 architecture and ev4 for the alpha. sys.mk also sets the variable as a last resort for consistency with MACHINE_ARCH and bootstrapping from very old versions of make. Benchmarks show a significant speed increase even in the i386 case, with additional improvements for i586 and i686 systems. For maximum performance define MACHINE_CPU=i686 i586 i386 in /etc/make.conf. Based on a patch submitted by: Mike Silbersack <silby@silby.com> Reviewed by: current
* Move the sendmail -q from cron to periodic, as suggested by a few people.peter2001-02-193-4/+37
| | | | | This has the benefit of adding a random start time element as daily processing takes a different amount of time on different machines.
* Duh! forgot to add BSD_daemon to the mtree files.phk2001-02-181-0/+2
| | | | Submitted by: "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk>
* 120 seconds is not 3 minuteskris2001-02-181-1/+1
|
* Log the console output to "/var/log/console.log", not "/var/log/console"phk2001-02-172-3/+3
| | | | (MFC candidate)
* Apparently, people do not listen for a plea to look into theru2001-02-157-84/+83
| | | | README file before making changes here. Fix them once again.
* Fixed the fatal (missing "..").ru2001-02-151-0/+1
| | | | Pointy hat to: asmodai
* Manually run /usr/sbin/sendmail -q once a day. Folks seem to be toopeter2001-02-151-0/+4
| | | | | | | | trigger happy and turn off sendmail_enable entirely (instead of setting sendmail_flags to -q30m instead). I have seen boxes with things like daily run reports that have sat in mailq for 5 months. Since /usr/sbin/sendmail is actually mailwrapper, this should be safe for the other plugins that provide the sendmail calling interface.
* Added the KME SCSI-CARD-001 of a SCSI card (accessory oftoshi2001-02-121-0/+4
| | | | | | | Hewlett Packard M820e CD-writer). Pointed out by: mitchy@er.ams.eng.osaka-u.ac.jp Submitted by: Stacy Millions <stacy@millions.ca>
OpenPOWER on IntegriCloud