From owner-cvs-all Mon Sep 14 12:55:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04854 for cvs-all-outgoing; Mon, 14 Sep 1998 12:55:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA04849; Mon, 14 Sep 1998 12:55:03 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zIehs-0001S6-00; Mon, 14 Sep 1998 13:54:40 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id NAA05451; Mon, 14 Sep 1998 13:55:19 -0600 (MDT) Message-Id: <199809141955.NAA05451@harmony.village.org> To: obrien@NUXI.com Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org In-reply-to: Your message of "Mon, 14 Sep 1998 11:21:28 PDT." <19980914112128.A1286@nuxi.com> References: <19980914112128.A1286@nuxi.com> <199809141052.DAA15959@freefall.freebsd.org> Date: Mon, 14 Sep 1998 13:55:19 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <19980914112128.A1286@nuxi.com> "David O'Brien" writes: : I can't decide what the group should be for the man tree. Security wise, : "wheel" like all the others. But I'm not sure if group "man" was : invented for any real reason, like group "games" for a few setgid bins. Group man was invented so that man could be setgid man and be able to write out catman pages as people generated them... Warner