Skip to content

Commit f59dd83

Browse files
committed
fix(keepalived): update to latest release
1 parent ba9062b commit f59dd83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/keepalived/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=keepalived
1111
PKG_VERSION:=2.3.1
12-
PKG_RELEASE:=1
12+
PKG_RELEASE:=2
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=https://www.keepalived.org/software

packages/keepalived/files/keepalived.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
config global_defs
1+
config globals 'globals'
22
# option alt_config_file "/etc/keepalived/keepalived.conf"
33
# list notification_email "acassen@firewall.loc"
44
# list notification_email "failover@firewall.loc"

0 commit comments

Comments
 (0)