=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.176 retrieving revision 1.177 diff -c -r1.176 -r1.177 *** src/etc/rc.conf 2013/03/24 02:07:27 1.176 --- src/etc/rc.conf 2013/04/21 10:30:58 1.177 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.176 2013/03/24 02:07:27 deraadt Exp $ # DO NOT EDIT THIS FILE!! # --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.177 2013/04/21 10:30:58 deraadt Exp $ # DO NOT EDIT THIS FILE!! # *************** *** 57,63 **** sndiod_flags="" # for normal use: "" ldapd_flags=NO # for normal use: "" npppd_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 --- 57,63 ---- sndiod_flags="" # for normal use: "" ldapd_flags=NO # for normal use: "" npppd_flags=NO # 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