Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
4.7 KiB

25 years ago
25 years ago
25 years ago
25 years ago
25 years ago
12 years ago
25 years ago
  1. # $OpenBSD: rc.conf,v 1.195 2014/07/22 17:37:16 reyk Exp $
  2. # DO NOT EDIT THIS FILE!!
  3. #
  4. # This file defines the default service selection as shipped in a
  5. # release. Upgrades of your system will modify this file.
  6. #
  7. # To select the service options you desire, please override these
  8. # options in the file /etc/rc.conf.local
  9. #
  10. # DO NOT EDIT THIS FILE!!
  11. # set these to "NO" to turn them off. otherwise, they're used as flags
  12. ldpd_flags=NO # for normal use: ""
  13. ripd_flags=NO # for normal use: ""
  14. mrouted_flags=NO # for normal use: "", if activated
  15. # be sure to enable multicast_router below.
  16. dvmrpd_flags=NO # for normal use: ""
  17. ospfd_flags=NO # for normal use: ""
  18. ospf6d_flags=NO # for normal use: ""
  19. bgpd_flags=NO # for normal use: ""
  20. rarpd_flags=NO # for normal use: "-a"
  21. bootparamd_flags=NO # for normal use: ""
  22. rbootd_flags=NO # for normal use: ""
  23. sshd_flags= # for normal use: ""
  24. named_flags=NO # for normal use: ""
  25. nsd_flags=NO # for normal use: "-c /var/nsd/etc/nsd.conf"
  26. unbound_flags=NO # for normal use: "-c /var/unbound/etc/unbound.conf"
  27. ldattach_flags=NO # for normal use: "[options] linedisc cua-device"
  28. ntpd_flags=NO # for normal use: ""
  29. isakmpd_flags=NO # for normal use: ""
  30. iked_flags=NO # for normal use: ""
  31. sasyncd_flags=NO # for normal use: ""
  32. mopd_flags=NO # for normal use: "-a"
  33. apmd_flags=NO # for normal use: ""
  34. dhcpd_flags=NO # for normal use: ""
  35. dhcrelay_flags=NO # for normal use: "-i interface [server]"
  36. rtadvd_flags=NO # for normal use: list of interfaces
  37. # be sure to set net.inet6.ip6.forwarding=1
  38. route6d_flags=NO # for normal use: ""
  39. # be sure to set net.inet6.ip6.forwarding=1
  40. rtsold_flags=NO # for normal use: interface
  41. # be sure to set net.inet6.ip6.forwarding=0
  42. # be sure to set net.inet6.icmp6.rediraccept=1
  43. lpd_flags=NO # for normal use: "" (or "-l" for debugging)
  44. sensorsd_flags=NO # for normal use: ""
  45. hotplugd_flags=NO # for normal use: ""
  46. watchdogd_flags=NO # for normal use: ""
  47. ftpproxy_flags=NO # for normal use: ""
  48. hostapd_flags=NO # for normal use: ""
  49. httpd_flags=NO # for normal use: ""
  50. ifstated_flags=NO # for normal use: ""
  51. relayd_flags=NO # for normal use: ""
  52. snmpd_flags=NO # for normal use: ""
  53. smtpd_flags= # for normal use: ""
  54. sndiod_flags= # for normal use: ""
  55. ldapd_flags=NO # for normal use: ""
  56. npppd_flags=NO # for normal use: ""
  57. inetd_flags=NO # for normal use: ""
  58. portmap_flags=NO # for normal use: ""
  59. # Note: inetd(8) rpc services need portmap too
  60. amd_flags=NO # for normal use: "" and see amd_master below
  61. tftpd_flags=NO # for normal use: "[chroot dir]"
  62. tftpproxy_flags=NO # for normal use: ""
  63. ldomd_flags=NO # for normal use: ""
  64. identd_flags=NO # for normal use: "-e"
  65. cron_flags= # for normal use: ""
  66. iscsid_flags=NO # for normal use: ""
  67. # use -u to disable chroot, see nginx(8)
  68. nginx_flags=NO # for normal use: ""
  69. slowcgi_flags=NO # for normal use: ""
  70. # For normal use: "-L sm-mta -bd -q30m", and note there is a cron job
  71. sendmail_flags=NO
  72. spamd_flags=NO # for normal use: "" and see spamd(8)
  73. spamd_black=NO # set to YES to run spamd without greylisting
  74. spamlogd_flags= # use eg. "-i interface" and see spamlogd(8)
  75. # Set to NO if ftpd is running out of inetd
  76. ftpd_flags=NO # for non-inetd use: ""
  77. # On some architectures, you must also disable console getty in /etc/ttys
  78. xdm_flags=NO # for normal use: ""
  79. # For enabling console mouse support (i386 alpha amd64)
  80. wsmoused_flags=NO # for ps/2 or usb mice: "", serial: "-p /dev/cua00"
  81. # set the following to "YES" to turn them on
  82. pf=YES # Packet filter / NAT
  83. ipsec=NO # IPsec
  84. check_quotas=YES # NO may be desirable in some YP environments
  85. accounting=NO # process accounting (using /var/account/acct)
  86. # Multicast routing configuration
  87. # Please look at netstart(8) for a detailed description if you change these
  88. multicast_host=NO # Route all multicast packets to a single interface
  89. multicast_router=NO # A multicast routing daemon will be run, e.g. mrouted
  90. # miscellaneous other flags
  91. savecore_flags= # "-z" to compress
  92. ypbind_flags=NO # for normal use: ""
  93. ypserv_flags=NO # add more flags, eg. -1 for YP v1, -d for DNS etc
  94. ypldap_flags=NO # for normal use: ""
  95. yppasswdd_flags=NO # "-d /etc/yp" if passwd files are in /etc/yp
  96. nfsd_flags=NO # for normal use: "-tun 4" and see nfsd(8)
  97. mountd_flags=NO # for normal use: ""
  98. lockd_flags=NO # for normal use: ""
  99. statd_flags=NO # for normal use: ""
  100. amd_master=/etc/amd/master # AMD 'master' map
  101. syslogd_flags= # add more flags, e.g. "-u -a /chroot/dev/log"
  102. pf_rules=/etc/pf.conf # Packet filter rules file
  103. ipsec_rules=/etc/ipsec.conf # IPsec rules file
  104. pflogd_flags= # add more flags, e.g. "-s 256"
  105. shlib_dirs= # extra directories for ldconfig, separated
  106. # by space
  107. # rc.d(8) packages scripts
  108. # started in the specified order and stopped in reverse order
  109. pkg_scripts=