From owner-freebsd-stable Mon Jan 29 22:54:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 5C2CF37B69B for ; Mon, 29 Jan 2001 22:54:02 -0800 (PST) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f0U6qHi05366 for ; Tue, 30 Jan 2001 01:52:17 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <001901c08a8a$4aafa980$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "FreeBSD Stable" Subject: File ownership strangeness Date: Tue, 30 Jan 2001 02:00:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I recently cvsup'd and built/installed 4-STABLE (Jan 19th or thereabouts). While skimming through my new installation, I noticed a pair of "discrepancies": gabby# l /sbin/ping* -r-sr-xr-x 1 root wheel 195660 Jan 27 00:57 ping -r-sr-xr-x 1 root bin 190880 Jan 27 00:57 ping6 gabby# l /usr/sbin/trace* -r-sr-xr-x 1 root wheel 13168 Jan 27 01:06 traceroute -r-sr-xr-x 1 root bin 14952 Jan 27 01:06 traceroute6 gabby# Indeed, the makefiles for ping6 and traceroute6 specify bin as the group rather than wheel. Shouldn't they be wheel? -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message