From: Dengfeng Liu Date: Thu, 30 Jun 2022 05:54:19 +0000 (+0800) Subject: xfrpc: set xfrpc's disabled default value to 0 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=10a24d4cad196b790b322bb4132086b1e350fde8;p=feed%2Fpackages.git xfrpc: set xfrpc's disabled default value to 0 change this to satisfy luci-app-xfrpc's need Signed-off-by: Dengfeng Liu --- diff --git a/net/xfrpc/files/xfrpc.init b/net/xfrpc/files/xfrpc.init index fc0053e274..aa999bc68a 100755 --- a/net/xfrpc/files/xfrpc.init +++ b/net/xfrpc/files/xfrpc.init @@ -64,7 +64,7 @@ start_service() { config_load "$NAME" uci_validate_section xfrpc xfrp init \ - 'disabled:bool:1' \ + 'disabled:bool:0' \ 'loglevel:uinteger:0' if [ $disabled = 1 ]; then