From 23bbaeb225e6731995f5006bfe3a7d8b64b9290c Mon Sep 17 00:00:00 2001 From: acinonyx Date: Sun, 3 Oct 2010 21:39:20 +0000 Subject: [PATCH] [packages] btpd: Fix a typo in init script git-svn-id: svn://svn.openwrt.org/openwrt/packages@23209 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/btpd/files/btpd.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/btpd/files/btpd.init b/net/btpd/files/btpd.init index 6ac886805..f06be5181 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" -- 2.11.0