From owner-svn-src-stable@FreeBSD.ORG Thu Sep 4 02:14:55 2014 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD4C92B4; Thu, 4 Sep 2014 02:14:55 +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 C8F2919C2; Thu, 4 Sep 2014 02:14:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s842Etpa012164; Thu, 4 Sep 2014 02:14:55 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s842EtSn012163; Thu, 4 Sep 2014 02:14:55 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201409040214.s842EtSn012163@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 4 Sep 2014 02:14:55 +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: r271080 - 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: Thu, 04 Sep 2014 02:14:56 -0000 Author: gjb Date: Thu Sep 4 02:14:55 2014 New Revision: 271080 URL: http://svnweb.freebsd.org/changeset/base/271080 Log: Document r264438, mdconfig(8) rc.conf(5) listing is no longer required to be sequential. 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 Thu Sep 4 02:14:53 2014 (r271079) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Sep 4 02:14:55 2014 (r271080) @@ -1212,6 +1212,10 @@ &os; 10.0-RELEASE that would prevent proper IPv6 allocation via the &man.jail.8; &man.rc.8; startup script has been fixed. + + The &man.rc.8; restriction requiring + &man.mdconfig.8; devices defined in &man.rc.conf.5; to be + listed sequentially has been removed.