summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Count hosts and sort by score.wosch1998-02-051-2/+2
|
* Replace sed(1) with perl(1). The 4.4BSD sed programm iswosch1998-02-051-6/+6
| | | | 200 times slower than perl or SunOS 5.5.1 sed.
* Add commented out example of Russian output filter usageache1998-02-041-1/+8
|
* Add /usr/libexec/lpr/ru for Russian printer filters (coming soon)ache1998-02-041-1/+3
|
* Display ipfw rules which have reached the log limit.alex1998-02-041-1/+13
|
* Add an additional `named_program' variable so that we can easily choosewollman1998-02-018-15/+16
| | | | between 4.9.6 and the port of 8.x.
* Remove ``start='' used when testing :-(brian1998-01-261-2/+1
|
* Add FAQ and handbook back to doc subtree.jkh1998-01-231-1/+5
|
* Ask spammers to mail postmaster@$m, not postmaster@FreeBSD.ORG.brian1998-01-231-2/+2
|
* Just list one of each domain that was rejectedbrian1998-01-231-12/+10
| | | | | (although only by Scheck_relay or Scheck_mail). Suggested by: ache
* Add wfd to all target, reorder devs to put like with like since we lostjkh1998-01-222-6/+12
| | | | all pretense of an alphabetical ordering some time back.
* Add an example for busy mail servers, commented out.wosch1998-01-181-1/+7
|
* Do not run by default. Can grow your root mailbox up to 2Mb per dayache1998-01-181-1/+9
| | | | since SPAMmers like to retry often
* Don't install the tcl implementation headers. The tcl distributionbde1998-01-171-5/+1
| | | | | | | | makefile doesn't install them, and they couldn't be used without lots of undocumented -I's in CFLAGS. tcl.h is still installed in /usr/include/tcl/. Note that rev.1.24 of tcl_bmake/mkMakefile.sh broke all the section 3 tcl man pages by putting it there instead of in /usr/include.
* Bring in IDE ATAPI floppy support.pst1998-01-164-14/+70
| | | | | | | | | | | This is Junichi's v1.0 driver. NOTE: Major device numbers have been changed to avoid conflict with other FreeBSD 3.0 devices. The new numbers should be considered "official." This driver is still considered "beta" quality, although we have been playing with it. Please submit bugs to junichi and myself. Submitted by: junichi@astec.co.jp
* Compare return code from ipfw against 0 for success instead of == 1alex1998-01-107-28/+28
| | | | | | for error. Pointed out by: Matthew Thyer <thyerm@camtech.net.au>
* Use manpath(1) to determine the value of ${MANPATH} instead ofsteve1998-01-091-8/+9
| | | | | | | using one of two hard-coded values. PR: 5365 Submitted by: Ruslan Shevchenko <rssh@cam.grad.kiev.ua>
* Fix generation of Comtrol RocketPort devices.steve1998-01-092-4/+6
| | | | | PR: 5468 Submitted by: Steve Gericke <steveg@comtrol.com>
* Start syslogd before savecore, so savecore's messages will be loggedjoerg1998-01-081-10/+10
| | | | | | properly. Only users of 4 MB machines might not want it this way (to prevent accidentally clobbering the coredump), but they are somewhat in the minority these days.
* Suppress banner pages by default and add a note describing how tosteve1998-01-041-1/+6
| | | | | | turn them back on. PR: 5226
* Add forgotten share/examples/ppiwosch1998-01-041-1/+3
|
* strengthen mknod().jkh1998-01-032-8/+8
| | | | Submitted by: bde
* Fix jkh typo in VTY rule.jkh1998-01-022-4/+4
| | | | | PR: 5411 Submitted by: Brian Tao <taob@netcom.ca>
* Don't test for executability of /usr/sbin/sysctl [before execingbde1998-01-011-2/+2
| | | | | plain sysctl]. We already assumed that many standard commands exist, and sysctl is not special.
* Suggest using /var/tmp for local domain `diagnostic' sockets,brian1997-12-311-8/+5
| | | | | | | rather than making a new directory. Also, suggest 0600 permissions (mask: 0177). Dangers noted by: Theo de Raadt <deraadt@cvs.openbsd.org>
* Don't suggest creating sockets in /var/run as we createbrian1997-12-301-3/+7
| | | | | | | sockets as our original uid. Suggest creating /var/ppp with perms 1777 instead. Pointed out by: Masafumi NAKANE <max@wide.ad.jp>
* Normalize default owner/group handling, fix bogons in a couple ofjkh1997-12-292-114/+56
| | | | printf arg lists.
* Yet another slight bogon that I just noticed needed cleaning up. The forjkh1997-12-292-6/+4
| | | | | | | | loop was sloppily written, taking advantage of a default for argument handling which few are probably aware of rather than stating its purpose more explicitly. Can't also help but notice that the fd* entry also contains far more comment lines than actual statements - can we please clean that up? The wt* entry could use a bit of the same.
* Whoops - one small tweak: I eliminated the deprecated isdn case,jkh1997-12-292-4/+2
| | | | so also remove mention of it in the comments.
* Remove all explicit rm's (with and without wildcards) and replace themjkh1997-12-292-328/+52
| | | | | | | with a function which does the rm/mknod in one step, eliminating the gratuitous device node removal behavior of before. Reviewed by: bde
* Add a ldconfig_paths variable that specifies the shared library pathssteve1997-12-272-5/+8
| | | | | | | to be given to ldconfig(8). PR: 5178 Submitted by: Evan Champion <evanc@synapse.net>
* Allow (and document) execution of commands from withinbrian1997-12-271-1/+5
| | | | | our chat script. You can now even run chat(8) - see ppp.conf.sample.
* Add an entry for SKIP, and update the pointer to the new reference source.julian1997-12-191-2/+3
|
* The ``super scsi'' device is /dev/scc.brian1997-12-192-2/+14
| | | | I'm not sure it's fully functional though !
* Warn if ISC-DHCP not available.pst1997-12-171-0/+2
|
* Add support for explicit 3C589D varients and XJ1336 modemspst1997-12-162-2/+30
|
* Support ISC-DHCP if the package is available.pst1997-12-161-1/+7
|
* - Fix some very minor typos.nate1997-12-152-2/+2
|
* typo fix.jkh1997-12-141-2/+2
| | | | | PR: 5289 Submitted by: Studded@dal.net
* Back out last commit re dmesg.bootdanny1997-12-091-5/+1
|
* Make rc record boottime dmesg to /var/log/dmesg.boot, so the datadanny1997-12-091-1/+5
| | | | is preserved after it scrolls out of the dmesg buffer.
* correct an error that i made in check_relay.jmb1997-12-071-10/+8
| | | | | | | | check_relay cannot return temporary errors. The temporary error is logged in the sendmail log, but on the SMTP protocol level, sendmail returns '550 Access Denied'. Reviewed by: jmb Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
* - Added entry for 'Linksys Combo PCMCIA EthernetCard'nate1997-12-072-2/+18
| | | | Submitted by: Brad Karp <karp@eecs.harvard.edu>
* - Added entries for LinkSys ethernet card and Apex Data Modem.nate1997-12-052-2/+30
| | | | Submitted by: Ken Key <key@cs.utk.edu>
* Expand default datasize to 22M, perl5 & pine are usual memory eatersache1997-12-031-2/+2
|
* Revisions 1.14 and 1.9.2.3 fixed PR conf/5127.obrien1997-12-011-1/+1
|
* MF 22sobrien1997-12-017-56/+42
|
* improve anti-spam rulesets: check_relay, check_mail, check_rcpt.jmb1997-12-013-38/+132
| | | | | | | | | | | break each ruleset into identified sections. (called groups). note which groups can be reordered. each group accepts and returns the same strings, as much as possible. reactivate Paul Vixie's RBL (in check_mail) add rules to limit mail relaying to a list of hosts and domains in the R class (check_rcpt, not active on hub.freebsd.org) Submitted by: jmb
* datasize-curr -> datasize-cur, typo fix.steve1997-11-271-2/+2
| | | | | PR: 5152 Submitted by: owaki@st.rim.or.jp
* Check for rejected mailbrian1997-11-222-1/+13
| | | | Not commented on by: freebsd-hackers
OpenPOWER on IntegriCloud