From owner-p4-projects Wed Oct 2 14:16: 2 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 18B8137B404; Wed, 2 Oct 2002 14:16:01 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA2137B401 for ; Wed, 2 Oct 2002 14:16:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D2F343E6E for ; Wed, 2 Oct 2002 14:16:00 -0700 (PDT) (envelope-from green@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g92LG0Co080204 for ; Wed, 2 Oct 2002 14:16:00 -0700 (PDT) (envelope-from green@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g92LG0VZ080199 for perforce@freebsd.org; Wed, 2 Oct 2002 14:16:00 -0700 (PDT) Date: Wed, 2 Oct 2002 14:16:00 -0700 (PDT) Message-Id: <200210022116.g92LG0VZ080199@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to green@freebsd.org using -f From: Brian Feldman Subject: PERFORCE change 18562 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18562 Change 18562 by green@green_laptop_2 on 2002/10/02 14:15:51 It appears we really intend to label across filesystems, so don't turn that off. Affected files ... .. //depot/projects/trustedbsd/mac/sbin/sebsd_setfiles/setfiles.c#5 edit Differences ... ==== //depot/projects/trustedbsd/mac/sbin/sebsd_setfiles/setfiles.c#5 (text+ko) ==== @@ -395,7 +395,7 @@ fclose(fp); /* Walk the file tree, calling apply_spec on each file. */ - fts = fts_open(fts_path, FTS_PHYSICAL | FTS_XDEV, NULL); + fts = fts_open(fts_path, FTS_PHYSICAL, NULL); while ((ftsent = fts_read(fts))) { apply_spec(ftsent); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message