rc.conf revision 1.8
1#!/bin/sh -
2#
3#	$OpenBSD: rc.conf,v 1.8 1998/01/11 01:21:54 angelos Exp $
4
5# set these to "NO" to turn them off.  otherwise, they're used as flags
6routed_flags=NO		# for 'normal' use: routed_flags="-q"
7mrouted_flags=NO	# for 'normal' use: mrouted_flags=""
8rarpd_flags=NO		# for 'normal' use: rarpd_flags="-a"
9bootparamd_flags=NO	# for 'normal' use: bootparamd_flags=""
10rbootd_flags=NO		# for 'normal' use: rbootd_flags=""
11sendmail_flags=NO	# for 'normal' use: sendmail_flags="-bd -q30m"
12named_flags=NO		# for 'normal' use: named_flags=""
13timed_flags=NO		# for 'normal' use: timed_flags=""
14photurisd_flags=""	# for 'normal' use: photurisd_flags=""
15mopd_flags=NO		# for 'normal' use: mopd_flags="-a"
16
17# set the following to "YES" to turn them on
18rwhod=NO
19nfs_server=NO
20nfs_client=NO
21lockd=NO
22gated=NO
23kerberos_server=NO
24amd=NO
25ipfilter=NO
26nat=NO				# for "YES" ipfilter must also be "YES"
27portmap=YES			# almost always needed
28inetd=YES			# almost always needed
29lpd=NO				# printing daemons
30check_quotas=YES		# NO may be desireable in some YP environments
31rfc1323=YES			# TCP RFC1323 extensions (disable if tcp is slow)
32ipforward=NO			# route packets between interfaces
33
34# miscellaneous other flags
35# only used if the appropriate server is marked YES above
36gated_flags=
37ypserv_flags=			# E.g. -1 for YP v1, -d for DNS etc
38yppasswdd_flags=		# "-d /etc/yp" if passwd files are in /etc/yp
39nfsd_flags="-tun 4"		# Crank the 4 for a busy fileserver
40amd_dir=/tmp_mnt		# AMD's mount directory
41amd_master=/etc/amd/master	# AMD 'master' map
42ipfilter_rules=/etc/ipf.rules	# Rules for IP packet filtering
43nat_rules=/etc/nat.rules	# Rules for Network Address Translation
44ipmon_flags=-s			# To disable logging, use ipmon_flags=NO
45