base-files: do not warn about nonexistant sysctl overrides (some of them are config dependent)

SVN-Revision: 19375
This commit is contained in:
Felix Fietkau 2010-01-29 02:17:11 +00:00
parent 2239295892
commit a254a9ff08

View file

@ -3,5 +3,5 @@
START=99
start() {
[ -f /etc/sysctl.conf ] && sysctl -p >&-
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
}