]> git.puffer.fish Git - mirror/frr.git/commitdiff
Fix stray dollar sign that had crept into OSPF6D_OPTS and prevented ospf6d
authorpaul <paul>
Sun, 6 Jun 2004 15:46:23 +0000 (15:46 +0000)
committerpaul <paul>
Sun, 6 Jun 2004 15:46:23 +0000 (15:46 +0000)
from starting.

redhat/quagga.sysconfig

index 2194d6aa599d1ce9b640aa6766500acfedb840ba..d2d68d04771771e9ca7e4ce51ba7d5a85af67d81 100644 (file)
@@ -3,7 +3,7 @@
 #
 QCONFDIR="/etc/quagga"
 BGPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/bgpd.conf"
-OSPF6D_OPTS="-A ::1$ -f ${QCONFDIR}/ospf6d.conf"
+OSPF6D_OPTS="-A ::1 -f ${QCONFDIR}/ospf6d.conf"
 OSPFD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ospfd.conf"
 RIPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ripd.conf"
 RIPNGD_OPTS="-A ::1 -f ${QCONFDIR}/ripngd.conf"