diff options
author | Christian Lachner <gladiac@gmail.com> | 2019-11-08 14:38:31 +0100 |
---|---|---|
committer | Christian Lachner <gladiac@gmail.com> | 2019-11-08 14:38:31 +0100 |
commit | 9630b044331ff70b7b5783362cdd026056281c1b (patch) | |
tree | 05e4d99515dbd8a35d92252312a6c89c70ca5daa /net/haproxy/Makefile | |
parent | d1a86e9f53fe26dccbd5cd20978276497f7bea15 (diff) |
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>
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index e762badbf..bb92f6604 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -171,8 +171,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) |