From: Eneas U de Queiroz Date: Mon, 4 Jun 2018 18:16:24 +0000 (-0300) Subject: chaosvpn: changed 'ip' program location to /sbin/ip X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=59563c7040d7bac89b84ac6a7dde08ae8c193d1e;p=feed%2Fpackages.git chaosvpn: changed 'ip' program location to /sbin/ip This was previously set to /usr/sbin/ip. Signed-off-by: Eneas U de Queiroz --- diff --git a/net/chaosvpn/Makefile b/net/chaosvpn/Makefile index dc906920c5..a985645559 100644 --- a/net/chaosvpn/Makefile +++ b/net/chaosvpn/Makefile @@ -49,7 +49,6 @@ define Package/chaosvpn/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/chaosvpn $(1)/usr/sbin/ $(INSTALL_BIN) ./files/chaosvpn.init $(1)/etc/init.d/chaosvpn $(INSTALL_BIN) ./files/chaosvpn.hotplug $(1)/etc/hotplug.d/iface/40-chaosvpn - sed -i -e 's/"\/sbin\/ip /"\/usr\/sbin\/ip /' $(PKG_BUILD_DIR)/chaosvpn.conf $(INSTALL_CONF) $(PKG_BUILD_DIR)/chaosvpn.conf $(1)/etc/tinc/chaosvpn.conf endef