Lines Matching refs:sysctl
4 Subject: [PATCH] init.d/sysctl.in: add support for busybox sysctl
9 Busybox version of sysctl does not support --system argument,
11 to recognize busybox sysctl and execute proper function based
16 init.d/sysctl.in | 27 ++++++++++++++++++++++++++-
19 diff --git a/init.d/sysctl.in b/init.d/sysctl.in
21 --- a/init.d/sysctl.in
22 +++ b/init.d/sysctl.in
33 + for conf in /etc/sysctl.conf /etc/sysctl.d/*.conf; do
36 + sysctl $quiet -p "$conf" || retval=1
53 + sysctl -h > /dev/null 2>&1
55 + # busybox version of sysctl does not recognize -h option