Blame SOURCES/0007-frrinit.patch

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