setup: disable vsftpd auto-start

This commit is contained in:
John Doe
2021-09-13 00:26:38 +08:00
parent 7ca5452e90
commit e60219e033
2 changed files with 3 additions and 1 deletions

View File

@@ -29,4 +29,5 @@ merge_package https://github.com/Beginner-Go/luci-app-tencentddns
merge_package https://github.com/sundaqiang/openwrt-packages/trunk/luci-app-services-wolplus merge_package https://github.com/sundaqiang/openwrt-packages/trunk/luci-app-services-wolplus
merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/ntfs3-mount merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/ntfs3-mount
merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/ntfs3 merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/ntfs3
merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/uugamebooster
merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/luci-app-uugamebooster merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/luci-app-uugamebooster

View File

@@ -4,7 +4,8 @@ sed -i "s/option sfe_flow '1'/option sfe_flow '0'/" $config_file_turboacc
sed -i "s/option sfe_bridge '1'/option sfe_bridge '0'/" $config_file_turboacc sed -i "s/option sfe_bridge '1'/option sfe_bridge '0'/" $config_file_turboacc
sed -i "/dep.*INCLUDE_.*=n/d" `find package/ -follow -type f -path '*/luci-app-turboacc/Makefile'` sed -i "/dep.*INCLUDE_.*=n/d" `find package/ -follow -type f -path '*/luci-app-turboacc/Makefile'`
sed -i "s/option limit_enable '1'/option limit_enable '0'/" `find package/ -follow -type f -path '*/nft-qos/files/nft-qos.config'` sed -i "s/option limit_enable '1'/option limit_enable '0'/" `find package/ -follow -type f -path '*/vsftpd/files/vsftpd.uci'`
sed -i "s/option enabled '1'/option enabled '0'/" `find package/ -follow -type f -path '*/nft-qos/files/nft-qos.config'`
sed -i "/\/etc\/coremark\.sh/d" `find package/ -follow -type f -path '*/coremark/coremark'` sed -i "/\/etc\/coremark\.sh/d" `find package/ -follow -type f -path '*/coremark/coremark'`
sed -i 's/192.168.1.1/192.168.2.1/' package/base-files/files/bin/config_generate sed -i 's/192.168.1.1/192.168.2.1/' package/base-files/files/bin/config_generate
sed -i 's/=1/=0/g' package/kernel/linux/files/sysctl-br-netfilter.conf sed -i 's/=1/=0/g' package/kernel/linux/files/sysctl-br-netfilter.conf