[packages] aiccu: Do not restart aiccu when wan interface is brought up (#7629)
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 12 Sep 2011 07:37:10 +0000 (07:37 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 12 Sep 2011 07:37:10 +0000 (07:37 +0000)
SVN-Revision: 28219

ipv6/aiccu/Makefile
ipv6/aiccu/files/aiccu.hotplug

index 34e6428b589e58cb18abda863a60fae8c11ef1b1..a64111608b4e3f48c932fec8e34d5a6d38dd655a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=aiccu
 PKG_VERSION:=20070115
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix
index 5830415a45558e059fa686829ed5a10aaebb5aed..b886976210797c5a8e72e17a698f4f99e133609f 100644 (file)
@@ -1,2 +1,2 @@
 #!/bin/sh
-[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && /etc/init.d/aiccu enabled && /etc/init.d/aiccu restart
+[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && /etc/init.d/aiccu enabled && /etc/init.d/aiccu start