From: Vasilis Tsiligiannis Date: Sun, 3 Oct 2010 21:39:20 +0000 (+0000) Subject: [packages] btpd: Fix a typo in init script X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=6023be43333cbf715d8f307c2d4fd21b903c3ce7 [packages] btpd: Fix a typo in init script SVN-Revision: 23209 --- diff --git a/net/btpd/files/btpd.init b/net/btpd/files/btpd.init index 6ac8868057..f06be5181d 100644 --- a/net/btpd/files/btpd.init +++ b/net/btpd/files/btpd.init @@ -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"