From owner-cvs-src@FreeBSD.ORG Tue Aug 14 02:58:34 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CB6916A419; Tue, 14 Aug 2007 02:58:34 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3F38913C458; Tue, 14 Aug 2007 02:58:34 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7E2wYKs048526; Tue, 14 Aug 2007 02:58:34 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7E2wYD0048525; Tue, 14 Aug 2007 02:58:34 GMT (envelope-from bmah) Message-Id: <200708140258.l7E2wYD0048525@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 Aug 2007 02:58:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 14 Aug 2007 02:58:34 -0000 bmah 2007-08-14 02:58:34 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall menus.c Log: Disconnect the soon-to-be removed installation notes from sysinstall(8) menus. Approved by: re (blanket for installation notes removal) Revision Changes Path 1.425 +15 -17 src/usr.sbin/sysinstall/menus.c