1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:56:14 +02:00

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
This commit is contained in:
nbd 2010-01-29 02:17:11 +00:00
parent ba6e1fd887
commit 01eb768093

View File

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