Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/keepalived/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=keepalived
PKG_VERSION:=2.3.3
PKG_RELEASE:=2
PKG_RELEASE:=3

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.keepalived.org/software
Expand Down
2 changes: 1 addition & 1 deletion packages/keepalived/files/keepalived.init
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ start_service() {
[ -f /etc/config/keepalived ] || return 0

config_load 'keepalived'
config_get_bool enabled globals enabled 1
config_get_bool enabled globals enabled 0
[ "$enabled" = "0" ] && return 0

process_config
Expand Down
4 changes: 2 additions & 2 deletions packages/ns-ha/files/500-dhcp-force
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ elif [ "$ACTION" == "NOTIFY_BACKUP" ]; then
uci set dhcp.$section.force='0'
done
uci commit dhcp
else
elif [ "$ACTION" != "startup" ]; then
# Sometimes dnsmasq starts when it should not: stop it at every sync and during shutdown
/etc/init.d/dnsmasq stop 2&>/dev/null
fi
fi
Loading