[packages] n2n: fix typo in init script, thanks Mitar
[openwrt/svn-archive/archive.git] / net / n2n / files / n2n.init
index 791b805430082a8eb6097b17f9093bcdab51bb93..2454de2efde2d9d3a0d1b1e046dcffd3d2f8f676 100644 (file)
@@ -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() {