packages/httptunnel: rename uci config file
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Nov 2011 11:48:59 +0000 (11:48 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Nov 2011 11:48:59 +0000 (11:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29226 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/httptunnel/Makefile
net/httptunnel/files/httptunnel.conf [deleted file]
net/httptunnel/files/httptunnel.config [new file with mode: 0644]

index 56a89a5..ba753ee 100644 (file)
@@ -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.conf
deleted file mode 100644 (file)
index fb5a5dd..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-config httptunnel
-        option destination 'localhost:443'
-       option sourceport '80'
-
diff --git a/net/httptunnel/files/httptunnel.config b/net/httptunnel/files/httptunnel.config
new file mode 100644 (file)
index 0000000..fb5a5dd
--- /dev/null
@@ -0,0 +1,4 @@
+config httptunnel
+        option destination 'localhost:443'
+       option sourceport '80'
+