From 036521cc43339baac945ecf6b9a4120e237e1279 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 7 Mar 1998 12:54:41 +0000 Subject: [PATCH] disable photuris by default; it is noisy and ipsec is not fully functional by default --- src/etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.conf b/src/etc/rc.conf index 722be4d0..b0056011 100644 --- a/src/etc/rc.conf +++ b/src/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.15 1998/02/18 22:46:26 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.16 1998/03/07 12:54:41 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" @@ -12,7 +12,7 @@ sendmail_flags=NO # for 'normal' use: sendmail_flags="-bd -q30m" smtpfwdd_flags=NO # for 'normal' use: smtpfwdd_flags="", no -bd above. named_flags=NO # for 'normal' use: named_flags="" timed_flags=NO # for 'normal' use: timed_flags="" -photurisd_flags="" # for 'normal' use: photurisd_flags="" +photurisd_flags=NO # for 'normal' use: photurisd_flags="" mopd_flags=NO # for 'normal' use: mopd_flags="-a" # set the following to "YES" to turn them on