From: Florian Eckert Date: Mon, 15 Jun 2020 09:47:20 +0000 (+0200) Subject: keepalived: fix config typo X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a8a1fbfa0da2676583f0289e7ed2806a3191800c;p=openwrt-packages.git keepalived: fix config typo Signed-off-by: Florian Eckert --- diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index fa98d7207..be6d806c7 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=keepalived PKG_VERSION:=2.0.20 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.keepalived.org/software diff --git a/net/keepalived/files/keepalived.init b/net/keepalived/files/keepalived.init index 7af3f9c61..03c2af689 100644 --- a/net/keepalived/files/keepalived.init +++ b/net/keepalived/files/keepalived.init @@ -99,7 +99,7 @@ globals() { local notification_email printf '%bscript_user root\n' "${INDENT_1}" >> "$KEEPALIVED_CONF" - printf '%benabled_script_security\n' "${INDENT_1}" >> "$KEEPALIVED_CONF" + printf '%benable_script_security\n' "${INDENT_1}" >> "$KEEPALIVED_CONF" config_get notification_email "$1" notification_email print_list_indent notification_email