busybox sysctl does not support -q

This commit is contained in:
Roy Marples 2007-05-16 14:53:47 +00:00
parent 49b36c5f2e
commit eb7a0a6285

View File

@ -21,7 +21,7 @@ start() {
if [ -e /etc/sysctl.conf -a ! -x /etc/init.d/sysctl ] ; then
if [ "${RC_SYS}" != "VPS" ] ; then
ebegin "Configuring kernel parameters"
sysctl -q -p /etc/sysctl.conf
sysctl -p /etc/sysctl.conf >/dev/null
eend $?
fi
fi