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)
This commit is contained in:
Steve Wills 2018-07-18 16:35:30 +00:00
parent a2e0b572c4
commit 4a00e291b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q3/; revision=474882
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= google-compute-engine
DISTVERSION= 2.8.3
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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