summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorpaul <paul>2004-06-06 15:46:23 +0000
committerpaul <paul>2004-06-06 15:46:23 +0000
commitd47b7ba10bdd17d9f723a5fc42b2f71668e27a22 (patch)
tree19fb321fd03c3bc79bd036e5ff323973b1147c70 /redhat
parentd26ca6a976421b09ee6c4e5ac699075b6f549584 (diff)
Fix stray dollar sign that had crept into OSPF6D_OPTS and prevented ospf6d
from starting.
Diffstat (limited to 'redhat')
-rw-r--r--redhat/quagga.sysconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/quagga.sysconfig b/redhat/quagga.sysconfig
index 2194d6aa..d2d68d04 100644
--- a/redhat/quagga.sysconfig
+++ b/redhat/quagga.sysconfig
@@ -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"