summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
Commit message (Collapse)AuthorAgeFilesLines
* Allow rwhod to take flags.jkh1999-01-031-1/+2
| | | | | PR: 7705 Submitted by: Johan Karlsson <k@numeri.campus.luth.se>
* Update comment for saver variable now that its changed its functionjkh1998-12-271-2/+2
| | | | (and list of available values) somewhat.
* List the warp screensaver along with the others.des1998-12-271-2/+2
|
* Take bind out of sandbox and run it as root again, but leave supportdillon1998-12-191-3/+8
| | | | | | mechanisms ('bind' user and group) in place so the feature can be easily turned on. There were too many complaints. The security(1) man page will be created/updated to include the appropriate info.
* Document securelevel 3.ghelmer1998-12-161-2/+2
| | | | PR: docs/8674
* Reviewed by: cvs-currentdillon1998-12-121-1/+2
| | | | | | Commit changes to rc and rc.local, removing the remaining minimal functionality of rc.local into rc and commenting it out of rc.local prior to the deletion of rc.local from the CVS tree.
* Reviewed by: freebsd-current, freebsd-securitydillon1998-12-011-2/+2
| | | | | | | | Adjust rc.conf to run named in sandbox, adjust mtree to add /etc/namedb/s subdirectory (user bind, group bind) to hold secondaries, adjust comments in named.conf to reflect new secondary scheme. (Note that core read-only zone files are left owned by root, increasing security even more).
* Don't suggest that NO is allowed here; you use "0" or "" to turn the cachemsmith1998-11-251-2/+2
| | | | | off. Submitted by: jdp
* Implement the nfs_access_cache variable, allowing us to set the timeout formsmith1998-11-151-1/+2
| | | | the NFS client's ACCESS cache.
* Remove all references to tickadj(8) from rc, rc.conf and rc.conf.5.des1998-10-081-3/+1
| | | | | | | | | | | | | | | Disable building tickadj(8) by removing util from SUBDIR in the xntpd Makefile. Note that the sources are still there and tickadj can still be built and installed by doing: # cd /usr/src/usr.sbin/xntpd/util # make all install There are enough references to tickadj in e.g. the xntpd documentation (not to mention the sysctl variables it uses etc.) that I don't feel up to implementing the final solution right now. Kinda-approved-by: phk
* Here are some scripts and man pages for configuring HARP ATMphk1998-10-061-1/+12
| | | | | | | interfaces. Reviewed by: phk Submitted by: Mike Spengler <mks@networkcs.com>
* I'm not sure how/when router_enable got set to YES, but it doesn'tjkh1998-09-231-2/+2
| | | | | seem right to me. Noticed by: jkb
* Fix up the boot-time ldconfig handling to deal with dual objectjdp1998-09-161-1/+2
| | | | | | | | | | | | | | | file formats. I have added a new rc.conf variable ${ldconfig_paths_aout} which is like ${ldconfig_paths}, but only for a.out shared libraries. On a "standard" ELF system, the ELF ldconfig path is taken from ${ldconfig_paths}, while the a.out ldconfig path is taken from ${ldconfig_paths_aout}. On a not-yet-converted a.out system, only the a.out ldconfig path is set, and it is taken from ${ldconfig_paths_aout}. If that variable is unset, /etc/rc defaults it to the value of ${ldconfig_paths}, on the assumption that the system's "/etc/rc.conf" file hasn't been updated.
* Turn off replies to ICMP echo requests for broadcast and multicastjkoshy1998-09-151-1/+4
| | | | | | | | | | | | | addresses by default. Add a knob "icmp_bmcastecho" to "rc.network" to allow this behaviour to be controlled from "rc.conf". Document the controlling sysctl variable "net.inet.icmp.bmcastecho" in sysctl(3). Reviewed by: dg, jkh Reminded on -hackers by: Steinar Haug <sthaug@nethelp.no>
* tcp_extensions now only applies to RFC1323phk1998-09-061-2/+2
|
* Turn tcp_extentions off by default. They sometimes cause pain.jkh1998-09-041-2/+2
|
* Cosmetic MF2.2: Add a missing (commented) parenthesis.brian1998-08-101-2/+2
|
* Use a default blanktime (otherwise it shows up as "NO" in sysinstall's menus).jkh1998-06-231-2/+2
|
* Add rc.conf option to set kernel security level and modify "/etc/rc" tojkoshy1998-06-221-1/+3
| | | | | | | | | | | use this. Requested by: max, andreas Note: This change just provides a convenient way to exercise existing functionality. Whether `kern.securelevel' is effective in increasing system security is another issue, and one that has been well thrashed out in the lists.
* 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>
OpenPOWER on IntegriCloud