svn commit: r474866 - in head/sysutils/py-google-compute-engine: . files

Steve Wills swills at FreeBSD.org
Wed Jul 18 14:28:04 UTC 2018


Author: swills
Date: Wed Jul 18 14:28:03 2018
New Revision: 474866
URL: https://svnweb.freebsd.org/changeset/ports/474866

Log:
  sysutils/py-google-compute-engine: fix default shell
  
  PR:		229817
  Submitted by:	Gustavo Serra Scalet <gustavo.scalet at collabora.com>
  Approved by:	Helen Koike <helen.koike at collabora.com> (maintainer)
  MFH:		2018Q3

Modified:
  head/sysutils/py-google-compute-engine/Makefile   (contents, props changed)
  head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample

Modified: head/sysutils/py-google-compute-engine/Makefile
==============================================================================
--- head/sysutils/py-google-compute-engine/Makefile	Wed Jul 18 14:14:45 2018	(r474865)
+++ head/sysutils/py-google-compute-engine/Makefile	Wed Jul 18 14:28:03 2018	(r474866)
@@ -2,6 +2,7 @@
 
 PORTNAME=	google-compute-engine
 DISTVERSION=	2.8.3
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample
==============================================================================
--- head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample	Wed Jul 18 14:14:45 2018	(r474865)
+++ head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample	Wed Jul 18 14:28:03 2018	(r474866)
@@ -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


More information about the svn-ports-all mailing list