From ea7c9c85a8bc5b6b91594572b60ef20d5763c932 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 29 Jan 2013 10:13:33 +0000 Subject: base-files: Fix race-conditions with IPv6 sysctls SVN-Revision: 35368 --- package/base-files/files/etc/init.d/boot | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/base-files/files/etc/init.d') diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index ef97383d8d..1800342367 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -95,6 +95,9 @@ start() { rootdev=$(awk 'BEGIN { RS=" "; FS="="; } $1 == "root" { print $2 }' < /proc/cmdline) [ -n "$rootdev" ] && ln -s "$rootdev" /dev/root } + + # run early sysctl + [ -f /etc/sysctl_early.conf ] && sysctl -p /etc/sysctl_early.conf -e >&- } stop() { -- cgit v1.2.3