[Buildroot] [PATCH 2/2] package/busybox: add init script for sysctl

Nicolas Cavallari Nicolas.Cavallari at green-communications.fr
Tue Dec 18 16:32:18 UTC 2018


On 18/12/2018 06:02, Carlos Santos wrote:
> +	find $SYSCTL_SOURCES -maxdepth 1 -name '*.conf' -print0 2> /dev/null | \
> +	xargs -0 -r readlink -f | \
> +	{
> +		read -r file
> +		[ -z "$file" ] || /sbin/sysctl -q -p "$file" $SYSCTL_ARGS || return 1
> +	}

So it will only read the first file it finds ?




More information about the buildroot mailing list