From owner-cvs-src@FreeBSD.ORG Fri Aug 12 04:35:29 2005 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 1A66116A41F; Fri, 12 Aug 2005 04:35:29 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D7443D46; Fri, 12 Aug 2005 04:35:28 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7C4ZSLX007523; Fri, 12 Aug 2005 04:35:28 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7C4ZSCX007522; Fri, 12 Aug 2005 04:35:28 GMT (envelope-from cperciva) Message-Id: <200508120435.j7C4ZSCX007522@repoman.freebsd.org> From: Colin Percival Date: Fri, 12 Aug 2005 04:35:27 +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/portsnap/portsnap portsnap.sh 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: Fri, 12 Aug 2005 04:35:29 -0000 cperciva 2005-08-12 04:35:27 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: When using cmp(1) to determine if the ports tree is already up to date, we want the exit code, but not the actual output; add a redirect to /dev/null. Pointy hat to: cperciva Revision Changes Path 1.4 +2 -1 src/usr.sbin/portsnap/portsnap/portsnap.sh