diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2011-07-11 05:50:06 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2011-07-11 05:50:06 +0000 |
commit | 192a50c3d8eda14bf1d01029f66f66e9a1567b79 (patch) | |
tree | 4f5274e10740bd98c1e9e3ea6993768ef3920cd4 /etc/rc.conf | |
parent | 7587c1a5ffa1c5856c89f6f187cf7b75b634c3b1 (diff) |
unset amd_flags so that backward compat (amd=YES) works
Diffstat (limited to 'etc/rc.conf')
-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 f4f33462324..ad6d1f26a0d 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.155 2011/07/11 02:49:50 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.156 2011/07/11 05:50:05 robert Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" @@ -118,7 +118,7 @@ local_rcconf="/etc/rc.conf.local" unset inetd_flags rwhod_flags portmap_flags kdc_flags kadmind_flags unset kpasswdd_flags btd_flags nfsd_flags mountd_flags lockd_flags -unset statd_flags +unset statd_flags amd_flags [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line |