summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
Commit message (Collapse)AuthorAgeFilesLines
* Allow either an IP address or an interface to be specified innectar1998-07-085-25/+55
| | | | | | | | | the rc.conf variable ``natd_interface''. rc.network will determine whether it is an IP address or an interface name, and invoke natd with the -a or -n flag as appropriate. PR: 6947 Reviewed by: jkh@FreeBSD.ORG
* Cleanup natd startup test.steve1998-06-145-25/+20
| | | | | PR: 6946 Submitted by: Jacques Vidrine <n@nectar.com>
* cosmetic: clean up startup messages and rearrange some optionsjkh1998-05-195-90/+85
| | | | to go in a more proper order.
* Overlooked, that newer naming convention is xxx_program instead of xxx_prog.andreas1998-05-065-15/+15
| | | | | So changed it to ntpdate_program and xntpd_program. Backout last change, now we have again named_program, sorry.
* Add variables for the ntpdate and xntpd program, you might wantandreas1998-05-055-15/+15
| | | | to run the binaries from the new ntp v4 port.
* Jean-Simon Pendry's paper on amd refers to the use of "ypcat -k"phk1998-04-265-5/+20
| | | | | | | | | | | | | | | | | | | | | against the "master map" to get the list of mount point/amd map correspondences, and using that list as command-line arguments to start amd. When I tried to do this with the existing /etc/rc* scripts, I found that I couldn't do this by modifying only /etc/rc.conf: that file gets sourced very early by /etc/rc, well before any networking functionality is present, let alone NIS. Further, I wasn't able to figure out a way to use various levels & types of quoting to defer evaluation of the string to a point subsequent to NIS initialization. As a result, I resorted to hacking /etc/rc.network -- but I did it in a way that ought to be reasonably general, and avoid breakage for anyone else. PR: 6387 Reviewed by: phk Submitted by: David Wolfskill <dhw@whistle.com>
* Add natd support.brian1998-04-185-5/+45
| | | | | PR: 6339 Submitted by: cdillon@wolves.k12.mo.us
* Enable the SecureRPC bits in rc.conf, if the Administrator wants them.markm1998-04-125-5/+50
|
* Submitted by: bdedanny1998-03-131-3/+3
| | | | Back out last brain blip.
* Change examples for Cyclades cards (c -> c0) to fit with reality.danny1998-03-131-3/+3
|
* Allow rarpd to be started from rc.confjkh1998-03-095-5/+25
| | | | | PR: 5457 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Remove useless argument to ``. start_if.$ifn''brian1998-02-205-10/+10
| | | | Pointed out by: Tim Tsai <tim@futuresouth.com>
* Add 2 new rc.conf variables:guido1998-02-165-5/+55
| | | | | forward_sourceroute : controls setting of existing net.inet.ip.sourceroute accept_sourceroute : control setting of new net.inet.ip.accept_sourceroute
* Avoid using grep when determining ipfw's default policy -- it may notalex1998-02-145-10/+15
| | | | be available at this stage of the boot if /usr is NFS mounted.
* Don't assume that IP services are disabled just because firewall_enablealex1998-02-075-15/+30
| | | | | | is not set to YES in rc.conf. Noticed by: Mikael Karpberg <karpen@ocean.campus.luth.se>
* Add an additional `named_program' variable so that we can easily choosewollman1998-02-015-10/+10
| | | | between 4.9.6 and the port of 8.x.
* Compare return code from ipfw against 0 for success instead of == 1alex1998-01-105-20/+20
| | | | | | for error. Pointed out by: Matthew Thyer <thyerm@camtech.net.au>
* MF 22sobrien1997-12-015-40/+30
|
* Allow the system to be configured to pass "-n" to kerberos andsef1997-11-075-20/+65
| | | | | | | kadmind or not; also, only run kadmind on a non-slave server. Man page for rc.conf is also updated. Reviewed by: Mark Murray
* Fix some problems in the rules file loading and need for modload detection.danny1997-09-185-10/+10
| | | | Found by: "James E. Housley" <housley@pr-comm.com>
* Reviewed by: msmith, alexdanny1997-09-115-25/+160
| | | | Cosmetic changes to the loading of firewall rules and lkm.
* Merge from 2.2 (tcp extensions in phase 1)pst1997-07-065-30/+35
|
* Neaten up some things which were inconsistent, add a few more flagsjkh1997-05-195-15/+15
| | | | | to things which need them, general cleanup. Submitted by: Brian Somers <brian@awfulhak.org>
* Add arp_proxyall knob.jkh1997-05-135-5/+30
| | | | Submitted by: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
* Update the etc world from RELENG_2_2 which is now more up-to-datejkh1997-05-036-37/+17
| | | | | | (gotta get myself -current again, this is a drag). Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
* Ack, learn to spell "extentions" the same way in the same file.jkh1997-05-015-30/+30
| | | | | | Also make the output a little less cryptic for sysctl settings. Suggested by: bde
* YAMF22jkh1997-05-015-10/+10
| | | | PR: 3456
* YAMF22jkh1997-05-015-10/+10
|
* YAMF22jkh1997-04-281-5/+0
|
* Bring in rc file changes from -current.jkh1997-04-276-6/+1041
|
* Fixed the Cyclades and Digiboard port numbers.bde1997-03-101-4/+4
|
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Minor modifications to the PCCARD startup files and comments.nate1997-01-061-2/+2
| | | | Submitted by: The Nomads
* Renamed the relevant PC-Card support files to reflect the newest release.nate1996-03-141-0/+20
|
* Added support for Cyclades and Digiboard devices.bde1996-02-241-29/+64
| | | | | Submitted by: Daniel O'Callaghan <danny@lynx.its.unimelb.edu.au> + mods by bde
* Another round of spelling fixes.mpp1996-01-311-1/+1
|
* This is a purely cosmetic clean up. Fix many cut and paste problems thatrgrimes1995-04-091-2/+3
| | | | had turned tabs into spaces.
* Add drainwait option examplesache1995-01-051-3/+3
|
* cua*0? --> cua*a?ache1994-12-041-9/+9
|
* Now rc.serial used for initial setup of serial linesache1994-06-041-0/+91
OpenPOWER on IntegriCloud