mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-09 04:00:23 +00:00
base-files: do not warn about nonexistant sysctl overrides (some of them are config dependent)
SVN-Revision: 19375
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