summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
Commit message (Collapse)AuthorAgeFilesLines
* Give a reasonable default value (-p /var/run/xntpd.pid) to xntpd_flags.max1998-05-121-2/+2
|
* Overlooked, that newer naming convention is xxx_program instead of xxx_prog.andreas1998-05-061-3/+3
| | | | | 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-051-1/+3
| | | | to run the binaries from the new ntp v4 port.
* Update the named hooks.peter1998-05-041-3/+4
|
* Don't give examples or use the depreciated usage to nfsdpeter1998-05-011-2/+2
| | | | PR: 5635
* Jean-Simon Pendry's paper on amd refers to the use of "ypcat -k"phk1998-04-261-1/+2
| | | | | | | | | | | | | | | | | | | | | 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-181-1/+4
| | | | | PR: 6339 Submitted by: cdillon@wolves.k12.mo.us
* Enable the SecureRPC bits in rc.conf, if the Administrator wants them.markm1998-04-121-1/+4
|
* Cosmetique changes in vidcontrol all screens knobache1998-04-021-2/+2
|
* Implement vidcontrol knob which allows to set passed flags/modesache1998-04-021-1/+2
| | | | for all virtual screens (via for loop)
* Allow rarpd to be started from rc.confjkh1998-03-091-1/+3
| | | | | PR: 5457 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* New moused flag.jkh1998-03-071-3/+4
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Use tabs instead of spaces in saver line.jseger1998-02-171-2/+2
|
* Add 2 new rc.conf variables:guido1998-02-161-1/+3
| | | | | forward_sourceroute : controls setting of existing net.inet.ip.sourceroute accept_sourceroute : control setting of new net.inet.ip.accept_sourceroute
* Add an additional `named_program' variable so that we can easily choosewollman1998-02-011-1/+2
| | | | between 4.9.6 and the port of 8.x.
* Add a ldconfig_paths variable that specifies the shared library pathssteve1997-12-271-1/+2
| | | | | | | to be given to ldconfig(8). PR: 5178 Submitted by: Evan Champion <evanc@synapse.net>
* typo fix.jkh1997-12-141-2/+2
| | | | | PR: 5289 Submitted by: Studded@dal.net
* Resurrect a modified version of the /tmp clearing code from rev 1.119.steve1997-11-161-1/+2
| | | | | | | | 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
* Allow the system to be configured to pass "-n" to kerberos andsef1997-11-071-1/+4
| | | | | | | kadmind or not; also, only run kadmind on a non-slave server. Man page for rc.conf is also updated. Reviewed by: Mark Murray
* Add "mrouted_flags". It has been referenced by rc.network for ajdp1997-10-311-1/+2
| | | | long time.
* MF22: Minor cosmetic tweak.jkh1997-10-181-2/+2
|
* Make mountd use -r by default. Hopefully this will cut down the numberimp1997-10-121-2/+2
| | | | | | of complaints that FreeBSD's mountd doesn't allow mounting of swap files for OSes like SunOS, NetBSD and OpenBSD. Submitted by: Joerg Wunsch
* reference rc.conf(5) instead of a bogus rc.conf(8)jkh1997-10-121-2/+2
| | | | Submitted by: "Vanill I. Shu" <vanilla@MinJe.com.TW>
* Disable LPR/LPD by default.imp1997-10-061-2/+2
| | | | Reviewed by: jkh, guido, imp
* Unspam rev 1.114 that got spammed when someone commited the rc.confjoerg1997-09-211-2/+1
| | | | | changes: drop `savecore_enable' now that our savecore obeyes the minfree file.
* Reviewed by: msmith, alexdanny1997-09-111-2/+4
| | | | Cosmetic changes to the loading of firewall rules and lkm.
* Change local_cron to local_periodic.pst1997-08-191-2/+2
| | | | Submitted by: bde
* Remove non-orthnogonal weak_mountd_authentication variable hackjkh1997-08-171-2/+2
| | | | | | | | and expose mountd_flags in its place. Still allow the usage of weak_mountd_authentication in legacy configs to result in an implicit mountd_flags=-n, so folks shouldn't break because of this. Suggested by: Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de>
* Point at /etc/periodicpst1997-08-161-2/+2
|
* Add local_cron in the spirit of local_startuppst1997-08-131-1/+2
|
* ARP_PROXY_ALL -> ARP_PROXYALLsteve1997-08-131-2/+2
| | | | | PR: kern/4181 Submitted by: Johan Larsson <johan@moon.campus.luth.se>
* Update description of rand_args to not suggest "-s"..peter1997-07-061-2/+2
| | | | Pointed out by: bde
* Add missing '.'dima1997-06-241-10/+10
|
* Add cron_enable and inetd_enable flags to rc.conf.pst1997-06-181-2/+4
| | | | | WARNING: don't update rc and forget to update rc.conf, or you won't be able to telnet back into your box after a reboot.
* Correct the way IRQs are passed to rndcontrol. If there are more thanmarkm1997-06-021-2/+2
| | | | | | one IRQ being used, the -s options must be specified for each of them. In this case rc.conf would only allow 1, as the -s was coded into rc.i386.
* timed_enabled -> timed_enablejkh1997-06-021-2/+2
| | | | Submitted by: "James D. Stewart" <jds@c4systm.com>
* Make firewall comment a little more explanatory.jkh1997-05-241-2/+2
|
* Allow local configuration to override this file.jkh1997-05-241-1/+8
| | | | Submitted by: Russell Vincent <rv@groa.uct.ac.za>
* Add default flags for named since FreeBSD have its configurationache1997-05-231-3/+3
| | | | | in non-default place Add daemon to screen savers list comment
* Add a space to moused_port line.jkh1997-05-211-2/+2
| | | | | PR: 3644 Submitted by: Michael Perlman <canuck@caam.rice.edu>
* Neaten up some things which were inconsistent, add a few more flagsjkh1997-05-191-4/+8
| | | | | to things which need them, general cleanup. Submitted by: Brian Somers <brian@awfulhak.org>
* accounting -> accounting_enablejkh1997-05-191-2/+2
| | | | Submitted by: Jian-Da Li <jdli@csie.nctu.edu.tw>
* Add arp_proxyall knob.jkh1997-05-131-1/+2
| | | | Submitted by: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
* Correct typo in NIS flags.jkh1997-05-051-3/+3
| | | | | PR: 3503 Submitted by: Christoph Kukulies <kuku@blues.physik.rwth-aachen.de>
* Add inetd_flags and way of passing ipfw a configuration filejkh1997-05-051-1/+2
| | | | | | | | | (if firewall = "somefilename"). Fix typo fixes and URLs which were accidently nuked out of this file (submitted by: soil@quick.net via PR#3501). Submitted by: "Danny J. Zerkel" <dzerkel@phofarm.com>
* Update the etc world from RELENG_2_2 which is now more up-to-datejkh1997-05-031-3/+3
| | | | | | (gotta get myself -current again, this is a drag). Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
* YAMF22jkh1997-04-281-61/+63
|
* YAMF22jkh1997-04-281-3/+4
|
* YAMF22jkh1997-04-281-2/+2
|
* Bring in rc file changes from -current.jkh1997-04-271-0/+120
OpenPOWER on IntegriCloud