summaryrefslogtreecommitdiff
path: root/net/quagga/files/quagga.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/quagga/files/quagga.sh.in')
-rw-r--r--net/quagga/files/quagga.sh.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/quagga/files/quagga.sh.in b/net/quagga/files/quagga.sh.in
index a397411cb130..3a82fe6e52fa 100644
--- a/net/quagga/files/quagga.sh.in
+++ b/net/quagga/files/quagga.sh.in
@@ -79,9 +79,6 @@ for daemon in ${quagga_daemons}; do
if [ ${quagga_cmd} = "stop" -a -z $(check_process ${command}) ]; then
continue
fi
- if [ ${quagga_cmd} = "restart" -a -z $(check_process ${command}) ]; then
- continue
- fi
eval flags=\$\{${daemon}_flags:-\"${quagga_flags}\"\}
run_rc_command "$1"
_rc_restart_done=false