From owner-cvs-src@FreeBSD.ORG Thu Aug 31 18:10:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 D45BB16A4DE; Thu, 31 Aug 2006 18:10:33 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2237443D5C; Thu, 31 Aug 2006 18:10:33 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7VIAW3e076472; Thu, 31 Aug 2006 18:10:32 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7VIAWua076471; Thu, 31 Aug 2006 18:10:32 GMT (envelope-from thomas) Message-Id: <200608311810.k7VIAWua076471@repoman.freebsd.org> From: Thomas Quinot Date: Thu, 31 Aug 2006 18:10:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/yppush yppush_main.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: Thu, 31 Aug 2006 18:10:33 -0000 thomas 2006-08-31 18:10:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/yppush yppush_main.c Log: MFC to RELENG_6: * rev. 1.21: Don't push a map on a master server which will fail anyway. PR: bin/72881 * rev. 1.22: Remove unsafe use of asynchronous I/O and improve error handling. PR: bin/102143 Revision Changes Path 1.20.2.1 +57 -119 src/usr.sbin/yppush/yppush_main.c