diff --git a/net/sshtunnel/Makefile b/net/sshtunnel/Makefile index c704004c6..2d82abaf6 100644 --- a/net/sshtunnel/Makefile +++ b/net/sshtunnel/Makefile @@ -1,4 +1,5 @@ # +# Copyright (C) 2010-2011 OpenWrt.org # Copyright (C) 2010 segal.di.ubi.pt # # This is free software, licensed under the GNU General Public License v2. @@ -9,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sshtunnel PKG_VERSION:=3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 include $(INCLUDE_DIR)/package.mk @@ -35,7 +36,7 @@ endef define Package/sshtunnel/install $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) ./files/initd_sshtunnel $(1)/etc/init.d/sshtunnel + $(INSTALL_BIN) ./files/sshtunnel.init $(1)/etc/init.d/sshtunnel $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) ./files/sshtunnel.sh $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc/config diff --git a/net/sshtunnel/files/initd_sshtunnel b/net/sshtunnel/files/sshtunnel.init similarity index 100% rename from net/sshtunnel/files/initd_sshtunnel rename to net/sshtunnel/files/sshtunnel.init