From owner-freebsd-bugs Thu Aug 22 19:30: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 123D937B400 for ; Thu, 22 Aug 2002 19:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C506643E72 for ; Thu, 22 Aug 2002 19:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N2U3JU039469 for ; Thu, 22 Aug 2002 19:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N2U3Cf039468; Thu, 22 Aug 2002 19:30:03 -0700 (PDT) Date: Thu, 22 Aug 2002 19:30:03 -0700 (PDT) Message-Id: <200208230230.g7N2U3Cf039468@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "C. A. Daelhousen" Subject: Re: bin/41870: [PATCH] atacontrol reports SMART settings for "security" Reply-To: "C. A. Daelhousen" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/41870; it has been noted by GNATS. From: "C. A. Daelhousen" 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