1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

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
This commit is contained in:
Steve Wills 2018-07-18 14:28:03 +00:00
parent a318515eb4
commit d7b7dc37b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474866
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