freebsd-nq/sbin/sysctl
Baptiste Daroussin e1619d123e 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'

MFC after:	1 week
Sponsored by:	Gandi.net
2015-10-07 09:28:54 +00:00
..
Makefile
Makefile.depend
sysctl.8
sysctl.c Only print the errno string in case sysctl(3) does not file with ENOENT 2015-10-07 09:28:54 +00:00