Bug 33150

Summary: sbin/sysctl: allow setting dev_t values [patch included]
Product: Base System Reporter: Thomas Quinot <thomas>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Thomas Quinot 2001-12-24 14:50:00 UTC
	The enclosed patch adds a new functionality to sbin/sysctl:
	it allows setting of variables of type dev_t by indicating
	the name of a special file on the command line, eg:
	  sysctl kern.dumpdev=/dev/ad1s1b
	(same effect as dumpon /dev/ad1s1b).

	This would come in handy for controlling any other sysctl variable
	that is supposed to designate a device.
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 2001-12-30 10:33:57 UTC
State Changed
From-To: open->closed

committed thanks