rc.conf revision 1.39
1#!/bin/sh -
2#
3#	$OpenBSD: rc.conf,v 1.39 1999/09/13 12:52:21 deraadt Exp $
4
5# set these to "NO" to turn them off.  otherwise, they're used as flags
6routed_flags=NO		# for normal use: "-q"
7mrouted_flags=NO	# for normal use: "", if activated
8			# be sure to enable multicast_router below.
9rarpd_flags=NO		# for normal use: "-a"
10bootparamd_flags=NO	# for normal use: ""
11rbootd_flags=NO		# for normal use: ""
12sendmail_flags="-q30m"	# for normal use: "-bd -q30m"
13smtpfwdd_flags=NO	# for normal use: "", and no "-bd" above.
14named_flags=NO		# for normal use: ""
15timed_flags=NO		# for normal use: ""
16photurisd_flags=NO	# for normal use: ""
17isakmpd_flags=NO	# for normal use: ""
18mopd_flags=NO		# for normal use: "-a"
19httpd_flags=NO		# for normal use: "" (or "-DSSL" after reading ssl(8))
20apmd_flags=NO		# for normal use: ""
21dhcpd_flags=NO		# for normal use: "-q"
22
23# Set to NO if ftpd is running out of inetd
24ftpd_flags=NO		# for non-inetd use: "-D"
25
26# On some architectures, you must also disable console getty in /etc/ttys
27xdm_flags=NO		# for normal use: ""
28
29# set the following to "YES" to turn them on
30rwhod=NO
31nfs_server=NO
32nfs_client=NO
33lockd=NO
34gated=NO
35kerberos_server=NO	# kerberos server. run 'info kth-krb' for assistance.
36kerberos_slave=NO	# kerberos slave server.
37amd=NO
38ipfilter=NO
39ipnat=NO		# for "YES" ipfilter must also be "YES"
40portmap=YES		# almost always needed
41inetd=YES		# almost always needed
42lpd=NO			# printing daemons
43check_quotas=YES	# NO may be desireable in some YP environments
44sshd=YES		# run sshd if it exists
45ntpd=YES		# run ntpd if it exists
46afs=NO			# mount and run afs
47
48# Multicast routing configuration
49# Please look at /etc/netstart for a detailed description if you change these
50multicast_host=NO	# Route all multicast packets to a single interface
51multicast_router=NO	# A multicast routing daemon will be run, e.g. mrouted
52
53# miscellaneous other flags
54# only used if the appropriate server is marked YES above
55gated_flags=
56ypserv_flags=			# E.g. -1 for YP v1, -d for DNS etc
57yppasswdd_flags=		# "-d /etc/yp" if passwd files are in /etc/yp
58nfsd_flags="-tun 4"		# Crank the 4 for a busy NFS fileserver
59nfsiod_flags="-n 4"		# Crank the 4 for a busy NFS client
60amd_dir=/tmp_mnt		# AMD's mount directory
61amd_master=/etc/amd/master	# AMD 'master' map
62ipfilter_rules=/etc/ipf.rules	# Rules for IP packet filtering
63ipnat_rules=/etc/ipnat.rules	# Rules for Network Address Translation
64ipmon_flags=-Ds			# To disable logging, use ipmon_flags=NO
65syslogd_flags=			# add more flags, ie. -u -a /chroot/dev/log
66named_user=named		# Named should not run as root unless neccesary
67named_chroot=/var/named		# Where to chroot named if not empty
68afs_mount_point=/afs		# Mountpoint for AFS
69afs_device=/dev/xfs0		# Device used by afsd
70afsd_flags=-z			# Flags passed to afsd
71shlib_dirs=			# extra directories for ldconfig
72