Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2002 19:30:03 -0700 (PDT)
From:      "C. A. Daelhousen" <cd9@buffalo.edu>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/41870: [PATCH] atacontrol reports SMART settings for "security"
Message-ID:  <200208230230.g7N2U3Cf039468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/41870; it has been noted by GNATS.

From: "C. A. Daelhousen" <cd9@buffalo.edu>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: bin/41870: [PATCH] atacontrol reports SMART settings for "security"
Date: Thu, 22 Aug 2002 22:20:40 -0400

 One should read the Contributing page BEFORE submitting the patch. Here
 it is with proper tabbing, and hopefully they won't get eaten.
 
 --- src/sbin/atacontrol/atacontrol.c	Wed Aug 21 11:24:21 2002
 +++ src/sbin/atacontrol/atacontrol-patched.c	Wed Aug 21 15:15:04 2002
 @@ -158,8 +158,8 @@
  		parm->enabled.microcode ? "yes" : "no");	
  
  	printf("security                       %s	%s\n",
 -		parm->support.smart ? "yes" : "no",
 -		parm->enabled.smart ? "yes" : "no");	
 +		parm->support.security ? "yes" : "no",
 +		parm->enabled.security ? "yes" : "no");	
  
  	printf("power management               %s	%s\n",
  		parm->support.power_mngt ? "yes" : "no",
 
 -- 
 ..: Chad Daelhousen == cd9@buffalo.edu :.........: sig v3.1 :...
 : Programming for 10 +/- 2 years (50 +/- 10% of a lifetime)    :
 :.............Perl will be the first to implement mind reading.:
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208230230.g7N2U3Cf039468>