Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2018 14:28:03 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474866 - in head/sysutils/py-google-compute-engine: . files
Message-ID:  <201807181428.w6IES30E015969@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@collabora.com>
  Approved by:	Helen Koike <helen.koike@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807181428.w6IES30E015969>