From: Matteo Croce Date: Mon, 6 Oct 2008 12:29:45 +0000 (+0000) Subject: aiccu: fix config file path X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=897fa4daee26a01b125d0912db84817a59a5e6cd;p=openwrt%2Fsvn-archive%2Fpackages.git aiccu: fix config file path SVN-Revision: 12866 --- diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index 862fd3a83..b8d03e029 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -48,7 +48,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 - $(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/ + $(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/config/aiccu $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu $(INSTALL_DIR) $(1)/etc/hotplug.d/iface diff --git a/ipv6/aiccu/files/aiccu.conf b/ipv6/aiccu/files/aiccu.conf index bbde1221f..671fd16da 100755 --- a/ipv6/aiccu/files/aiccu.conf +++ b/ipv6/aiccu/files/aiccu.conf @@ -8,4 +8,4 @@ config aiccu option requiretls '' option defaultroute '1' option nat '1' - option heartbeat '1' \ No newline at end of file + option heartbeat '1'