From owner-cvs-etc Sun Feb 23 13:34:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA03440 for cvs-etc-outgoing; Sun, 23 Feb 1997 13:34:39 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA03433; Sun, 23 Feb 1997 13:34:37 -0800 (PST) Date: Sun, 23 Feb 1997 13:34:37 -0800 (PST) From: Mike Pritchard Message-Id: <199702232134.NAA03433@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc security Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/23 13:34:36 Modified: etc security Log: When looking for setuid files, call find with -print0 and xargs with -0. This allows find to pass files with "illegal" characters to xargs in a safe manner. Note: due to the manner in which the file names are now passed between find and xargs, the files are now sorted differently than before. The first /etc/security run after installing this change may result in a lot of output when nothing did in fact change. Closes PR# 1910. 2.2 candidate. Revision Changes Path 1.19 +4 -4 src/etc/security