Date: Mon, 23 Jun 2008 22:06:28 +0000 (UTC) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d auto_linklocal power_profile sysctl src/sbin/sysctl sysctl.c Message-ID: <200806232211.m5NMBuK9034230@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806232211.m5NMBuK9034230>