From e381312b15f5f0ed48fb8feeb81be9ac1b6f11f5 Mon Sep 17 00:00:00 2001 From: henning <> Date: Tue, 22 Mar 2005 22:24:38 +0000 Subject: [PATCH] add ospfd, ok theo From: Jason Crawford , whitespace fixes me --- src/etc/rc | 6 +++++- src/etc/rc.conf | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index e1aab6d1..e485b8b5 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.261 2005/01/19 20:52:29 millert Exp $ +# $OpenBSD: rc,v 1.262 2005/03/22 22:24:38 henning Exp $ # System startup script run by init on autoboot # or after single-user. @@ -496,6 +496,10 @@ if [ "X${mrouted_flags}" != X"NO" ]; then echo -n ' mrouted'; mrouted $mrouted_flags fi +if [ "X${ospfd_flags}" != X"NO" ]; then + echo -n ' ospfd'; /usr/sbin/ospfd $ospfd_flags +fi + if [ "X${bgpd_flags}" != X"NO" ]; then echo -n ' bgpd'; /usr/sbin/bgpd $bgpd_flags fi diff --git a/src/etc/rc.conf b/src/etc/rc.conf index d9238979..616abce7 100644 --- a/src/etc/rc.conf +++ b/src/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: ""