From: Vasilis Tsiligiannis Date: Mon, 12 Sep 2011 07:44:06 +0000 (+0000) Subject: backport: aiccu: Do not restart aiccu when wan interface is brought up (#7629) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c39407c5d3076e7ecd0c29e720dc6ab97b02b1c2;p=openwrt%2Fsvn-archive%2Fpackages.git backport: aiccu: Do not restart aiccu when wan interface is brought up (#7629) SVN-Revision: 28220 --- diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index 34e6428b5..a64111608 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -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 diff --git a/ipv6/aiccu/files/aiccu.hotplug b/ipv6/aiccu/files/aiccu.hotplug index 5830415a4..b88697621 100644 --- a/ipv6/aiccu/files/aiccu.hotplug +++ b/ipv6/aiccu/files/aiccu.hotplug @@ -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