From owner-svn-src-all@freebsd.org Wed Feb 10 17:28:44 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF6F7AA48CD; Wed, 10 Feb 2016 17:28:44 +0000 (UTC) (envelope-from rionda@gmail.com) Received: from mail-qg0-x233.google.com (mail-qg0-x233.google.com [IPv6:2607:f8b0:400d:c04::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C7AA106A; Wed, 10 Feb 2016 17:28:44 +0000 (UTC) (envelope-from rionda@gmail.com) Received: by mail-qg0-x233.google.com with SMTP id b35so18878302qge.0; Wed, 10 Feb 2016 09:28:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :message-id:references:to; bh=2DUwG66/pPdqxghLRf6kuW5pIGfmgNaRuyG11Cs2P2o=; b=DgfHGdh8YX7DNjFRBuBnCKXGgmN/WkbgYSdNjPTh44H51B7RykukPIGwdtMUHWCNjo 7tvhdXm/bJZZaYFBC0+urngm1E4V5y037SRnHiON+8H1ocHSWwenIMbh159pnel9hPBw j5yRkw/1znl06RgyAyEGNvkzbcsfraw6lSbJHMOf7WDg29o7I/taD0kYK8biPYDa7uOz dlxht0Ujm1fJkeT6RkMPAdZFQ+0aZxkiRVmf2YWcqe5z3jm4+5GbxYsPwpsTxe/nxAeu 9+TCZ7osCyDDlnOq1ZhI5xCaQqPZ+oKyYGc2uhb5qxYe1B5NOqMy6uuxBqKy5s9yyquu M5zQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:message-id:references:to; bh=2DUwG66/pPdqxghLRf6kuW5pIGfmgNaRuyG11Cs2P2o=; b=FG3qev4aTF1UEgAGQQcnEoe7o9jLYWWhDMLdDW0XUHYBBG9+vsaEZUZQix12zPiNbx 76hIHj7tEHy4NDiB7K1SfkBJ6oDd26LUt9UXaafQLDs/pxaImUci7dmDT/JtgITzXmw1 oluWKJ4X0h3xTA479iJWhhgbuTjTrIGzDmKuItB11eL5HovJdZjoDbE8WeUInDJCMYtk vm+QdUPWZHU2Ts2kCUpiIGR5N0mpoxwYrK8oQy+P1K97XnULU+3AgvnsCcBGeUdgAzEQ ZpqfitJPQ3WNAjK/3xy3kcA4WO/rnfzv+GgVttcdHREl58VvATfmqhLVoeO0fJh2AgyR DX4A== X-Gm-Message-State: AG10YOT7LPpT8grCNJT5Zc2HorLxULD9ObtRAzjfv8TNM6zL7qw1PKWR0jWTMGdncWWPIw== X-Received: by 10.140.235.137 with SMTP id g131mr53851134qhc.43.1455125323383; Wed, 10 Feb 2016 09:28:43 -0800 (PST) Received: from [172.31.22.154] (gzac12-mdf2-1.aoa.twosigma.com. [208.77.215.155]) by smtp.gmail.com with ESMTPSA id d62sm1712309qka.3.2016.02.10.09.28.41 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Feb 2016 09:28:42 -0800 (PST) Sender: Matteo Riondato Subject: Re: svn commit: r295471 - in head/etc: defaults rc.d Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: multipart/signed; boundary="Apple-Mail=_4920B564-A0A2-425B-BFFC-F6832A628767"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.6b2 From: Matteo Riondato In-Reply-To: Date: Wed, 10 Feb 2016 12:28:40 -0500 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, Mark Felder Message-Id: <0CAF4F00-7711-4F0F-8487-0B17381940F2@FreeBSD.org> References: <201602101613.u1AGDx0I003885@repo.freebsd.org> To: Ronald Klop X-Mailer: Apple Mail (2.3112) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 17:28:44 -0000 --Apple-Mail=_4920B564-A0A2-425B-BFFC-F6832A628767 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Feb 10, 2016, at 12:04 PM, Ronald Klop = wrote: >=20 > On Wed, 10 Feb 2016 17:13:59 +0100, Mark Felder = wrote: >=20 >> Author: feld (ports committer) >> Date: Wed Feb 10 16:13:59 2016 >> New Revision: 295471 >> URL: https://svnweb.freebsd.org/changeset/base/295471 >>=20 >> Log: >> Add new rc.conf parameter "jail_reverse_stop" >> When a user defines "jail_list" in rc.conf the jails are started in = the >> order defined. Currently the jails are not are stopped in reverse = order >> which may break dependencies between jails/services and prevent a = clean >> shutdown. The new parameter "jail_reverse_stop" will shutdown jails = in >> "jail_list" in reverse order when set to "YES". >> Please note that this does not affect manual invocation of the jail = rc >> script. If a user runs the command >> # service jail stop jail1 jail2 jail3 >> the jails will be stopped in exactly the order specified regardless = of >> jail_reverse_stop being defined in rc.conf. >> PR: 196152 >=20 > Good feature. I know POLA is always very important in FreeBSD = development, but having this setting on by default seems very reasonable = to me. +1, perhaps with a note in UPDATING and, when MFC=E2=80=99ed, having the = default to off. Matteo --Apple-Mail=_4920B564-A0A2-425B-BFFC-F6832A628767 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAla7c0gACgkQ2Mp4pR7Fa+z+bwCgyvcF+eCAVkQS5nw8EpvoADDK HGkAoI1daSw3nG5G4P9yMzP4KU3ep9gu =Nrom -----END PGP SIGNATURE----- --Apple-Mail=_4920B564-A0A2-425B-BFFC-F6832A628767--