From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 14:43:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6ADA16A4CE for ; Tue, 18 Nov 2003 14:43:29 -0800 (PST) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id F045E43FAF for ; Tue, 18 Nov 2003 14:43:28 -0800 (PST) (envelope-from fj@panix.com) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail1.panix.com (Postfix) with ESMTP id 4D19B48ADD; Tue, 18 Nov 2003 17:43:28 -0500 (EST) Received: (from fj@localhost) by panix5.panix.com (8.11.6p2-a/8.8.8/PanixN1.1) id hAIMhSf06120; Tue, 18 Nov 2003 17:43:28 -0500 (EST) Date: Tue, 18 Nov 2003 17:43:28 -0500 From: Joe Altman To: freebsd-questions@FreeBSD.ORG Message-ID: <20031118224328.GA2681@panix.com> Mail-Followup-To: Joe Altman , freebsd-questions@FreeBSD.ORG, lrh@alum.mit.edu References: <200311180945.35813.lrh@alum.mit.edu> <44islh4kv1.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44islh4kv1.fsf@be-well.ilk.org> User-Agent: Mutt/1.4.1i cc: lrh@alum.mit.edu Subject: Re: [FAQ pointer] Re: Non-root access to peripheral file devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 22:43:29 -0000 [copying the original poster in my somewhat related followup] On Tue, Nov 18, 2003 at 01:01:06PM -0500, Lowell Gilbert wrote: > Dr Lyman Hazelton writes: > > > Perhaps this is discussed somewhere, but so far I haven't found > > anything that helps. > > "How do I let ordinary users mount floppies, CDROMs and other removable media?" > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT These conditions are "anded", right? While I'm asking silly questions: is there a way to exclude certain devices or directories from the effects of updating world? In my experience, it seems rare that MAKEDEV must be run, but it would be nice if /var/mail were left at 1777 across updates; a bonus if, once I changed perms around on a device like the cdrom, it stayed changed. I'm thinking along the lines of the ignore categories in pkgtools.conf...