[packages] btpd: Fix a typo in init script
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Sun, 3 Oct 2010 21:39:20 +0000 (21:39 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Sun, 3 Oct 2010 21:39:20 +0000 (21:39 +0000)
SVN-Revision: 23209

net/btpd/files/btpd.init

index 6ac886805741ba6aa6a817fccb8eca0c1f8b1515..f06be5181de4fd52e5cb8629287e34ecba547f09 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
 START=99
 
 append_bool() {
@@ -25,7 +25,7 @@ directory=""
 
 btpd() {
        local cfg="$1"
-       append_boot "$cfg" useipv4 "-4"
+       append_bool "$cfg" useipv4 "-4"
        append_bool "$cfg" useipv6 "-6"
        append_bool "$cfg" emptystart "--empty-start"
        append_parm "$cfg" port "-p"