From f1a17a2b6c0692a429e2f2a4e855ae8a9ddf7efc Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 5 Feb 2012 16:12:09 +0000 Subject: [PATCH] [packages_10.03.2] sshtunnel: merge r29220 git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30263 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/sshtunnel/Makefile | 5 +++-- net/sshtunnel/files/{initd_sshtunnel => sshtunnel.init} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename net/sshtunnel/files/{initd_sshtunnel => sshtunnel.init} (100%) diff --git a/net/sshtunnel/Makefile b/net/sshtunnel/Makefile index c704004..2d82aba 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 -- 2.11.0