keepalived: fix config typo 14661/head
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 15 Jun 2020 09:47:20 +0000 (11:47 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 5 Feb 2021 08:25:02 +0000 (09:25 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit a8a1fbfa0da2676583f0289e7ed2806a3191800c)

* Update PKG_RELEASE to 5

net/keepalived/Makefile
net/keepalived/files/keepalived.init

index e89824e0e37280ee5731a2bbdafed92458662fb2..4e7e3eb200b8a62cb77cc9f848b446ea97f18441 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=keepalived
 PKG_VERSION:=2.0.18
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.keepalived.org/software
index dc4eb21d5a9aee01a1a2bb8a2c4c1d3e28c0a313..347783a230346c5368a12954bb3d9315bae0ea0e 100644 (file)
@@ -105,7 +105,7 @@ global_defs() {
        [ "$linkbeat_use_polling" -gt 0 ] && printf 'linkbeat_use_polling\n\n' >> "$KEEPALIVED_CONF"
 
        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