[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
OSPF not in rc and rc.conf in 3.7 and 3.7-current
- To: tech_(_at_)_openbsd_(_dot_)_org
- Subject: OSPF not in rc and rc.conf in 3.7 and 3.7-current
- From: Jason Crawford <jasonrcrawford_(_at_)_gmail_(_dot_)_com>
- Date: Tue, 22 Mar 2005 16:21:12 -0500
- Reply-to: Jason Crawford <jasonrcrawford_(_at_)_gmail_(_dot_)_com>
I gather since OpenOSPFd was tagged for 3.7 it is now considered
"stable" however it does not have an entry in either /etc/rc or
/etc/rc.conf on either 3.7 or 3.7-current. Here's a small diff to put
it in there, right above bgpd. If it is indeed in there, and my local
repository is way out of whack, then I appologize for the uneccessary
traffic.
Index: etc/rc
===================================================================
RCS file: /home/cvs/src/etc/rc,v
retrieving revision 1.261
diff -u -r1.261 rc
--- etc/rc 19 Jan 2005 20:52:29 -0000 1.261
+++ etc/rc 22 Mar 2005 21:17:29 -0000
@@ -496,6 +496,10 @@
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
Index: etc/rc.conf
===================================================================
RCS file: /home/cvs/src/etc/rc.conf,v
retrieving revision 1.104
diff -u -r1.104 rc.conf
--- etc/rc.conf 3 Nov 2004 18:04:47 -0000 1.104
+++ etc/rc.conf 22 Mar 2005 21:17:29 -0000
@@ -6,6 +6,7 @@
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: ""
Visit your host, monkey.org