From owner-svn-src-head@freebsd.org Thu Nov 5 00:40:01 2015 Return-Path: Delivered-To: svn-src-head@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 ABE21A2542D; Thu, 5 Nov 2015 00:40:01 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x230.google.com (mail-qg0-x230.google.com [IPv6:2607:f8b0:400d:c04::230]) (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 6567B1CBF; Thu, 5 Nov 2015 00:40:01 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qgad10 with SMTP id d10so54690642qga.3; Wed, 04 Nov 2015 16:40:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nqp+ZgSDYZqpAjCLu71RFtgCfk3PdxXy2M4eYnlWBI0=; b=WQbVK10lsrW4/PZanzSGOwIM+oq+V8TB68OtB1S7oi6hMWWYiU8GZiV2Pyd2VYBfqW MbEAP1gJOxM1/tYEO/wv4OFb35WzhDTf/KI/IjNC7jw5VmhQIYwAHoRkrGjkJZ/BM9rO 8zqU6cNsio3XqFxhEZaWt2ITHsbJlKh0+9JdGGbzD98D336auyxFII5zMRlw/b37aEf8 UhDQLTzUFgPLyUknBQ/xX338ZaxIGjffDobCxpRyrJFXneRZkKsTAM0H8lJ7XvkMmZd2 7OA0P9OIUVLQTL8QUKigDY1yChl0n1+EPyb8R5+199TLTJCfFUGxpeOMBaZLjKPzibhE BBzQ== MIME-Version: 1.0 X-Received: by 10.140.219.198 with SMTP id p189mr4891587qhb.80.1446684000361; Wed, 04 Nov 2015 16:40:00 -0800 (PST) Received: by 10.140.88.209 with HTTP; Wed, 4 Nov 2015 16:40:00 -0800 (PST) In-Reply-To: <563AA10C.6050009@FreeBSD.org> References: <201511020105.tA215YhV095725@repo.freebsd.org> <563AA10C.6050009@FreeBSD.org> Date: Wed, 4 Nov 2015 16:40:00 -0800 Message-ID: Subject: Re: svn commit: r290252 - in head: . etc/defaults etc/periodic/daily tools/build/mk From: NGie Cooper To: Bryan Drewery Cc: Garrett Cooper , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2015 00:40:01 -0000 On Wed, Nov 4, 2015 at 4:21 PM, Bryan Drewery wrote: ... > This seems a bit gratuitous and against POLA. Unfortunately it was more POLA when the pediodic script was deleted after it was added to OptionalObsoleteFiles.inc in the last few months. I could add a backwards compatible variable when MFCing the change to avoid breaking POLA on stable/9 and stable/10 though. Thanks! -NGie