[OpenWrt-Devel] [PATCH] udpxy: don't disable by default

John Crispin blogic at openwrt.org
Sun Feb 14 02:08:07 EST 2016



On 13/02/2016 23:44, Nerijus Baliūnas wrote:
> This patch changes option disabled to '0' as the package has init file and
> could be made disabled in System->Startup. It is difficult for new users
> to edit /etc/config/udpxy manually.
> 
> Signed-off-by: Nerijus Baliūnas <nerijus at users.sourceforge.net>
> 

NAK, it is a general pattern of daemons to be installed in disabled
state, to prevent a default config causing security or other issues.

	John

> ---
> diff --git a/net/udpxy/files/udpxy.conf b/net/udpxy/files/udpxy.conf
> index 9117a53..83599c2 100644
> --- a/net/udpxy/files/udpxy.conf
> +++ b/net/udpxy/files/udpxy.conf
> @@ -1,5 +1,5 @@
>  config udpxy
> -	option disabled '1'
> +	option disabled '0'
>  	option respawn '1'
>  	option verbose '0'
>  	option status '1'
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> 
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list