From owner-svn-src-stable-11@freebsd.org Sun Apr 2 15:41:47 2017 Return-Path: Delivered-To: svn-src-stable-11@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 29F7BD2931F; Sun, 2 Apr 2017 15:41:47 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (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 DDD29842; Sun, 2 Apr 2017 15:41:46 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1cuhdP-0005Ff-NF; Sun, 02 Apr 2017 18:41:43 +0300 Date: Sun, 2 Apr 2017 18:41:43 +0300 From: Slawa Olhovchenkov To: Alan Somers Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r316372 - stable/11/etc Message-ID: <20170402154143.GJ70430@zxy.spb.ru> References: <201704012051.v31KpM9f069344@repo.freebsd.org> <20170402111521.GL86500@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2017 15:41:47 -0000 On Sun, Apr 02, 2017 at 09:39:47AM -0600, Alan Somers wrote: > On Sun, Apr 2, 2017 at 5:15 AM, Slawa Olhovchenkov wrote: > > On Sat, Apr 01, 2017 at 08:51:22PM +0000, Alan Somers wrote: > > > >> Author: asomers > >> Date: Sat Apr 1 20:51:22 2017 > >> New Revision: 316372 > >> URL: https://svnweb.freebsd.org/changeset/base/316372 > >> > >> Log: > >> MFC r314341: > >> > >> Update devd.conf for ports change 421360 > >> > >> Ports change 421360 changed the name and UID of the postgres user > > > > This is not good solution, IMHO. > > System w/ PostgreSQL installed before 421360 after update to r314341 > > will be break. > > > > IMHO best is to have (some time) both rules: for uid 70 and 770. > > I disagree, Slawa, because this devd.conf rule is moot in the default > install. That's becauses there is no matching rctl.conf rule. It's > really just an example. In fact, I don't even know if it refers to > any actual memory leak in postgresql, or just a hypothetical one. I'm > pretty sure that Trasz only added it in r220168 as an example of how > to write a RCTL rule in devd.conf. Thanks for clarification.