Date: Wed, 18 Jul 2018 16:35:30 +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: r474882 - in branches/2018Q3/sysutils/py-google-compute-engine: . files Message-ID: <201807181635.w6IGZUP0083924@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Jul 18 16:35:30 2018 New Revision: 474882 URL: https://svnweb.freebsd.org/changeset/ports/474882 Log: MFH: r474866 sysutils/py-google-compute-engine: fix default shell PR: 229817 Submitted by: Gustavo Serra Scalet <gustavo.scalet@collabora.com> Approved by: Helen Koike <helen.koike@collabora.com> (maintainer) Approved by: ports-secteam (implicit) Modified: branches/2018Q3/sysutils/py-google-compute-engine/Makefile branches/2018Q3/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/sysutils/py-google-compute-engine/Makefile ============================================================================== --- branches/2018Q3/sysutils/py-google-compute-engine/Makefile Wed Jul 18 16:28:53 2018 (r474881) +++ branches/2018Q3/sysutils/py-google-compute-engine/Makefile Wed Jul 18 16:35:30 2018 (r474882) @@ -2,6 +2,7 @@ PORTNAME= google-compute-engine DISTVERSION= 2.8.3 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2018Q3/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample ============================================================================== --- branches/2018Q3/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Wed Jul 18 16:28:53 2018 (r474881) +++ branches/2018Q3/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Wed Jul 18 16:35:30 2018 (r474882) @@ -5,4 +5,4 @@ usermod_cmd = pw usermod {user} -G {groups} groupadd_cmd = pw groupadd {group} [MetadataScripts] -default_shell = /bin/bash +default_shell = /bin/sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807181635.w6IGZUP0083924>