summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-03-30 10:36:34 -0400
committerGitHub <noreply@github.com>2018-03-30 10:36:34 -0400
commita7f38c2512a89e73730e56820cf204311ab4d91c (patch)
tree0c51dfbc8bb2c2fc72d70ef8045642136400631d
parentfdbbf02a05a4325c27bfe34904625d3e6db2550f (diff)
parentac654d7b9db6ba5b9ab933be44890e2136318405 (diff)
Merge pull request #1980 from donaldsharp/tools_frr
tools: Cleanup shutdown
-rwxr-xr-xtools/frr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/frr b/tools/frr
index 0f6140d3ec..6de19a4bde 100755
--- a/tools/frr
+++ b/tools/frr
@@ -187,7 +187,7 @@ stop()
else
PIDFILE=`pidfile $inst`
PID=`cat $PIDFILE 2>/dev/null`
- ${SSD} --stop --quiet --retry=TERM/30/KILL/5 --oknodo --pidfile "$PIDFILE" --exec "$D_PATH/$1"
+ kill -2 $PID 2>/dev/null
#
# Now we have to wait until $DAEMON has _really_ stopped.
#