Date: Sun, 31 Jan 2010 19:33:25 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/sysctl sysctl.8 sysctl.c Message-ID: <201001311933.o0VJXnbP006129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gavin 2010-01-31 19:33:25 UTC
FreeBSD src repository
Modified files:
sbin/sysctl sysctl.8 sysctl.c
Log:
SVN rev 203310 on 2010-01-31 19:33:25Z by gavin
Implement the "-i" option to sysctl(8), to ignore failures while
retrieving individual OIDs. This allows the same list of OIDs to be
passed to sysctl(8) across different systems where particular OIDs may not
exist, and still get as much information as possible from them.
PR: bin/123644
Submitted by: dhw
Approved by: ed (mentor)
MFC after: 2 weeks
Revision Changes Path
1.65 +7 -1 src/sbin/sysctl/sysctl.8
1.93 +8 -3 src/sbin/sysctl/sysctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001311933.o0VJXnbP006129>
