summaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-06-03 08:20:45 -0700
committerDonald Sharp <sharpd@cumulusnetwroks.com>2016-05-25 20:38:33 -0400
commit11364de5106d05c43bfd6954cb756937054fb317 (patch)
tree2de4aef8db9e8b9490d700121eb0577d69deed43 /debian/tests
parentaea6cb942f4b3cfe92d6e6ec377d588269bed25a (diff)
Fixup of Code to allow pimd to actually run on startup
Fixup of various control files to allow quagga to startup properly with pimd actually part of the set
Diffstat (limited to 'debian/tests')
-rw-r--r--debian/tests/daemons2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/daemons b/debian/tests/daemons
index 14279a8df9..52c156a1d6 100644
--- a/debian/tests/daemons
+++ b/debian/tests/daemons
@@ -6,7 +6,7 @@ set -e
# modify config file to enable all daemons and copy config files
CONFIG_FILE=/etc/quagga/daemons
-DAEMONS=("zebra" "bgpd" "ospfd" "ospf6d" "ripd" "ripngd" "isisd")
+DAEMONS=("zebra" "bgpd" "ospfd" "ospf6d" "ripd" "ripngd" "isisd" "pimd")
for daemon in "${DAEMONS[@]}"
do