Date: Tue, 22 May 2018 13:59:00 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> 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 Message-ID: <201805221359.w4MDx0Dt021391@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <helen.koike@collabora.com> (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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805221359.w4MDx0Dt021391>