NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/43587 CVS commit: src/sbin/sysctl



The following reply was made to PR bin/43587; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43587 CVS commit: src/sbin/sysctl
Date: Sun, 31 Jul 2016 23:30:28 +0000

 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.
 


Home | Main Index | Thread Index | Old Index