Module Name: src Committed By: dholland Date: Sun Jul 31 23:30:28 UTC 2016
Modified Files: src/sbin/sysctl: sysctl.c Log Message: Apply patch from PR 43587, mostly from martin and kre. When writing a sysctl variable using ?= fails with EPERM, don't print an error message. Ideally setting a sysctl to the same value it already has should also not fail regardless of permissions, but this would need to be done in the kernel. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sbin/sysctl/sysctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.