From owner-cvs-all@FreeBSD.ORG Tue Nov 16 22:13:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6457A16A4CE; Tue, 16 Nov 2004 22:13:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 416DB43D58; Tue, 16 Nov 2004 22:13:59 +0000 (GMT) (envelope-from simon@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 iAGMDxES005743; Tue, 16 Nov 2004 22:13:59 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAGMDxIx005742; Tue, 16 Nov 2004 22:13:59 GMT (envelope-from simon) Message-Id: <200411162213.iAGMDxIx005742@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 16 Nov 2004 22:13:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/sysinstall config.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 16 Nov 2004 22:13:59 -0000 simon 2004-11-16 22:13:58 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) release/sysinstall config.c Log: MFC v. 1.224: Workaround a problem with Postfix MTA selection code when installing via FTP by hard-coding the Postfix major and minor revision (for the current stable version). Approved by: trhodes Revision Changes Path 1.156.2.37 +1 -1 src/release/sysinstall/config.c