[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



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