From owner-cvs-src@FreeBSD.ORG Thu Jul 10 19:19:20 2003 Return-Path: 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 563C037B401; Thu, 10 Jul 2003 19:19:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72C543F93; Thu, 10 Jul 2003 19:19:19 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6B2JJ0U077238; Thu, 10 Jul 2003 19:19:19 -0700 (PDT) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6B2JJOe077237; Thu, 10 Jul 2003 19:19:19 -0700 (PDT) Message-Id: <200307110219.h6B2JJOe077237@repoman.freebsd.org> From: Brian Feldman Date: Thu, 10 Jul 2003 19:19:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/cpio copypass.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 11 Jul 2003 02:19:20 -0000 green 2003/07/10 19:19:19 PDT FreeBSD src repository Modified files: contrib/cpio copypass.c Log: If we must yell at the user than a file cannot be linked into place when requested (not required) to do it, reassure them that cpio is still intelligent enough that it will perform a full copy instead. Revision Changes Path 1.3 +2 -1 src/contrib/cpio/copypass.c