Skip to content

Commit

Permalink
keepalived: fix name of globals section in default config
Browse files Browse the repository at this point in the history
This section was renamed some time ago. Although this would be fixed by
the uci-default migration script, we should set this correctly in the
example config file right away.

Signed-off-by: Martin Schiller <[email protected]>
  • Loading branch information
sch-m committed Dec 3, 2024
1 parent 55a6cd4 commit f0294c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/keepalived/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=keepalived
PKG_VERSION:=2.3.1
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.keepalived.org/software
Expand Down
2 changes: 1 addition & 1 deletion net/keepalived/files/keepalived.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config global_defs
config globals 'globals'
# option alt_config_file "/etc/keepalived/keepalived.conf"
# list notification_email "[email protected]"
# list notification_email "[email protected]"
Expand Down

0 comments on commit f0294c9

Please sign in to comment.