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
@ -3,5 +3,5 @@
|
||||
|
||||
START=99
|
||||
start() {
|
||||
[ -f /etc/sysctl.conf ] && sysctl -p >&-
|
||||
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user