diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-22 21:35:37 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-22 21:35:37 +0200 |
commit | 54f41f07b7dd2e9d5cf4b4f01a3bc7de283d6507 (patch) | |
tree | aa08e428d768ecf15c8de0de6caa5b4466a8d008 /debian | |
parent | This patch changes ospfd from only listening mode for BFD status updates to i... (diff) | |
download | frr-54f41f07b7dd2e9d5cf4b4f01a3bc7de283d6507.tar.xz frr-54f41f07b7dd2e9d5cf4b4f01a3bc7de283d6507.zip |
Call of quagga-reload.py does not return error code
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/quagga.init.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/quagga.init.d b/debian/quagga.init.d index 939dc5a8e..51bf49039 100755 --- a/debian/quagga.init.d +++ b/debian/quagga.init.d @@ -527,6 +527,7 @@ case "$1" in [ ! -r $NEW_CONFIG_FILE ] && echo "Unable to read new configuration file $NEW_CONFIG_FILE" && exit 1 echo "Applying only incremental changes to running configuration from Quagga.conf" "$RELOAD_SCRIPT" --reload /etc/quagga/Quagga.conf + exit $? ;; status) |