Blame SOURCES/0007-frrinit.patch

1657d5
diff --git a/tools/frrinit.sh.in b/tools/frrinit.sh.in
1657d5
index 539ab7d..d27d1be 100644
1657d5
--- a/tools/frrinit.sh.in
1657d5
+++ b/tools/frrinit.sh.in
1657d5
@@ -43,7 +43,7 @@ fi
1657d5
 case "$1" in
1657d5
 start)
1657d5
 	daemon_list daemons
1657d5
-	watchfrr_options="$watchfrr_options $daemons"
1657d5
+	watchfrr_options="$daemons"
1657d5
 	daemon_start watchfrr
1657d5
 	;;
1657d5
 stop)
1657d5
@@ -57,7 +57,7 @@ restart|force-reload)
1657d5
 	all_stop --reallyall
1657d5
 
1657d5
 	daemon_list daemons
1657d5
-	watchfrr_options="$watchfrr_options $daemons"
1657d5
+	watchfrr_options="$daemons"
1657d5
 	daemon_start watchfrr
1657d5
 	;;
1657d5
 
1657d5
@@ -87,7 +87,7 @@ reload)
1657d5
 	# restart watchfrr to pick up added daemons.
1657d5
 	# NB: This will NOT cause the other daemons to be restarted.
1657d5
 	daemon_list daemons
1657d5
-	watchfrr_options="$watchfrr_options $daemons"
1657d5
+	watchfrr_options="$daemons"
1657d5
 	daemon_stop watchfrr && \
1657d5
 		daemon_start watchfrr
1657d5