From owner-cvs-src@FreeBSD.ORG Tue Aug 10 18:18:42 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 B6C4516A4CE; Tue, 10 Aug 2004 18:18:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96C2543D2F; Tue, 10 Aug 2004 18:18:42 +0000 (GMT) (envelope-from cperciva@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 i7AIIgUZ020091; Tue, 10 Aug 2004 18:18:42 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7AIIge8020090; Tue, 10 Aug 2004 18:18:42 GMT (envelope-from cperciva) Message-Id: <200408101818.i7AIIge8020090@repoman.freebsd.org> From: Colin Percival Date: Tue, 10 Aug 2004 18:18:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.8 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: Tue, 10 Aug 2004 18:18:42 -0000 cperciva 2004-08-10 18:18:42 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.8 Log: Teach sysinstall about the "srescue" distribution, which contains the contents of /usr/src/rescue. Until now, the files were shipped with releases but sysinstall would ignore them (resulting in a non-buildable source tree). Sanity checked by: jhb Revision Changes Path 1.234 +1 -0 src/usr.sbin/sysinstall/dist.c 1.62 +2 -1 src/usr.sbin/sysinstall/dist.h 1.395 +2 -0 src/usr.sbin/sysinstall/menus.c 1.64 +2 -0 src/usr.sbin/sysinstall/sysinstall.8