mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03: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:
@@ -3,5 +3,5 @@
|
||||
|
||||
START=99
|
||||
start() {
|
||||
[ -f /etc/sysctl.conf ] && sysctl -p >&-
|
||||
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user