[packages] n2n: fix typo in init script, thanks Mitar
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31675 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9925a23ad2
commit
7ad93a1517
@ -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
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user