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