diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-02-19 14:36:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-02-19 14:36:03 +0000 |
commit | ef44d1d5ecbee7f8d070abd3e6a22388cea72997 (patch) | |
tree | ff043d0d971b4dc8fc5229d839c0f0fa8d7e0e55 /etc | |
parent | e7cb4d26c9e9f3e98e55a7e534f023bc7fcc7cce (diff) |
description error; discovered in a bar in sweden..
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index efbb8034554..0aa7e694e65 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.42 2000/01/02 14:25:07 itojun Exp $ +# $OpenBSD: rc.conf,v 1.43 2000/02/19 14:36:02 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -51,7 +51,7 @@ 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 -sshd=YES # run sshd if it exists +sshd=YES # if YES, run sshd ntpd=YES # run ntpd if it exists afs=NO # mount and run afs |