[packages] btpd: Fix a typo in init script
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23209 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
00588cc500
commit
23bbaeb225
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user