From 4114270d6855ef0f98000d252b79a8565c94cc81 Mon Sep 17 00:00:00 2001 From: krw <> Date: Sun, 25 Mar 2001 22:20:22 +0000 Subject: [PATCH] Typos: neccesary -> necessary, desireable -> desirable --- src/etc/rc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/rc.conf b/src/etc/rc.conf index 3a726c6b..142b482b 100644 --- a/src/etc/rc.conf +++ b/src/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