Fix stray dollar sign that had crept into OSPF6D_OPTS and prevented ospf6d

from starting.
This commit is contained in:
paul 2004-06-06 15:46:23 +00:00
parent d26ca6a976
commit d47b7ba10b

View 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"