From owner-freebsd-current Tue Dec 17 19:16:03 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA12701 for current-outgoing; Tue, 17 Dec 1996 19:16:03 -0800 (PST) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA12680 for ; Tue, 17 Dec 1996 19:16:01 -0800 (PST) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.7.5/8.7.3) with UUCP id UAA06134 for current@freebsd.org; Tue, 17 Dec 1996 20:15:53 -0700 (MST) Received: from localhost (marcs@localhost) by alive.ampr.ab.ca (8.7.5/8.7.3) with SMTP id UAA19541 for ; Tue, 17 Dec 1996 20:15:45 -0700 (MST) Date: Tue, 17 Dec 1996 20:15:44 -0700 (MST) From: Marc Slemko X-Sender: marcs@alive.ampr.ab.ca To: current@freebsd.org Subject: can someone run a find on a -current system... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Can someone please run a: find / \( -perm -2000 -or -perm -4000 \) -ls on a system running -current for me and mail me the output privately. I want to make sure I don't miss any set[uid|gid] programs that aren't in -stable; is easier than picking through the source tree. Thanks.