From owner-freebsd-stable@FreeBSD.ORG Sun Mar 4 09:50:00 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B708106566C; Sun, 4 Mar 2012 09:50:00 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo.poczta.interia.pl (smtpo.poczta.interia.pl [217.74.65.207]) by mx1.freebsd.org (Postfix) with ESMTP id AEBB98FC1B; Sun, 4 Mar 2012 09:49:59 +0000 (UTC) Date: Sun, 04 Mar 2012 10:49:57 +0100 From: vermaden To: vermaden X-Mailer: interia.pl/pf09 In-Reply-To: References: <4F3EE186.4020801@gmail.com> <201202181409.08859.hselasky@c2i.net> <20120226203949.H89643@sola.nimnet.asn.au> <20120228162636.Horde.JgORKJjmRSRPTPIsGKfo0uA@webmail.leidinger.net> <4F4D403E.2030703@FreeBSD.org> <4F4D510E.60206@FreeBSD.org> <20120229163223.L80360@sola.nimnet.asn.au> <20120229113505.2a5a3d47@nonamehost> X-Originating-IP: 85.89.187.172 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1330854598; bh=N2AV0tiOOr8VUNEZTV9zEGyw5U4+RwMGVZ1BVDSYXIs=; h=Date:From:Subject:To:Cc:X-Mailer:In-Reply-To:References: X-Originating-IP:Message-Id:MIME-Version:Content-Type: Content-Transfer-Encoding; b=ES7trc5vyWC4BwDGrIQGIn1vLkr3h0vc6R8TpIpmrYTsqTIP2aLIW1dUhzmFy3YV3 5fPCeoTXa368kWeobNhTz6Fy3SdbI9Uouglv9EnBY+YsLgNSWZNlMaa9/uZd8HOw0P QLKw5QLIqqqhfxPtw0VZS/53cSg87obbx+D9L1X8= Cc: Ivan Klymenko , freebsd-stable@FreeBSD.org, Ian Smith , Andriy Gapon , Hans Petter Selasky , Alexander Leidinger , lars.engels@0x20.net Subject: Re: devd(8) based AUTOMOUNTER (version 1.3) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2012 09:50:00 -0000 Already at 1.3.1 ... Fixed the 'detach' section (s/PREFIX/MNTPREFIX/g). Fixed removing directories of manually (properly) unmounted filesystems. "vermaden" pisze: > Hi, >=20 > after some 'fun' with MP3 players I have made some modifications and fixe= s. >=20 > Here is a list of whats changed: >=20 > Fixed bug about inproper exFAT detection, now mounts fine. > Fixed bug about creating mount dirs for all attached devices no matter if= needed or not. > Revised 'detach' section, now removes only directory that is unmounted (i= f enabled of course). > Simplified FAT/NTFS sections, removed additional check as it break some M= P3 players default filesystems automount. >=20 > The latest 1.3 version can be found here as usual: > https://github.com/vermaden/automount/ >=20 > Regards, > vermaden >=20 >=20 >=20 --=20 ...