Blame SOURCES/0007-frrinit.patch

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