From d51ff916e5668deb1078577ab9eb097441ac5f55 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 30 Dec 2008 03:35:22 +0000 Subject: [PATCH] packages/ipv6/aiccu: fix typo in hotplug handler, bump package revision git-svn-id: svn://svn.openwrt.org/openwrt/packages@13768 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/aiccu/Makefile | 2 +- ipv6/aiccu/files/aiccu.hotplug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index b2ac2f9e3..cbd45aa3a 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 6b5539aaf..5830415a4 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 -- 2.11.0