=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- src/etc/rc.conf 1998/10/12 03:02:57 1.32 +++ src/etc/rc.conf 1998/11/11 09:22:49 1.33 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.32 1998/10/12 03:02:57 art Exp $ +# $OpenBSD: rc.conf,v 1.33 1998/11/11 09:22:49 downsj Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" @@ -17,6 +17,9 @@ httpd_flags=NO # for 'normal' use: httpd_flags="" apmd_flags=NO # for 'normal' use: apmd_flags="" dhcpd_flags=NO # for 'normal' use: dhcpd_flags="-q" + +# Set to NO if ftpd is running out of inetd +ftpd_flags=NO # for non-inetd use: ftpd_flags="-D" # On some architectures, you must also disable console getty in /etc/ttys xdm_flags=NO # for 'normal' use: xdm_flags=""