]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/keepalived
slang: revert parallelized build
[ipfire-2.x.git] / lfs / keepalived
index 28b7ed8da2cdb4252329878a56dcda02b95bfa22..8e01e979da8dc538af4b20d7b97777c35b97a8f1 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2013  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.2.7
+VER        = 1.2.17
 
 THISAPP    = keepalived-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = keepalived
-PAK_VER    = 1
+PAK_VER    = 5
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8551a34ee048895dbe5350a031ff29c1
+$(DL_FILE)_MD5 = 8d6400e1be43fc303175164d69125dce
 
 install : $(TARGET)
 
@@ -85,8 +85,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        install -v -m 644 $(DIR_SRC)/config/backup/includes/keepalived \
                /var/ipfire/backup/addons/includes/keepalived
 
-       # Restore initscript
-       install -v -m 754 $(DIR_SRC)/src/initscripts/init.d/keepalived \
-               /etc/rc.d/init.d/keepalived
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,keepalived)
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)