From: Jo-Philipp Wich Date: Tue, 30 Dec 2008 03:35:22 +0000 (+0000) Subject: packages/ipv6/aiccu: fix typo in hotplug handler, bump package revision X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=1d038f4f1ee128bf1eb019f336a4291a71807803 packages/ipv6/aiccu: fix typo in hotplug handler, bump package revision SVN-Revision: 13768 --- diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index b2ac2f9e38..cbd45aa3aa 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aiccu PKG_VERSION:=20070115 -PKG_RELEASE:=1 +PKG_RELEASE:=2 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 6b5539aafa..5830415a45 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 enable && /etc/init.d/aiccu restart +[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && /etc/init.d/aiccu enabled && /etc/init.d/aiccu restart