base-files: do not warn about nonexistant sysctl overrides (some of them are config dependent)
SVN-Revision: 19375
This commit is contained in:
parent
2239295892
commit
a254a9ff08
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
||||||
|
|
||||||
START=99
|
START=99
|
||||||
start() {
|
start() {
|
||||||
[ -f /etc/sysctl.conf ] && sysctl -p >&-
|
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue