aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-google-compute-engine
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2017-09-03 02:31:16 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2017-09-03 02:31:16 +0000
commit650733f0b5dacafa3a3fada62e7fbbb2b438f3da (patch)
treee61cf1a56e39c3d1049866e620a93915e2326d3f /sysutils/py-google-compute-engine
parent60dd67ef736754495e33e3ed032e24a825cad360 (diff)
downloadports-650733f0b5dacafa3a3fada62e7fbbb2b438f3da.tar.gz
ports-650733f0b5dacafa3a3fada62e7fbbb2b438f3da.zip
Add missing rc script, this should fix possible issues with ip forwarding
PR: 221917 Submitted by: Helen Koike (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12207
Notes
Notes: svn path=/head/; revision=449170
Diffstat (limited to 'sysutils/py-google-compute-engine')
-rw-r--r--sysutils/py-google-compute-engine/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/py-google-compute-engine/Makefile b/sysutils/py-google-compute-engine/Makefile
index 796a03adbf89..9c39f49d3985 100644
--- a/sysutils/py-google-compute-engine/Makefile
+++ b/sysutils/py-google-compute-engine/Makefile
@@ -2,6 +2,7 @@
PORTNAME= google-compute-engine
PORTVERSION= 2.4.1
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +25,7 @@ USE_RC_SUBR= google_instance_setup \
google_network_setup \
google_accounts_daemon \
google_clock_skew_daemon \
+ google_ip_forwarding_daemon \
google_startup
NO_ARCH= yes