mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
haproxy: Rework hotplug script for HAProxy
- Migrated init-script to procd. - Removed the old hotplug script as it is unnecessary and caused long boot-times for r7800 and possibly others. Signed-off-by: Christian Lachner <gladiac@gmail.com>
This commit is contained in:
@@ -172,8 +172,6 @@ define Package/haproxy/install
|
||||
$(INSTALL_CONF) ./files/haproxy.cfg $(1)/etc/
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/haproxy.init $(1)/etc/init.d/haproxy
|
||||
$(INSTALL_DIR) $(1)/etc/hotplug.d/net
|
||||
$(INSTALL_BIN) ./files/haproxy.hotplug $(1)/etc/hotplug.d/net/90-haproxy
|
||||
endef
|
||||
|
||||
Package/haproxy-nossl/install = $(Package/haproxy/install)
|
||||
|
||||
Reference in New Issue
Block a user