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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19375 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2010-01-29 02:17:11 +00:00
parent 7f328e6086
commit d4de127e12
1 changed files with 1 additions and 1 deletions

View File

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