From owner-cvs-user Sun Mar 30 02:50:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA19550 for cvs-user-outgoing; Sun, 30 Mar 1997 02:50:10 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA19541; Sun, 30 Mar 1997 02:50:07 -0800 (PST) Date: Sun, 30 Mar 1997 02:50:07 -0800 (PST) From: "David E. O'Brien" Message-Id: <199703301050.CAA19541@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/cpio main.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 97/03/30 02:50:06 Modified: contrib/cpio main.c Log: Don't set the umask until after we have processed the arguments and opened the archive file. This allows "cpio -o -O output_file" to create the output file with the callers proper umask. Closed PR# 1391 Add setlocale LC_ALL (from ache). Revision Changes Path 1.2 +11 -1 src/contrib/cpio/main.c