From 6b1c118a087ff6a81cc7188d470e1e64fbf55ac6 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 17 Nov 2011 11:09:00 +0000 Subject: [PATCH] packages/sshtunnel: rename initscript file git-svn-id: svn://svn.openwrt.org/openwrt/packages@29220 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 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