1.\" Copyright (c) 1995 2.\" Jordan K. Hubbard 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. 9.\" 2. Redistributions in binary form must reproduce the above copyright 10.\" notice, this list of conditions and the following disclaimer in the 11.\" documentation and/or other materials provided with the distribution. 12.\" 13.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND 14.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 16.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE 17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23.\" SUCH DAMAGE. 24.\" 25.\" $Id: rc.conf.5,v 1.21 1998/06/25 04:27:56 jkoshy Exp $ 26.\" 27.Dd April 26, 1997 28.Dt RC.CONF 5 29.Os FreeBSD 2.2.2 30.Sh NAME 31.Nm rc.conf 32.Nd local configuration information. 33.Sh DESCRIPTION 34The file 35.Nm rc.conf 36contains descriptive information about the local host name, configuration 37details for any potential network interfaces and which services should be 38started up at system initial boot time. In new installations, the 39.Nm rc.conf 40file is generally initialized by the system installation utility: 41.Pa /stand/sysinstall . 42.Pp 43It is the duty of the system administrator to properly maintain this file 44as changes occur on the local host. 45.Sh FILES 46.Bl -tag -width /etc/rc.conf -compact 47.It Pa /etc/rc.conf 48.El 49.Sh DESCRIPTION 50The purpose of 51.Nm 52is not to run commands or perform system startup actions 53directly. Instead, it is included by the 54various generic startup scripts in 55.Pa /etc 56which conditionalize their 57internal actions according to the settings found there. 58.Pp 59The following list provides a name and short description for each 60variable you can set in the 61.Nm 62file: 63.Bl -tag -width Ar 64.It Ar swapfile 65(str) If set to 66.Ar NO 67then no swapfile is installed, otherwise the value is used as the full 68pathname to a file to use for additional swap space. 69.It Ar apm_enable 70(bool) If set to 71.Ar YES , 72enable support for Automatic Power Management with 73the 74.Xr apm 8 75command. 76.It Ar pccard_enable 77(bool) If set to 78.Ar YES , 79enable PCCARD support at boot time. 80.It Ar pccard_mem 81(str) Set to PCCARD controller memory address or 82.Ar DEFAULT 83for the default value. 84.It Ar pccard_ifconfig 85(str) List of ethernet devices (e.g. 86.Ar "ed0 ed1 ep0 ..." ) 87which should be dynamically ifconfig'd on insertion or boot. 88.It Ar local_startup 89(str) List of directories to search for startup script files. 90.It Ar local_periodic 91(str) List of directories to search for periodic scripts (3.0 only). 92.It Ar hostname 93(str) The Fully Qualified Domain Name of your host on the network. 94This should almost certainly be set to something meaningful, even if 95you've no network connected. 96.It Ar nisdomainname 97(str) The NIS domainname of your host, or 98.Ar NO 99if you're not running NIS. 100.It Ar firewall_enable 101(bool) Set to 102.Ar NO 103if you don't want have firewall rules loaded at startup, or 104.Ar YES 105if you do. 106If set to 107.Ar YES , 108and the kernel was not built with IPFIREWALL, the ipfw 109kernel module will be loaded. 110.It Ar firewall_type 111(str) Names the firewall type from the selection in 112.Pa /etc/rc.firewall , 113or the file which contains the local firewall ruleset. Valid selections 114from 115.Pa /etc/rc.firewall , 116are ``open'' - unrestricted IP access; ``closed'' - all IP services disabled, 117except via lo0; ``client'' - basic protection for a workstation; ``simple'' - 118basic protection for a LAN. If a filename is specified, the full path 119must be given. 120.It Ar firewall_quiet 121(bool) Set to 122.Ar YES 123to disable the display of ipfw rules on the console during boot. 124.It Ar natd_enable 125(bool) Set to 126.Ar YES 127to enable natd. 128.Ar Firewall_enable 129must also be set to 130.Ar YES , 131and 132.Xr divert 4 133sockets must be enabled in your kernel. 134.It Ar natd_interface 135This is the name of the public interface on which natd should run. It 136is mandatory if 137.Ar natd_enable 138is set to 139.Ar YES . 140The interface may be given as an interface name or as an IP address. 141.It Ar natd_flags 142Additional natd flags should be placed here. The 143.Fl n 144or 145.Fl a 146flag is automatically added with the above 147.Ar natd_interface 148as an argument. 149.It Ar tcp_extensions 150(bool) Set to 151.Ar YES 152by default, this enables certain TCP options as described by 153Internet RFCs 1323 and 1644. If you have problems with connections 154randomly hanging or other weird behavior of such nature, you might 155try setting this to 156.Ar NO 157and seeing if that helps. Some hardware/software out there is known 158to be broken with respect to these options. 159.It Ar network_interfaces 160(str) Set to the list of network interfaces to configure on this host. 161For example, if you had a loopback device (standard) and an SMC Elite 162Ultra NIC, you might have this set to 163.Qq Ar "lo0 ed0" 164for the two interfaces. An 165.No ifconfig_ Ns Em interface 166variable is also assumed to exist for each value of 167.Em interface . 168It is also possible to add IP alias entries here in cases where you 169want a single interface to have multiple IP addresses registered against 170it. 171Assuming that the interface in question was ed0, it might look 172something like this: 173.Bd -literal 174ifconfig_ed0_alias0="inet 127.0.0.253 netmask 0xffffffff" 175ifconfig_ed0_alias1="inet 127.0.0.254 netmask 0xffffffff" 176 177.Ed 178And so on. For each ifconfig_<interface>_alias<n> entry that is 179found, its contents are passed to 180.Xr ifconfig 8 . 181Execution stops at the first unsuccessful access, so if you 182had something like: 183.Bd -literal 184ifconfig_ed0_alias0="inet 127.0.0.251 netmask 0xffffffff" 185ifconfig_ed0_alias1="inet 127.0.0.252 netmask 0xffffffff" 186ifconfig_ed0_alias2="inet 127.0.0.253 netmask 0xffffffff" 187ifconfig_ed0_alias4="inet 127.0.0.254 netmask 0xffffffff" 188 189.Ed 190Then note that alias4 would \fBnot\fR be added since the search would 191stop with the missing alias3 entry. 192.It Ar syslogd_enable 193(bool) If set to 194.Ar YES , 195run the 196.Xr syslogd 8 197daemon. 198.It Ar syslogd_flags 199(str) if syslogd_enable is set to 200.Ar YES , 201these are the flags to pass to 202.Xr syslogd 8 . 203.It Ar inetd_enable 204(bool) If set to 205.Ar YES , 206run the 207.Xr inetd 8 208daemon. 209.It Ar inetd_flags 210(str) if inetd_enable is set to 211.Ar YES , 212these are the flags to pass to 213.Xr inetd 8 . 214.It Ar named_enable 215(bool) If set to 216.Ar YES , 217run the 218.Xr named 8 219daemon. 220.It Ar named_program 221(str) path to 222.Xr named 8 223(default 224.Pa /usr/sbin/named ) . 225.It Ar named_flags 226(str) if 227.Ar named_enable 228is set to 229.Ar YES , 230these are the flags to pass to 231.Xr named 8 . 232.It Ar kerberos_server_enable 233(bool) Set to 234.Ar YES 235if you want to run a Kerberos authentication server 236at boot time. 237.It Ar kadmind_server_enable 238.Ar YES 239if you want to run 240.Xr kadmind 8 241the Kerberos Administration Daemon); set to 242.Ar NO 243on a slave server. 244.It Ar kerberos_stash 245(str) 246If 247.Ar YES , 248instruct the Kerberos servers to use the stashed master key instead of 249prompting for it (only if 250.Ar kerberos_server_enable 251is set to 252.Ar YES , 253and is used for both 254.Xr kerberos 1 255and 256.Xr kadmind 8 ). 257.It Ar rwhod_enable 258(bool) If set to 259.Ar YES , 260run the 261.Xr rwhod 8 262daemon at boot time. 263.It Ar amd_enable 264(bool) If set to 265.Ar YES , 266run the 267.Xr amd 8 268daemon at boot time. 269.It Ar amd_flags 270(str) If 271.Ar amd_enable 272is set to 273.Ar YES , 274these are the flags to pass to it. Use the \fBinfo amd\fR 275command for more information. 276.It Ar nfs_client_enable 277(bool) If set to 278.Ar YES , 279run the NFS client daemons at boot time. 280.It Ar nfs_client_flags 281(str) If 282.Ar nfs_client_enable 283is set to 284.Ar YES , 285these are the flags to pass to the 286.Xr nfsiod 8 287daemon. 288.It Ar nfs_server_enable 289(bool) If set to 290.Ar YES , 291run the NFS server daemons at boot time. 292.It Ar nfs_server_flags 293(str) If 294.Ar nfs_server_enable 295is set to 296.Ar YES , 297these are the flags to pass to the 298.Xr nfsd 8 299daemon. 300.It Ar weak_mountd_authentication 301(bool) If set to 302.Ar YES , 303allow services like \fBPCNFSD\fR to make non-privileged mount 304requests. 305.It Ar nfs_reserved_port_only 306(bool) If set to 307.Ar YES , 308provide NFS services only on a secure port. 309.It Ar rcp_lockd_enable 310(bool) If set to 311.Ar YES 312and also an NFS server, run 313.Xr rpc.lockd 8 314at boot time. 315.It Ar rcp_statd_enable 316(bool) If set to 317.Ar YES 318and also an NFS server, run 319.Xr rpc.statd 8 320at boot time. 321.It Ar portmap_enable 322(bool) If set to 323.Ar YES , 324run the 325.Xr portmap 8 326service at boot time. 327.It Ar portmap_flags 328(str) If 329.Ar portmap_enable 330is set to 331.Ar YES , 332these are the flags to pass to the 333.Xr portmap 8 334daemon. 335.It Ar xtend_enable 336(bool) If set to 337.Ar YES 338then run the 339.Xr xtend 8 340daemon at boot time. 341.It Ar xtend_flags 342(str) If 343.Ar xtend_enable 344is set to 345.Ar YES , 346these are the flags to pass to the 347.Xr xtend 8 348daemon. 349.It Ar timed_enable 350(boot) if 351.Ar YES 352then run the 353.Xr timed 8 354service at boot time. This command is intended for networks of 355machines where a consistent 356.Qq "network time" 357for all hosts must be established. This is often useful in large NFS 358environments where time stamps on files are expected to be consistent 359network-wide. 360.It Ar timed_flags 361(str) If 362.Ar timed_enable 363is set to 364.Ar YES , 365these are the flags to pass to the 366.Xr timed 8 367service. 368.It Ar ntpdate_enable 369(bool) If set to 370.Ar YES , 371run ntpdate at system startup. This command is intended to 372synchronize the system clock only 373.Ar once 374from some standard reference. An option to set this up initially 375(from a list of known servers) is also provided by the 376.Pa /stand/sysinstall 377program when the system is first installed. 378.It Ar ntpdate_program 379(str) path to 380.Xr ntpdate 8 381(default 382.Pa /usr/sbin/ntpdate ) . 383.It Ar ntpdate_flags 384(str) If 385.Ar ntpdate_enable 386is set to 387.Ar YES , 388these are the flags to pass to the 389.Xr ntpdate 8 390command (typically a hostname). 391.It Ar xntpd_enable 392(bool) If set to 393.Ar YES 394then run the 395.Xr xntpd 8 396command at boot time. 397.It Ar xntpd_program 398(str) path to 399.Xr xntpd 8 400(default 401.Pa /usr/sbin/xntpd ) . 402.It Ar xntpd_flags 403(str) If 404.Ar xntpd_enable 405is set to 406.Ar YES , 407these are the flags to pass to the 408.Xr xntpd 8 409daemon. 410.It Ar tickadj_enable 411(bool) If set to 412.Ar YES 413then run the 414.Xr tickadj 8 415command at system boot time. 416.It Ar tickadj_flags 417(str) If 418.Ar tickadj_enable 419is set to 420.Ar YES , 421these are the flags to pass to the 422.Xr tickadj 8 423command. 424.It Ar nis_client_enable 425(bool) If set to 426.Ar YES 427then run the 428.Xr ypbind 8 429service at system boot time. 430.It Ar nis_client_flags 431(str) If 432.Ar nis_client_enable 433is set to 434.Ar YES , 435these are the flags to pass to the 436.Xr ypbind 8 437service. 438.It Ar nis_ypset_enable 439(bool) If set to 440.Ar YES 441then run the 442.Xr ypset 8 443daemon at system boot time. 444.It Ar nis_ypset_flags 445(str) If 446.Ar nis_ypset_enable 447is set to 448.Ar YES , 449these are the flags to pass to the 450.Xr ypset 8 451daemon. 452.It Ar nis_server_enable 453(bool) If set to 454.Ar YES 455then run the 456.Xr ypserv 8 457daemon at system boot time. 458.It Ar nis_server_flags 459(str) If 460.Ar nis_server_enable 461is set to 462.Ar YES , 463these are the flags to pass to the 464.Xr ypserv 8 465daemon. 466.It Ar nis_ypxfrd_enable 467(bool) If set to 468.Ar YES 469then run the 470.Xr ypxfrd 8 471daemon at system boot time. 472.It Ar nis_ypxfrd_flags 473(str) If 474.Ar nis_ypxfrd_enable 475is set to 476.Ar YES , 477these are the flags to pass to the 478.Xr ypxfrd 8 479daemon. 480.It Ar nis_yppasswdd_enable 481(bool) If set to 482.Ar YES 483then run the 484.Xr yppasswdd 8 485daemon at system boot time. 486.It Ar nis_yppasswdd_flags 487(str) If 488.Ar nis_yppasswdd_enable 489is set to 490.Ar YES , 491these are the flags to pass to the 492.Xr yppasswdd 8 493daemon. 494.It Ar defaultrouter 495(str) If not set to 496.Ar NO 497then create a default route to this host name or IP address (use IP 498address value if you also require this router to get to a name 499server!) 500.It Ar static_routes 501(str) Set to the list of static routes you would like to add at system 502boot time. If not set to 503.Ar NO 504then for each whitespace separated element in the value, a 505.No route_ Ns em element 506variable is assumed to exist for each instance 507of 508.Em element , 509and will later be passed to a ``route add'' operation. 510.It Ar gateway_enable 511(bool) If set to 512.Ar YES , 513then configure host to at as an IP router, e.g. to forward packets 514between interfaces. 515.It Ar router_enable 516(bool) If set to 517.Ar YES 518then run a routing daemon of some sort, based on the 519settings of 520.Ar router 521and 522.Ar router_flags . 523.It Ar router 524(str) If 525.Ar router_enable 526is set to 527.Ar YES , 528this is the name of the routing daemon to use. 529.It Ar router_flags 530(str) If 531.Ar router_enable 532is set to 533.Ar YES , 534these are the flags to pass to the routing daemon. 535.It Ar mrouted_enable 536(bool) If set to 537.Ar YES 538then run the multicast routing daemon, 539.Xr mrouted 8 . 540.It Ar mrouted_flags 541(str) If 542.Ar mrouted_enable 543is set to 544.Ar YES , 545these are the flags to pass to the multicast routing daemon. 546.It Ar ipxgateway_enable 547(bool) If set to 548.Ar YES 549then enable the routing of IPX traffic. 550.It Ar ipxrouted_enable 551(bool) If set to 552.Ar YES 553then run the 554.Xr ipxrouted 8 555daemon at system boot time. 556.It Ar ipxrouted_flags 557(str) If 558.Ar ipxrouted_enable 559is set to 560.Ar YES , 561these are the flags to pass to the 562.Xr ipxrouted 8 563daemon. 564.It Ar arpproxy_all 565If set to 566.Ar YES 567then enable global proxy ARP. 568.It Ar forward_sourceroute 569If set to 570.Ar YES 571then when 572.Ar gateway_enable 573is also set to 574.Ar YES , 575source routed packets are forwarded. 576.It Ar accept_sourceroute 577If set to 578.Ar YES 579then the system will accept source routed packets directed at it. 580.It Ar rarpd_enable 581(bool) If set to 582.Ar YES 583then run the 584.Xr rarpd 8 585daemon at system boot time. 586.It Ar rarpd_flags 587(str) If 588.Ar rarpd_enable 589is set to 590.Ar YES , 591these are the flags to pass to the 592.Xr rarpd 8 593daemon. 594.It Ar keymap 595(str) If set to 596.Ar NO 597then no keymap is installed, otherwise the value is used to install 598the keymap file in 599.Pa /usr/share/syscons/keymaps/<value>.kbd 600.It Ar keyrate 601(str) The keyboard repeat speed. Set to 602.Ar slow , 603.Ar normal , 604.Ar fast 605or 606.Ar NO 607if the default behavior is desired. 608.It Ar keychange 609(str) If not set to 610.Ar NO , 611attempt to program the function keys with the value. The value should 612be a single string of the form: 613.Qq Ar "<funkey_number> <new_value> [<funkey_number> <new_value>]..." 614.It Ar cursor 615(str) Can be set to the value of 616.Ar normal , 617.Ar blink , 618.Ar destructive 619or 620.Ar NO 621to set the cursor behavior explicitly or choose the default behavior. 622.It Ar scrnmap 623(str) If set to 624.Ar NO 625then no screen map is installed, otherwise the value is used to install 626the screen map file in 627.Pa /usr/share/syscons/scrnmaps/<value> . 628.It Ar font8x16 629(str) If set to 630.Ar NO 631then the default 8x16 font value is used for screen size requests, otherwise 632the value in 633.Pa /usr/share/syscons/fonts/<value> 634is used. 635.It Ar font8x14 636(str) If set to 637.Ar NO 638then the default 8x14 font value is used for screen size requests, otherwise 639the value in 640.Pa /usr/share/syscons/fonts/<value> 641is used. 642.It Ar font8x8 643(str) If set to 644.Ar NO 645then the default 8x8 font value is used for screen size requests, otherwise 646the value in 647.Pa /usr/share/syscons/fonts/<value> 648is used. 649.It Ar blanktime 650(int) If set to 651.Ar NO 652then the default screen blanking interval is used, otherwise it is set 653to 654.Ar value 655seconds. 656.It Ar saver 657(str) If not set to 658.Ar NO , 659this is the actual screen saver to use (blank, snake, daemon, etc). 660.It Ar moused_enable 661(str) If set to 662.Ar YES , 663the 664.Xr moused 8 665daemon is started for doing cut/paste selection on the console. 666.It Ar moused_type 667(str) This is the protocol type of mouse you would like to use. 668This variable must be set if 669.Ar moused_enable 670is set to 671.Ar YES . 672The 673.Xr moused 8 674daemon 675is able to detect the appropriate mouse type automatically in many cases. 676You can set this variable to 677.Ar auto 678to let the daemon detect it, or 679select one from the following list if the automatic detection fails. 680.Bd -literal 681microsoft Microsoft mouse 682intellimouse Microsoft IntelliMouse 683mousesystems Mouse systems Corp mouse 684mmseries MM Series mouse 685logitech Logitech mouse 686busmouse A bus mouse 687mouseman Logitech MouseMan and TrackMan 688glidepoint ALPS GlidePoint 689thinkingmouse Kensignton ThinkingMouse 690ps/2 PS/2 mouse 691mmhittab MM HitTablet 692x10mouseremote X10 MouseRemote 693 694.Ed 695Even if your mouse is not in the above list, it may be compatible 696with one in the list. Refer to the man page for 697.Xr moused 8 698for compatibility information. 699.Pp 700It should also be noted that while this is enabled, any 701other client of the mouse (such as an X server) should access 702the mouse through the virtual mouse device: 703.Pa /dev/sysmouse 704and configure it as a sysmouse type mouse, since all 705mouse data is converted to this single canonical format when 706using 707.Xr moused 8 . 708If the client program does not support the sysmouse type, 709specify the mousesystems type. It is the second prefered type. 710.It Ar moused_port 711(str) If 712.Ar moused_enable 713is set to 714.Ar YES , 715this is the actual port the mouse is on. 716It might be 717.Pa /dev/cuaa0 718for a COM1 serial mouse, 719.Pa /dev/psm0 720for a PS/2 mouse or 721.Pa /dev/mse0 722for a bus mouse, for example. 723.It Ar moused_flags 724(str) If 725.Ar moused_type 726is set, these are the additional flags to pass to the 727.Xr moused 8 728daemon. 729.It Ar cron_enable 730(bool) If set to 731.Ar YES 732then run the 733.Xr cron 8 734daemon at system boot time. 735.It Ar lpd_enable 736(bool) If set to 737.Ar YES 738then run the 739.Xr lpd 8 740daemon at system boot time. 741.It Ar lpd_flags 742(str) If 743.Ar lpd_enable 744is set to 745.Ar YES , 746these are the flags to pass to the 747.Xr lpd 8 748daemon. 749.It Ar sendmail_enable 750(bool) If set to 751.Ar YES 752then run the 753.Xr sendmail 8 754daemon at system boot time. 755.It Ar sendmail_flags 756(str) If 757.Ar sendmail_enable 758is set to 759.Ar YES , 760these are the flags to pass to the 761.Xr sendmail 8 762daemon. 763.It Ar savecore_enable 764(bool) If set to 765.Ar YES 766then save kernel crashdumps for debugging purposes when the system 767comes back up after a crash. Crash images are typically stored in the 768.Pa /var/crash 769directory. 770.It Ar dumpdev 771(str) If not set to 772.Ar NO 773then point kernel crash-dumps at the swap device 774specified as 775.Em value . 776.It Ar check_quotas 777(bool) Set to 778.Ar YES 779if you want to enable user disk quota checking via the 780.Xr quotacheck 8 781command. 782.It Ar accounting_enable 783(bool) Set to 784.Ar YES 785if you wish to enable system accounting through the 786.Xr accton 8 787facility. 788.It Ar ibcs2_enable 789(bool) Set to 790.Ar YES 791if you wish to enable iBCS2 (SCO) binary emulation at system initial boot 792time. 793.It Ar linux_enable 794(bool) Set to 795.Ar YES 796if you wish to enable Linux/ELF binary emulation at system initial 797boot time. 798.It Ar rand_irqs 799(str) Set to the list of IRQs to monitor for random number creation 800(see the man page for 801.Xr rndcontrol 8 ). 802.It Ar clear_tmp_enable 803(bool) Set to 804.Ar YES 805if you want 806.Pa /tmp 807to be cleaned at startup. 808.It Ar ldconfig_paths 809(str) Set to the list of shared library paths to use with 810.Xr ldconfig 8 . 811NOTE: 812.Pa /usr/lib 813will always be added first, so it need not appear in this list. 814.It Ar kern_securelevel_enable 815(bool) Set to 816.Ar YES 817if you wish to set the kernel security level at system startup. 818.It Ar kern_securelevel 819(int) The kernel security level to set at startup. 820The allowed range of 821.Ar value 822ranges from -1 (the compile time default) to 2 (the 823most secure). See 824.Xr init 8 825for the list of possible security levels and their effect 826on system operation. 827 828.Sh SEE ALSO 829.Xr gdb 1 , 830.Xr info 1 , 831.Xr exports 5 , 832.Xr accton 8 , 833.Xr amd 8 , 834.Xr apm 8 , 835.Xr cron 8 , 836.Xr gated 8 , 837.Xr ifconfig 8 , 838.Xr inetd 8 , 839.Xr lpd 8 , 840.Xr moused 8 , 841.Xr mrouted 8 , 842.Xr named 8 , 843.Xr nfsd 8 , 844.Xr nfsiod 8 , 845.Xr ntpdate 8 , 846.Xr pcnfsd 8 , 847.Xr portmap 8 , 848.Xr quotacheck 8 , 849.Xr rc 8 , 850.Xr rndcontrol 8 , 851.Xr route 8 , 852.Xr routed 8 , 853.Xr rpc.lockd 8 , 854.Xr rpc.statd 8 , 855.Xr rwhod 8 , 856.Xr sendmail 8 , 857.Xr sysctl 8 , 858.Xr syslogd 8 , 859.Xr swapon 8 , 860.Xr tickadj 8 , 861.Xr timed 8 , 862.Xr vnconfig 8 , 863.Xr xntpd 8 , 864.Xr xtend 8 , 865.Xr ypbind 8 , 866.Xr ypserv 8 , 867.Xr ypset 8 868.Sh HISTORY 869The 870.Nm 871file appeared in 872.Fx 2.2.2 . 873 874.Sh AUTHORS 875.An Jordan K. Hubbard . 876