[packages] btpd: Fix a typo in init script
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Oct 2010 21:39:20 +0000 (21:39 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Oct 2010 21:39:20 +0000 (21:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23209 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/btpd/files/btpd.init

index 6ac8868..f06be51 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"