From owner-cvs-src-old@FreeBSD.ORG Sat May 1 22:10:54 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0D6810656A6 for ; Sat, 1 May 2010 22:10:52 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 514B18FC1D for ; Sat, 1 May 2010 22:10:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o41MAqja088812 for ; Sat, 1 May 2010 22:10:52 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o41MAqSc088811 for cvs-src-old@freebsd.org; Sat, 1 May 2010 22:10:52 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201005012210.o41MAqSc088811@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sat, 1 May 2010 22:10:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/pathchk pathchk.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2010 22:10:54 -0000 jilles 2010-05-01 22:10:45 UTC FreeBSD src repository Modified files: usr.bin/pathchk pathchk.1 Log: SVN rev 207485 on 2010-05-01 22:10:45Z by jilles pathchk(1): Fix the example so it allows arbitrary pathnames. Spaces and various other characters in pathnames are not passed through literally by xargs in its default mode. Instead, use find . -exec ... {} + Although the -- argument is not strictly required here, add it anyway to avoid surprises when modifying the code to find -f -somedir ... MFC after: 1 week Revision Changes Path 1.7 +1 -1 src/usr.bin/pathchk/pathchk.1