We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9062b commit f59dd83Copy full SHA for f59dd83
packages/keepalived/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9
10
PKG_NAME:=keepalived
11
PKG_VERSION:=2.3.1
12
-PKG_RELEASE:=1
+PKG_RELEASE:=2
13
14
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15
PKG_SOURCE_URL:=https://www.keepalived.org/software
packages/keepalived/files/keepalived.config
@@ -1,4 +1,4 @@
1
-config global_defs
+config globals 'globals'
2
# option alt_config_file "/etc/keepalived/keepalived.conf"
3
# list notification_email "acassen@firewall.loc"
4
# list notification_email "failover@firewall.loc"
0 commit comments