From owner-cvs-src@FreeBSD.ORG Sat Oct 1 05:49:30 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 0143716A41F; Sat, 1 Oct 2005 05:49:30 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BF0643D4C; Sat, 1 Oct 2005 05:49:29 +0000 (GMT) (envelope-from tjr@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 j915nTb1026887; Sat, 1 Oct 2005 05:49:29 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915nTCv026886; Sat, 1 Oct 2005 05:49:29 GMT (envelope-from tjr) Message-Id: <200510010549.j915nTCv026886@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 05:49:29 +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/contrib/cpio/src 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: Sat, 01 Oct 2005 05:49:30 -0000 tjr 2005-10-01 05:49:29 UTC FreeBSD src repository Modified files: contrib/cpio/src main.c Log: Merge from old main.c rev 1.2: Don't set the umask until after we have processed the arguments and opened the archive file. Revision Changes Path 1.2 +4 -2 src/contrib/cpio/src/main.c