From owner-svn-src-stable@FreeBSD.ORG Wed Sep 3 16:46:40 2014 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FA009F1; Wed, 3 Sep 2014 16:46:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C790813CF; Wed, 3 Sep 2014 16:46:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s83Gkd8n029416; Wed, 3 Sep 2014 16:46:39 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s83GkdYF029415; Wed, 3 Sep 2014 16:46:39 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201409031646.s83GkdYF029415@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 3 Sep 2014 16:46:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r271038 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 16:46:40 -0000 Author: gjb Date: Wed Sep 3 16:46:39 2014 New Revision: 271038 URL: http://svnweb.freebsd.org/changeset/base/271038 Log: Document r270892, autofs(5) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Wed Sep 3 16:46:37 2014 (r271037) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Wed Sep 3 16:46:39 2014 (r271038) @@ -839,6 +839,16 @@ multi-threaded soft updates. Previously, soft updates were handled by a single thread, and as of this change, now have one thread per FFS mountpoint. + + The + new filesystem automount facility, &man.autofs.5;, has been + merged from &os;-CURRENT. The new &man.autofs.5; facility + is similar to that found in other &unix;-like operating + systems, such as OS X™ and Solaris™. The + &man.autofs.5; facility uses a &sun;-compatible + &man.auto.master.5; configuration file, and is administered + with the &man.automount.8; userland utility, and the + &man.automountd.8; and &man.autounmountd.8; daemons.