diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-03-25 22:20:23 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-03-25 22:20:23 +0000 |
commit | 3fbb913869cfd31407cf17c613c8f2fda828350d (patch) | |
tree | 00d0cecb326d50056a91bfc5dc3e5171b83e19a6 /etc/rc.conf | |
parent | 4ed26d2567b95473fdd6651b8b4f34ca376754b7 (diff) |
Typos: neccesary -> necessary, desireable -> desirable
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 6 |
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 |