From owner-freebsd-current Wed Feb 22 06:05:30 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id GAA12897 for current-outgoing; Wed, 22 Feb 1995 06:05:30 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id GAA12867 for ; Wed, 22 Feb 1995 06:05:17 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id GAA09419; Wed, 22 Feb 1995 06:04:38 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.9/8.6.5) with SMTP id GAA04430; Wed, 22 Feb 1995 06:04:38 -0800 Message-Id: <199502221404.GAA04430@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Doug Rabson cc: current@FreeBSD.org Subject: Re: mountd changes In-reply-to: Your message of "Wed, 22 Feb 95 13:40:32 GMT." From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 22 Feb 1995 06:04:29 -0800 Sender: current-owner@FreeBSD.org Precedence: bulk >I have some changes here for mountd which do two things: > >(1) Stop it from moaning when more than one mountpoint in a given >filesystem is exported. > >(2) Allow mounts of directories which have an exported initial >segment. I thought (1) happens because of the screwy way that the system applies protections - the first listed is the one that applies to the rest (i.e. only one set of protections/options per filesystem). I thought (2) was already supported via -alldirs ? -DG