]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
keepalived: Fix incorrect path in initscript
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Dec 2018 23:38:48 +0000 (23:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Dec 2018 23:38:48 +0000 (23:38 +0000)
This path to keepalived was just incorrect and therefore
the daemon could not easily be reloaded.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/keepalived
src/initscripts/packages/keepalived

index 6bdd9d3debdef3b829b762bf36074a7439af2b60..4b4ae2300aed43ce2cb1397bb648a59942592e3f 100644 (file)
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = keepalived
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       = ""
 
index 5634194e6dedd62e16188f65cb02941c9ccb7c8b..baccdc15a3765ae121f4c08e021bb6b8643e3054 100644 (file)
@@ -24,7 +24,7 @@ case "${1}" in
 
        reload)
                boot_mesg "Reloading keepalive daemon..."
-               reloadproc /etc/sbin/keepalived
+               reloadproc /usr/sbin/keepalived
                ;;
 
        restart)