From owner-svn-ports-head@freebsd.org Thu Nov 23 20:02:14 2017 Return-Path: Delivered-To: svn-ports-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 AA062DF497F; Thu, 23 Nov 2017 20:02:14 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "0x20.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 710D878C24; Thu, 23 Nov 2017 20:02:13 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from e.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id C6707A5825; Thu, 23 Nov 2017 21:02:04 +0100 (CET) Received: (from lars@localhost) by e.0x20.net (8.15.2/8.15.2/Submit) id vANK24u7041974; Thu, 23 Nov 2017 21:02:04 +0100 (CET) (envelope-from lars) Date: Thu, 23 Nov 2017 21:02:04 +0100 From: Lars Engels To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r454757 - in head/net-mgmt/icinga2: . files Message-ID: <20171123200204.GL36524@e.0x20.net> References: <201711231251.vANCpsCM098646@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Editor: VIM - Vi IMproved 8.0 User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2017 20:02:14 -0000 On Thu, Nov 23, 2017 at 05:26:12PM +0100, Mathieu Arnold wrote: > Le 23/11/2017 à 13:51, Lars Engels a écrit : > > -%%ETCDIR%%/repository.d/README > > Removing that broke everyone's configuration :-) I didn't. Upstream did. :) The repository.d directory and the bottom-up config (sending config from satellites to the master node) was deprecated in 2.6.0 [1] and removed in 2.8.0 [2]. You probably only need to remove the include statement in icinga2.conf [1] https://github.com/icinga/icinga2/issues/4798 [2] https://github.com/icinga/icinga2/issues/4799