diff options
author | 2000-02-19 14:36:02 +0000 | |
---|---|---|
committer | 2000-02-19 14:36:02 +0000 | |
commit | 799bb27fc575d76f829287d12eea1347119b0f32 (patch) | |
tree | 450e0806c60df590318cbd12239f090fa8e56354 | |
parent | swapctl 2nd arg is const (diff) | |
download | wireguard-openbsd-799bb27fc575d76f829287d12eea1347119b0f32.tar.xz wireguard-openbsd-799bb27fc575d76f829287d12eea1347119b0f32.zip |
description error; discovered in a bar in sweden..
-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 |