From c3f4dcf88b56162de0cf5bf9e22450aa30660c40 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 17 Nov 2011 11:48:59 +0000 Subject: [PATCH] packages/httptunnel: rename uci config file SVN-Revision: 29226 --- net/httptunnel/Makefile | 4 ++-- net/httptunnel/files/{httptunnel.conf => httptunnel.config} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename net/httptunnel/files/{httptunnel.conf => httptunnel.config} (100%) diff --git a/net/httptunnel/Makefile b/net/httptunnel/Makefile index 56a89a5fe5..ba753ee1e7 100644 --- a/net/httptunnel/Makefile +++ b/net/httptunnel/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=httptunnel PKG_VERSION:=3.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.nocrew.org/pub/nocrew/unix/ @@ -38,7 +38,7 @@ define Package/httptunnel/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/httptunnel.init $(1)/etc/init.d/httptunnel $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_DATA) ./files/httptunnel.conf $(1)/etc/config/httptunnel + $(INSTALL_DATA) ./files/httptunnel.config $(1)/etc/config/httptunnel endef define Package/httptunnel/conffiles diff --git a/net/httptunnel/files/httptunnel.conf b/net/httptunnel/files/httptunnel.config similarity index 100% rename from net/httptunnel/files/httptunnel.conf rename to net/httptunnel/files/httptunnel.config -- 2.30.2