From owner-svn-ports-branches@freebsd.org Tue May 22 13:59:02 2018 Return-Path: Delivered-To: svn-ports-branches@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 E0E2BEF6E63; Tue, 22 May 2018 13:59:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9248276192; Tue, 22 May 2018 13:59:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5929814E76; Tue, 22 May 2018 13:59:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4MDx1tC021393; Tue, 22 May 2018 13:59:01 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4MDx0Dt021391; Tue, 22 May 2018 13:59:00 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805221359.w4MDx0Dt021391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 22 May 2018 13:59:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r470616 - in branches/2018Q2/sysutils/py-google-compute-engine: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in branches/2018Q2/sysutils/py-google-compute-engine: . files X-SVN-Commit-Revision: 470616 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2018 13:59:02 -0000 Author: swills Date: Tue May 22 13:59:00 2018 New Revision: 470616 URL: https://svnweb.freebsd.org/changeset/ports/470616 Log: MFH: r470608 sysutils/py-google-compute-engine: Fixes agent logging to syslog (console) PR: 228411 Submitted by: Helen Koike (maintainer) Approved by: ports-secteam (implicit) Added: branches/2018Q2/sysutils/py-google-compute-engine/files/90-google.conf.sample - copied unchanged from r470608, head/sysutils/py-google-compute-engine/files/90-google.conf.sample Modified: branches/2018Q2/sysutils/py-google-compute-engine/Makefile branches/2018Q2/sysutils/py-google-compute-engine/pkg-plist (contents, props changed) Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/sysutils/py-google-compute-engine/Makefile ============================================================================== --- branches/2018Q2/sysutils/py-google-compute-engine/Makefile Tue May 22 13:58:33 2018 (r470615) +++ branches/2018Q2/sysutils/py-google-compute-engine/Makefile Tue May 22 13:59:00 2018 (r470616) @@ -2,7 +2,7 @@ PORTNAME= google-compute-engine DISTVERSION= 2.7.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -34,7 +34,11 @@ SUB_LIST= PYTHON_CMD="${PYTHON_CMD}" REINPLACE_ARGS= -i '' post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/syslog.d ${INSTALL_DATA} ${FILESDIR}/instance_configs.cfg.distro.sample \ ${STAGEDIR}${PREFIX}/etc/instance_configs.cfg.distro.sample + ${INSTALL_DATA} ${FILESDIR}/90-google.conf.sample \ + ${STAGEDIR}${PREFIX}/etc/syslog.d/90-google.conf.sample + .include Copied: branches/2018Q2/sysutils/py-google-compute-engine/files/90-google.conf.sample (from r470608, head/sysutils/py-google-compute-engine/files/90-google.conf.sample) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/sysutils/py-google-compute-engine/files/90-google.conf.sample Tue May 22 13:59:00 2018 (r470616, copy of r470608, head/sysutils/py-google-compute-engine/files/90-google.conf.sample) @@ -0,0 +1,7 @@ +# $FreeBSD$ +# Google Compute Engine default console logging. +# +# daemon: logging from Google provided daemons. +# kern: logging information in case of an unexpected crash during boot. +# +daemon,kern.* /dev/console Modified: branches/2018Q2/sysutils/py-google-compute-engine/pkg-plist ============================================================================== --- branches/2018Q2/sysutils/py-google-compute-engine/pkg-plist Tue May 22 13:58:33 2018 (r470615) +++ branches/2018Q2/sysutils/py-google-compute-engine/pkg-plist Tue May 22 13:59:00 2018 (r470616) @@ -1 +1,2 @@ @sample etc/instance_configs.cfg.distro.sample +@sample etc/syslog.d/90-google.conf.sample