=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.185 retrieving revision 1.186 diff -c -r1.185 -r1.186 *** src/etc/rc.conf 2014/03/12 18:21:34 1.185 --- src/etc/rc.conf 2014/03/13 10:11:01 1.186 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.185 2014/03/12 18:21:34 tedu Exp $ # DO NOT EDIT THIS FILE!! # --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.186 2014/03/13 10:11:01 florian Exp $ # DO NOT EDIT THIS FILE!! # *************** *** 71,79 **** tftpproxy_flags=NO # for normal use: "" ldomd_flags=NO # for normal use: "" identd_flags=NO # for normal use: "-e" - - # use -u to disable chroot, see httpd(8) - httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) # use -u to disable chroot, see nginx(8) nginx_flags=NO # for normal use: "" --- 71,76 ----