summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - In addtition to flushing the routes, also flush the arp cache when bringingnate1997-11-201-2/+3
| | | | | | up the new network link. Submitted by: Guido van Rooij <guido@gvr.org>
* - Setup a default route (if one is set) when the card is inserted. Thisnate1997-11-191-0/+15
| | | | | | needs to be re-thought, but should work better for 95% of the users. Stolen from: rc.network
* Add the ``loop'' example to the right file (oops).brian1997-11-182-27/+27
|
* Add a loopback example.brian1997-11-181-1/+26
|
* Resurrect a modified version of the /tmp clearing code from rev 1.119.steve1997-11-162-2/+24
| | | | | | | | Enable this by setting clear_tmp_enable in rc.conf to YES. Beware there can be serious side-effects of enabling this, so use at you own risk. PR: misc/4982, misc/5054
* - Added entry for Accton 2216 ethernet card.nate1997-11-142-2/+18
| | | | Submitted by: Patrick Gardella <patrick@cre8tivegroup.com>
* Some "allow" examples.brian1997-11-121-1/+18
|
* Mention IP address label in ppp.linkup.brian1997-11-101-2/+3
| | | | | | Add an "examples:" label so that people don't inadvertently get all the examples with the "ondemand" label.
* Use more secure defaults for amd.map.jkh1997-11-101-1/+1
| | | | | PR: 3846 Submitted by: Takeshi WATANABE <watanabe@komadori.planet.kobe-u.ac.jp>
* Suggest that a ``!include ~/.ppp.conf'' may be in order.brian1997-11-091-1/+4
|
* Don't mention removed ppp sample filesbrian1997-11-091-4/+3
| | | | Pointed out by: jkh
* Merge ppp configuration examples.brian1997-11-089-388/+255
| | | | Add some useful bits & pieces.
* Allow the system to be configured to pass "-n" to kerberos andsef1997-11-078-29/+95
| | | | | | | kadmind or not; also, only run kadmind on a non-slave server. Man page for rc.conf is also updated. Reviewed by: Mark Murray
* Mention how to keep the line for a minimum call charge.brian1997-11-071-1/+8
| | | | Suggested by: Stuart Henderson <stuart@internationalschool.co.uk>
* Make roots prompt "`hostname -s`# "phk1997-11-071-0/+1
|
OpenPOWER on IntegriCloud