From owner-svn-src-head@freebsd.org Mon Mar 5 16:14:05 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84891F3BCB3; Mon, 5 Mar 2018 16:14:05 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (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 0FE96809D9; Mon, 5 Mar 2018 16:14:05 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-io0-x235.google.com with SMTP id g21so18537225ioj.5; Mon, 05 Mar 2018 08:14:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=tmhl+4VFksFcsotEfVlbaYTWOkye/uuWlTtJ02CVkg4=; b=qUVy4r+qDzJP9I6LvpDZcCBJ+4xxsQ5cg6w8s7H0BKASXI/Miwo9OVE+bUhCDQ5E1/ ldPdPW5endFJJ7Z6xs/3ZbsTeXER5G+K6geXxZxJgkSVcuym60PqOXNcvrBvzwf4JXXk LkUSHW4i97SzMgR5nzAqqWy+ZAeuw3cCUmEP25asVJSPgEMVLgAOKWyNKCt9TpwuGSZ0 Mzfw5To83rnYTN1sDWm6hEDBYNqcDNGj6YMRtS6v6KmxvUHMItvZpcl1AXGS+zOGcmLq mDGvFrMMhWIuSpwPM8+wkqQza37FGpp7BTqCq8RTFrG5Hn9PvBckG3MwPNzUd8OQg67W eXbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=tmhl+4VFksFcsotEfVlbaYTWOkye/uuWlTtJ02CVkg4=; b=TpUzIbI2tG6cu+Pq5gzcJPD0Ntm6p+igPH7FvGwa8y/iSC4I7WTch0WDOf/Foe+tvw jh+MEKyGi7nyvUQkC9CoLjXZJOoXm1lb/kKf/NTDF3zkP+1KfH/QW3wOq9u2he5zKeR+ QvyP6Lenygdp5PAoHygi4X2XqTuVzfsqfVMf2Z7f6WMJS+7ElLtfK+ouTzflzNeHfpy9 VcrMMg8Pq9ezTLVF/Eb9K8XnLYGTrOmmjTDfMEKWfeExa6O3eCMidGd+05mQju1IjPCa NiW1oVlZhnxkFDePN09cZwQBonH86TtZ9nbrYrq7X+jkL/3THM4AR/Z2M0dMEgYnFCY1 x7+g== X-Gm-Message-State: APf1xPDPqJOcUuBe2d/DTUvUAbG1AYerMEYSueWYkgB8BivMx280CQBf yg+M/fR8sIKIqSKj6HKhRSkKvA== X-Google-Smtp-Source: AG47ELuYU4xAmVEFHZfVbRnxAE26NQ3HsdDuoVyb+1s4KVt/C42od3HGzDVwJlR2k+8s207Zx1GmlA== X-Received: by 10.107.131.82 with SMTP id f79mr17731259iod.102.1520266444151; Mon, 05 Mar 2018 08:14:04 -0800 (PST) Received: from raichu (toroon0560w-lp130-01-174-88-76-226.dsl.bell.ca. [174.88.76.226]) by smtp.gmail.com with ESMTPSA id k76sm4963445ita.32.2018.03.05.08.14.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Mar 2018 08:14:03 -0800 (PST) Sender: Mark Johnston Date: Mon, 5 Mar 2018 11:13:58 -0500 From: Mark Johnston To: Mariusz Zaborski Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r325739 - in head: lib/libcasper/services lib/libcasper/services/cap_syslog share/mk Message-ID: <20180305161358.GA704@raichu> References: <201711120834.vAC8YQUq006611@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201711120834.vAC8YQUq006611@repo.freebsd.org> User-Agent: Mutt/1.9.3 (2018-01-21) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 05 Mar 2018 16:14:05 -0000 On Sun, Nov 12, 2017 at 08:34:26AM +0000, Mariusz Zaborski wrote: > Author: oshogbo > Date: Sun Nov 12 08:34:25 2017 > New Revision: 325739 > URL: https://svnweb.freebsd.org/changeset/base/325739 > > Log: > Introduce syslog service for Casper. > > syslog in libc secretly reconnects to the daemon. > Another issue is that we don't have any information from openlog(3) if we > succeeded to open log or not so we don't know if we are ready > to enter cabability mode. > Because all of that we decided we need a syslog service for Caspser. Hi, Do you plan to MFC this or any of the other recent changes to libcasper? The growing divergence with stable/11 makes it rather painful to maintain a port, depending on libcasper, that aims to work on both 11 and head.