bapt 9f9e4ddb49 MFC: 288984
Only print the errno string in case sysctl(3) does not file with ENOENT
This reduces the noise in error reporing from sysctl(8):

Before:
$ sysctl bla=something
sysctl: unknown oid 'bla': No such file or directory

After:
$ sysctl bla=something
sysctl: unknown oid 'bla'

Sponsored by:	Gandi.net
2015-10-14 06:31:49 +00:00
..
2010-02-15 14:08:06 +00:00
2015-10-14 06:31:49 +00:00