From: Jo-Philipp Wich Date: Fri, 11 May 2012 12:01:31 +0000 (+0000) Subject: n2n: fix typo in init script, thanks Mitar X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=90c73a176d453f17f9622c6cf50fcf02a2806b19;p=openwrt%2Fsvn-archive%2Fpackages.git n2n: fix typo in init script, thanks Mitar SVN-Revision: 31675 --- diff --git a/net/n2n/Makefile b/net/n2n/Makefile index d65a6f70c..1925dc8bd 100644 --- a/net/n2n/Makefile +++ b/net/n2n/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2011 OpenWrt.org +# Copyright (C) 2007-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,7 +13,7 @@ PKG_REV:=3875 PKG_NAME:=n2n PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz diff --git a/net/n2n/files/n2n.init b/net/n2n/files/n2n.init index 791b80543..2454de2ef 100644 --- a/net/n2n/files/n2n.init +++ b/net/n2n/files/n2n.init @@ -1,5 +1,5 @@ #!/bin/sh /etc/rc.common -# Copyright (C) 2008-2011 OpenWrt.org +# Copyright (C) 2008-2012 OpenWrt.org START=90 @@ -46,7 +46,7 @@ stop_instance() { start() { config_load 'n2n' config_foreach start_instance 'edge' - config_foreach start_instance 'superndoe' + config_foreach start_instance 'supernode' } stop() {