cvs commit: src/etc/rc.d auto_linklocal power_profile sysctl
src/sbin/sysctl sysctl.c
Mike Makonnen
mtm at FreeBSD.org
Mon Jun 23 22:11:57 UTC 2008
mtm 2008-06-23 22:06:28 UTC
FreeBSD src repository
Modified files:
etc/rc.d auto_linklocal power_profile sysctl
sbin/sysctl sysctl.c
Log:
SVN rev 179965 on 2008-06-23 22:06:28Z by mtm
The sysctl(8) program exits on some errors and only emits warnings on
others. In the case where it displayed warnings it would still return
succesfully. Modify it so that it returns the number of sysctls that
it was not able to set.
Make use of this in rc.d to display only *unsuccessfull* attempts to
set sysctls.
Revision Changes Path
1.6 +4 -1 src/etc/rc.d/auto_linklocal
1.13 +5 -1 src/etc/rc.d/power_profile
1.19 +3 -1 src/etc/rc.d/sysctl
1.89 +5 -2 src/sbin/sysctl/sysctl.c
More information about the cvs-src
mailing list