Merge branch 'haproxy' into next

This commit is contained in:
Michael Tremer
2018-10-29 11:59:18 +01:00
5 changed files with 32 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = haproxy
PAK_VER = 4
PAK_VER = 5
DEPS = ""
@@ -98,5 +98,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
#install initscripts
$(call INSTALL_INITSCRIPT,haproxy)
# Logrotate
-mkdir -pv /etc/logrotate.d
install -v -m 644 $(DIR_SRC)/config/haproxy/logrotate \
/etc/logrotate.d/haproxy
@rm -rf $(DIR_APP)
@$(POSTBUILD)