=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/etc/rc.conf 1998/11/11 09:22:49 1.33 +++ src/etc/rc.conf 1998/12/21 03:33:43 1.34 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.33 1998/11/11 09:22:49 downsj Exp $ +# $OpenBSD: rc.conf,v 1.34 1998/12/21 03:33:43 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" @@ -13,6 +13,7 @@ named_flags=NO # for 'normal' use: named_flags="" timed_flags=NO # for 'normal' use: timed_flags="" photurisd_flags=NO # for 'normal' use: photurisd_flags="" +isakmpd_flags=NO # for 'normal' use: isakmpd_flags="" mopd_flags=NO # for 'normal' use: mopd_flags="-a" httpd_flags=NO # for 'normal' use: httpd_flags="" apmd_flags=NO # for 'normal' use: apmd_flags=""