diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-07 12:54:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-07 12:54:42 +0000 |
commit | 1c507e662452dc2a764e0c7c4a3af22a8d3caea3 (patch) | |
tree | d4fd16b0dea1da2741ebbe9253e84a9ee3d1d9d2 /etc/rc.conf | |
parent | 1f86b89d76b8be52ff0ca23a3cf007c38acc2318 (diff) |
disable photuris by default; it is noisy and ipsec is not fully functional by default
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 722be4d053e..b0056011219 100644 --- a/etc/rc.conf +++ b/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 |