=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.164 retrieving revision 1.165 diff -c -r1.164 -r1.165 *** src/etc/rc.conf 2011/12/09 14:52:26 1.164 --- src/etc/rc.conf 2011/12/21 09:53:15 1.165 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.164 2011/12/09 14:52:26 ratchov Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.165 2011/12/21 09:53:15 ajacoutot Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" *************** *** 66,78 **** spamlogd_flags="" # use eg. "-i interface" and see spamlogd(8) # Set to NO if ftpd is running out of inetd ! ftpd_flags=NO # for non-inetd use: "-D" # Set to NO if identd is running out of inetd ! identd_flags=NO # for non-inetd use: "-b -elo" # Set to NO if popa3d is running out of inetd ! popa3d_flags=NO # for non-inetd use: "-D" # On some architectures, you must also disable console getty in /etc/ttys xdm_flags=NO # for normal use: "" --- 66,78 ---- spamlogd_flags="" # use eg. "-i interface" and see spamlogd(8) # Set to NO if ftpd is running out of inetd ! ftpd_flags=NO # for non-inetd use: "" # Set to NO if identd is running out of inetd ! identd_flags=NO # for non-inetd use: "-elo" # Set to NO if popa3d is running out of inetd ! popa3d_flags=NO # for non-inetd use: "" # On some architectures, you must also disable console getty in /etc/ttys xdm_flags=NO # for normal use: ""