aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-google-compute-engine
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-07-18 14:28:03 +0000
committerSteve Wills <swills@FreeBSD.org>2018-07-18 14:28:03 +0000
commitd7b7dc37b322c1a1b9f65635283f891fdd75c4c8 (patch)
tree9d8c0f7d67907e08ebe0cd30fbf89c16a189393b /sysutils/py-google-compute-engine
parenta318515eb484104026858e9d8a906f45fdfb5cd1 (diff)
downloadports-d7b7dc37b322c1a1b9f65635283f891fdd75c4c8.tar.gz
ports-d7b7dc37b322c1a1b9f65635283f891fdd75c4c8.zip
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
Notes
Notes: svn path=/head/; revision=474866
Diffstat (limited to 'sysutils/py-google-compute-engine')
-rw-r--r--sysutils/py-google-compute-engine/Makefile1
-rw-r--r--sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample2
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/py-google-compute-engine/Makefile b/sysutils/py-google-compute-engine/Makefile
index 162ad1e1eef9..56df7dce11f8 100644
--- a/sysutils/py-google-compute-engine/Makefile
+++ b/sysutils/py-google-compute-engine/Makefile
@@ -2,6 +2,7 @@
PORTNAME= google-compute-engine
DISTVERSION= 2.8.3
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample b/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample
index cd1519c9b42c..08d29c76bf85 100644
--- a/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample
+++ b/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample
@@ -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