summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2001-03-25 22:20:22 +0000
committerkrw <krw@openbsd.org>2001-03-25 22:20:22 +0000
commite39651abbc8ff38e004f299ccade49d779959ea1 (patch)
tree97087b0f1cb63a16594b92c14f666c22972e82ac
parentAdd -DUVM if we are using UVM. Fixes problem where the "WHAT" field (diff)
downloadwireguard-openbsd-e39651abbc8ff38e004f299ccade49d779959ea1.tar.xz
wireguard-openbsd-e39651abbc8ff38e004f299ccade49d779959ea1.zip
Typos: neccesary -> necessary, desireable -> desirable
-rw-r--r--etc/rc.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 3a726c6b740..142b482b149 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.55 2000/12/30 07:59:27 angelos Exp $
+# $OpenBSD: rc.conf,v 1.56 2001/03/25 22:20:22 krw Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=NO # for normal use: "-q"
@@ -54,7 +54,7 @@ ipnat=NO # for "YES" ipfilter must also be "YES"
portmap=YES # almost always needed
inetd=YES # almost always needed
lpd=NO # printing daemons
-check_quotas=YES # NO may be desireable in some YP environments
+check_quotas=YES # NO may be desirable in some YP environments
sshd=YES # if YES, run sshd
ntpd=YES # run ntpd if it exists
afs=NO # mount and run afs
@@ -76,7 +76,7 @@ ipfilter_rules=/etc/ipf.rules # Rules for IP packet filtering
ipnat_rules=/etc/ipnat.rules # Rules for Network Address Translation
ipmon_flags=-Ds # To disable logging, use ipmon_flags=NO
syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log"
-named_user=named # Named should not run as root unless neccesary
+named_user=named # Named should not run as root unless necessary
named_chroot=/var/named # Where to chroot named if not empty
afs_mount_point=/afs # Mountpoint for AFS
afs_device=/dev/xfs0 # Device used by afsd