Skip to content

sysctl: show error messages when --system is used

Carlos Santos requested to merge casantos1/procps:syslog-system into master

Currently the "--system" option implies "--ignore". This behavior is not documented and hides messages that should be sent to the the system log when sysctl is invoked by a system init script, for example.

Hide the error messages only if "-e" or "--ignore" is explictly passed.

Signed-off-by: Carlos Santos unixmania@gmail.com

Merge request reports