From owner-cvs-all@FreeBSD.ORG Sun Dec 10 13:35:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9768816A403; Sun, 10 Dec 2006 13:35:41 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB7343CA3; Sun, 10 Dec 2006 13:34:31 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBADZfau090989; Sun, 10 Dec 2006 13:35:41 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBADZfwq090988; Sun, 10 Dec 2006 13:35:41 GMT (envelope-from netchild) Message-Id: <200612101335.kBADZfwq090988@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 10 Dec 2006 13:35:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sbin/atacontrol atacontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2006 13:35:41 -0000 netchild 2006-12-10 13:35:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/atacontrol atacontrol.c Log: Don't display the status of the SMART bits when talking about the security feature (should safe a heart attack or two when seeing the security feature enabled when it isn't / shouldn't be). This bug is not present in any more recent RELENG_X (the code is different by an order of magnitude), so no MFC. Revision Changes Path 1.11.2.7 +2 -2 src/sbin/atacontrol/atacontrol.c