diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-22 22:24:39 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-22 22:24:39 +0000 |
commit | 0206f5f1d234e1446107bbe937d0996a5768bdb2 (patch) | |
tree | 5941556e943edf985f5155ad4b90668c9db8e2f8 /etc/rc.conf | |
parent | 8a40b42338d4d8f23036428ca1de8583573f6461 (diff) |
add ospfd, ok theo
From: Jason Crawford <jasonrcrawford@gmail.com>, whitespace fixes me
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index d9238979d86..616abce743e 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,11 +1,12 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.104 2004/11/03 18:04:47 henning Exp $ +# $OpenBSD: rc.conf,v 1.105 2005/03/22 22:24:38 henning Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" mrouted_flags=NO # for normal use: "", if activated # be sure to enable multicast_router below. +ospfd_flags=NO # for normal use: "" bgpd_flags=NO # for normal use: "" rarpd_flags=NO # for normal use: "-a" bootparamd_flags=NO # for normal use: "" |