summaryrefslogtreecommitdiffstats
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
commit85db6b2a404b694f0ef189443770f9509d1023e1 (patch)
treecbfc91f09f7bc888026227ba6f65a380c3804d73 /redhat
parent1d65336eece30b24d0127bc6b42421971533f5fa (diff)
downloadquagga-85db6b2a404b694f0ef189443770f9509d1023e1.tar.bz2
quagga-85db6b2a404b694f0ef189443770f9509d1023e1.tar.xz
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"