From owner-cvs-src-old@FreeBSD.ORG Tue Feb 2 18:50:11 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE5DB106566C for ; Tue, 2 Feb 2010 18:50:11 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 948DA8FC0C for ; Tue, 2 Feb 2010 18:50:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o12IoBpJ000134 for ; Tue, 2 Feb 2010 18:50:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o12IoB1E000133 for cvs-src-old@freebsd.org; Tue, 2 Feb 2010 18:50:11 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201002021850.o12IoB1E000133@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 2 Feb 2010 18:50:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.sbin/sysinstall dist.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2010 18:50:11 -0000 jhb 2010-02-02 18:50:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/sysinstall dist.c Log: SVN rev 203390 on 2010-02-02 18:50:02Z by jhb MFC 203032: Don't pop up the menu to select a documentation language for non-interactive installs. Default to not installing any documentation in that case. Revision Changes Path 1.259.2.2 +4 -0 src/usr.sbin/sysinstall/dist.c