From 49463b55b6c51a8dfc63c96c8116e563eebaa8a2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 21 Sep 2014 11:11:46 +0200 Subject: Revert "core-services/08-sysctl.sh: make this work with busybox sysctl." This reverts commit 6285339a7a40da441cef2114e4cb1197d42a925a. Make no sense to have this workaround as we need procps-ng anyway for pkill. --- core-services/08-sysctl.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'core-services') diff --git a/core-services/08-sysctl.sh b/core-services/08-sysctl.sh index 30d5c39..6616784 100644 --- a/core-services/08-sysctl.sh +++ b/core-services/08-sysctl.sh @@ -2,10 +2,5 @@ if [ -x /sbin/sysctl ]; then msg "Loading sysctl(8) settings...\n" - for d in /etc/sysctl.d /usr/lib/sysctl.d; do - [ ! -d $d ] && continue - for x in $d/*.conf; do - sysctl -p $x - done - done + sysctl --system fi -- cgit 1.4.1