From owner-cvs-src@FreeBSD.ORG Fri Oct 15 15:59:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FC9C16A4CE; Fri, 15 Oct 2004 15:59:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FFAF43D48; Fri, 15 Oct 2004 15:59:26 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FFxQ0i099972; Fri, 15 Oct 2004 15:59:26 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FFxQqe099971; Fri, 15 Oct 2004 15:59:26 GMT (envelope-from kensmith) Message-Id: <200410151559.i9FFxQqe099971@repoman.freebsd.org> From: Ken Smith Date: Fri, 15 Oct 2004 15:59:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/boot0cfg boot0cfg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 15:59:26 -0000 kensmith 2004-10-15 15:59:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/boot0cfg boot0cfg.c Log: MFC of v1.18, from that log entry: > date: 2004/09/14 21:58:30; author: tegge; state: Exp; lines: +1 -1 > Correct polarity of packet mode bit. > > Problem discovered when 'boot0cfg -B -v -o packet -s 2 ad4' turned off > packet mode while reporting it as being enabled. Reviewed by: tegge Approved by: re (scottl) Revision Changes Path 1.17.2.1 +1 -1 src/usr.sbin/boot0cfg/boot0cfg.c