From: Nicolas Thill Date: Thu, 17 Nov 2011 11:07:56 +0000 (+0000) Subject: packages/aiccu: rename uci config file X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9e3131bc7289274f497ca12869d6e372123e4065;p=openwrt%2Fsvn-archive%2Fpackages.git packages/aiccu: rename uci config file SVN-Revision: 29219 --- diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index c568115fd..6dca950c2 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aiccu PKG_VERSION:=20070115 -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix @@ -47,7 +47,7 @@ define Package/aiccu/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/config/aiccu + $(INSTALL_CONF) ./files/aiccu.config $(1)/etc/config/aiccu $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu endef diff --git a/ipv6/aiccu/files/aiccu.conf b/ipv6/aiccu/files/aiccu.conf deleted file mode 100755 index 671fd16da..000000000 --- a/ipv6/aiccu/files/aiccu.conf +++ /dev/null @@ -1,11 +0,0 @@ -config aiccu - option username '' - option password '' - option protocol '' - option server '' - option interface '' - option tunnel_id '' - option requiretls '' - option defaultroute '1' - option nat '1' - option heartbeat '1' diff --git a/ipv6/aiccu/files/aiccu.config b/ipv6/aiccu/files/aiccu.config new file mode 100755 index 000000000..671fd16da --- /dev/null +++ b/ipv6/aiccu/files/aiccu.config @@ -0,0 +1,11 @@ +config aiccu + option username '' + option password '' + option protocol '' + option server '' + option interface '' + option tunnel_id '' + option requiretls '' + option defaultroute '1' + option nat '1' + option heartbeat '1'