diff options
author | 2013-04-21 10:30:58 +0000 | |
---|---|---|
committer | 2013-04-21 10:30:58 +0000 | |
commit | 3a4c337b49239569c7285180b94b26f12fd6504c (patch) | |
tree | 94a6207b8ef68ed9d9534b00b7688323edbed9e6 | |
parent | Convert select() to poll(). OK deraadt@ (diff) | |
download | wireguard-openbsd-3a4c337b49239569c7285180b94b26f12fd6504c.tar.xz wireguard-openbsd-3a4c337b49239569c7285180b94b26f12fd6504c.zip |
disable inetd by default; ok aja millert
-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 3862503c54c..0e136bd84c6 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.176 2013/03/24 02:07:27 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.177 2013/04/21 10:30:58 deraadt Exp $ # DO NOT EDIT THIS FILE!! # @@ -57,7 +57,7 @@ smtpd_flags=NO # for normal use: "" sndiod_flags="" # for normal use: "" ldapd_flags=NO # for normal use: "" npppd_flags=NO # for normal use: "" -inetd_flags="" # for normal use: "" +inetd_flags=NO # for normal use: "" rwhod_flags=NO # for normal use: "" portmap_flags=NO # for normal use: "" # Note: inetd(8) rpc services need portmap too |