summaryrefslogtreecommitdiffstats
path: root/share/man/man5/rc.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace nit.des2004-02-031-1/+1
|
* Add support for initializing swap devices with random one-shot keys. Notedes2004-02-031-0/+8
| | | | | | | that the keys are currently generated by computing the MD5 checksum of 512 bytes read from /dev/random, and are passed to gbde on the command line. Sponsored by: Teleplan AS
* Documented the new parameter cron_dst.babkin2003-12-261-0/+9
|
* Add a missing 'the'brueffer2003-11-101-1/+1
|
* Add a default setting of NO for the gbde auto attach script, anddougb2003-09-181-0/+12
| | | | document the options.
* o Fix a typo in rev. 1.196: ifconfig 9 -> ifconfig 8.maxim2003-09-051-1/+1
| | | | | PR: docs/56488 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Remove a stray ".Xr rtadvd 8" that snuck in in the middle of a sentence.ceri2003-08-151-2/+1
|
* Now that routes for IP over ATM may look much more complex than before,harti2003-08-141-0/+13
| | | | | | | | | use the atmconfig(8) utility instead of route(8) to install those routes. For this we need a new rc.conf variable natm_static_routes that works just like static_routes except that the referenced routes use the syntax of atmconfig(8). Okay'ed by: mtm
* Dhclient can't block anymore during startup. Documentmbr2003-07-281-4/+4
| | | | the 'background_dhclient' better.
* Convert the atm{2,3}.sh rc scripts to normal rc.d scripts. Add supportharti2003-07-281-0/+20
| | | | | | | | | | | | | | for the harp(4) pseudo driver and for loadable native HARP drivers (like hfa_pci). To use harp(4) the rc variable natm_interfaces must be set to the list of NATM interfaces to be used for HARP. These interfaces will be brought up with ifconfig and the harp(4) will be loaded. To use loadable native HARP drivers atm_load must be set to the list of drivers to load. Reviewed by: mtm, gordon (partly)
* Document background_dhclient.mbr2003-07-281-0/+8
|
* Add documentation for watchdogd_enable setting.smkelly2003-06-281-0/+9
| | | | Approved by: jeff (mentor)
* Catch up man page with reality in rc.d/named.mtm2003-06-141-1/+1
| | | | Pointed out by: Simon L. Nielsen <simon@nitro.dk>
* Remove reference to deprecated xtend(8)charnier2003-06-081-1/+0
|
* The dhcp_program and dhcp_flags variables have to be renamed tomtm2003-06-071-2/+2
| | | | | | | | | | | | | | take advantage of the rc.subr(8) glue. They are renamed dhclient_program and dhclient_flags. o Rename them in rc.conf(5) o Rename them in /etc/defaults/rc.conf o Add the deprecated variables to /etc/rc.subr o Isolate the use of the 'command' variable to the NetBSD specific parts in /etc/rc.d/dhclient. o Now that dhcp_flags has also been renamed it will be applied properly by rc.subr(8) glue code. Reported by: John Nielsen <john@jnielsen.net>
* Assorted mdoc(7) fixes.ru2003-06-021-2/+3
|
* Document netfs_types.gordon2003-06-021-0/+6
|
* Assorted mdoc(7), grammar, spelling, and punctuation fixes.ru2003-05-211-27/+33
| | | | Approved by: re (blanket)
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-181-1/+1
| | | | Approved by: re (blanket)
* Remove man page reference for gated, as it isn't in the base systemmurray2003-05-041-1/+0
| | | | nor is it available from the ports tree.
* xtend rc.conf variables are gone.imp2003-05-011-16/+0
| | | | Noticed by: bde
* More factual updates for kerberos 5.markm2003-04-301-15/+18
|
* Use .Pa for the pccard_ether file.trhodes2003-04-221-3/+3
| | | | | | s/spppconfig/spppcontrol/ Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
* Add new knobs for controlling jails in rc.d and document them.mtm2003-04-161-1/+40
| | | | Approved by: makrm (mentor)
* Catch this file up with rc.conf(5).trhodes2003-04-151-17/+407
| | | | Submitted by: Simon L. Nielsen <simon@nitro.dk> (original version)
* Fix typo in the version of the diff that I committed.keramida2003-03-261-1/+1
| | | | Submitted by: Simon L. Nielsen <simon@nitro.dk>
* Document mountd_flags.keramida2003-03-261-0/+10
| | | | | PR: 50023 Submitted by: Simon L.Nielsen <simon@nitro.dk>
* A new rc-ng script to build linker.hints files with kldxref(8)cjc2003-03-171-0/+44
| | | | | automatically at boot time. Associated rc.conf(5) knobs and documentation are included.
* Document keybell="" switch and refer to kbdcontrol(1) for details.keramida2003-02-281-0/+14
|
* The nfs_privport variable doesn't exist - mention nfs_reserved_port_onlyceri2003-02-181-1/+1
| | | | | | | instead. Approved by: murray (mentor) MFC After: 2 days
* Improve the wording.hrs2003-02-151-4/+9
| | | | Reviewed by: ru
* Document start_if.${ifn} scripts.hrs2003-02-131-0/+6
| | | | Not objected to by: -doc
* Correct the man page for nfs_bufpackets. DEFAULT is not an acceptablegshapiro2003-02-081-3/+1
| | | | | | | value. PR: conf/31280 MFC after: 3 days
* Kill whitespace at EOL.mtm2003-01-191-1/+1
| | | | | Approved by: markm (mentor) Noticed by: ru
* Add rc_debug knob to rc.conf. The code for it has been in rc.subr formtm2003-01-141-0/+81
| | | | | | | | some time now. Document all knobs introduced by rc.d Approved by: markm (mentor) Reviewd by: gordon (earlier revision)
* english(4) police.schweikh2002-12-271-1/+1
|
* mdoc(7) police: markup nits.ru2002-12-231-2/+4
|
* Delay an optional amount of time after booting before starting amckusick2002-12-181-0/+5
| | | | | | | | | background fsck. The delay defaults to sixty seconds to allow large applications such as the X server to start before disk I/O bandwidth is monopolized by fsck. Submitted by: Brooks Davis <brooks@one-eyed-alien.net> Sponsored by: DARPA & NAI Labs.
* Uniformly refer to a file system as "file system".ru2002-12-121-5/+5
| | | | Approved by: re
* mdoc(7) police: scheduled sweep.ru2002-11-291-21/+45
| | | | Approved by: re
* Document devd_enable.imp2002-11-101-0/+5
| | | | Submitted by: dougb
* Update rc.conf.5 man page to reflect bootparamd_enable and _flagsgordon2002-09-051-0/+16
|
* document options for integrating pcvt configuration into the new /etc/rc.dhm2002-08-301-0/+114
| | | | startup system.
* Update manpage to reflect reality:gordon2002-08-191-9/+9
| | | | | | xntpd -> ntpd single_mountd_enable -> mountd_enable portmap -> rpcbind
* Document savecore_flags.keramida2002-07-151-0/+5
| | | | | PR: docs/35967 Submitted by: Gary W. Swearingen <swear@blarg.net>
* Quoting Peter Wemm, "At great personal risk, touch the sendmail startupgshapiro2002-04-051-105/+13
| | | | | | | | | | | | | | | | | | | | | again." As an alternative to sendmail_enable=NONE, solve the boot time problem for non-sendmail users completely by moving all of the sendmail startup code from /etc/rc to /etc/rc.sendmail. The source for that script will be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will prevent it from being installed. A new rc.conf variable, mta_start_script specifies the script to run to start the user's preferred MTA. For backward compatibility, it will default to /etc/rc.sendmail. The specified script is called out of /etc/rc after checking to make sure it exists. A new rc.sendmail.8 man page has also been added which now houses the sendmail_* variable descriptions formerly in rc.conf.5. Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication. Reviewed by: -current, -stable, obrien, peter, ru MFC after: 1 week
* Add an entry for sendmail_submit_flags.gshapiro2002-03-281-0/+13
|
* Provide a way for users to completely prevent sendmail from trying to startgshapiro2002-03-281-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at boot time. Instead of rc.conf's sendmail_enable only accepting YES or NO, it can now also accept NONE. If set to NONE, none of the other sendmail related startup items will be done. Remove an extra queue running daemon might be started that wasn't necessary (it didn't hurt anything but it wasn't needed). The new logic is: # MTA if ${sendmail_enable} == NONE # Do nothing else if ${sendmail_enable} == YES start sendmail with ${sendmail_flags} else if ${sendmail_submit_enable} == YES start sendmail with ${sendmail_submit_flags} else if ${sendmail_outbound_enable} == YES start sendmail with ${sendmail_outbound_flags} endif # MSP Queue Runner if ${sendmail_enable} != NONE && [ -r /etc/mail/submit.cf] && ${sendmail_msp_queue_enable} == YES start sendmail with ${sendmail_msp_queue_flags} endif Discussed with: Thomas Quinot <Thomas.Quinot@Cuivre.FR.EU.ORG>, Christopher Schulte <schulte+freebsd@nospam.schulte.org> MFC after: 1 week
* mdoc(7) police: tidy up.ru2002-03-171-377/+472
|
* Typo: s/Kensignton/Kensington/schweikh2002-03-161-1/+1
| | | | MFC after: 3 days
OpenPOWER on IntegriCloud