keepalived: fix config typo
authorFlorian Eckert <redacted>
Mon, 15 Jun 2020 09:47:20 +0000 (11:47 +0200)
committerFlorian Eckert <redacted>
Mon, 15 Jun 2020 09:47:33 +0000 (11:47 +0200)
Signed-off-by: Florian Eckert <redacted>
net/keepalived/Makefile
net/keepalived/files/keepalived.init

index fa98d72079643f33e75b9fd74058ede9830253f8..be6d806c78b648bac14317de1205a877616bc1be 100644 (file)
@@ -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
index 7af3f9c613a6051cef466119cdce08d625145af6..03c2af689fa57712d376b059732f52434b77ac6a 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT