From 98740760752f07d2f0614303f3a78d4aaf8852aa Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Tue, 20 Sep 2011 15:47:25 +0000 Subject: [PATCH] Remove the "portmap" variable, it's unused now (use portmap_flags). ok deraadt@ robert@ --- src/etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.conf b/src/etc/rc.conf index 4248dea7..826a80ba 100644 --- a/src/etc/rc.conf +++ b/src/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.161 2011/09/16 10:11:20 robert Exp $ +# $OpenBSD: rc.conf,v 1.162 2011/09/20 15:47:25 ajacoutot Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" @@ -49,6 +49,7 @@ ldapd_flags=NO # for normal use: "" inetd_flags="" # for normal use: "" rwhod_flags=NO # for normal use: "" portmap_flags=NO # for normal use: "" + # Note: inetd(8) rpc services need portmap too kdc_flags=NO # for normal use: "" see 'info heimdal' for help kadmind_flags=NO # for normal use: "" kpasswdd_flags=NO # for normal use: "" @@ -83,7 +84,6 @@ wsmoused_flags=NO # for ps/2 or usb mice: "", serial: "-p /dev/cua00" pf=YES # Packet filter / NAT ipsec=NO # IPsec bt=NO # Bluetooth -portmap=NO # Note: inetd(8) rpc services need portmap too check_quotas=YES # NO may be desirable in some YP environments accounting=NO # process accounting (using /var/account/acct)