Revert "haproxy: Rework hotplug script for HAProxy"
This reverts commit c9ee50d190
.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
b2febcc246
commit
22bcd9e784
2 changed files with 4 additions and 4 deletions
|
@ -172,8 +172,8 @@ define Package/haproxy/install
|
||||||
$(INSTALL_CONF) ./files/haproxy.cfg $(1)/etc/
|
$(INSTALL_CONF) ./files/haproxy.cfg $(1)/etc/
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
$(INSTALL_BIN) ./files/haproxy.init $(1)/etc/init.d/haproxy
|
$(INSTALL_BIN) ./files/haproxy.init $(1)/etc/init.d/haproxy
|
||||||
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
|
$(INSTALL_DIR) $(1)/etc/hotplug.d/net
|
||||||
$(INSTALL_BIN) ./files/haproxy.hotplug $(1)/etc/hotplug.d/iface/90-haproxy
|
$(INSTALL_BIN) ./files/haproxy.hotplug $(1)/etc/hotplug.d/net/90-haproxy
|
||||||
endef
|
endef
|
||||||
|
|
||||||
Package/haproxy-nossl/install = $(Package/haproxy/install)
|
Package/haproxy-nossl/install = $(Package/haproxy/install)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
[ "$INTERFACE" == "wan" ] || [ "$INTERFACE" == "lan" ] || return
|
if [ "$ACTION" = add ]; then
|
||||||
[ "$ACTION" == "ifup" ] &&
|
|
||||||
/etc/init.d/haproxy enabled && \
|
/etc/init.d/haproxy enabled && \
|
||||||
/etc/init.d/haproxy start
|
/etc/init.d/haproxy start
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue