diff options
author | ultima <ultima@FreeBSD.org> | 2017-09-03 10:31:16 +0800 |
---|---|---|
committer | ultima <ultima@FreeBSD.org> | 2017-09-03 10:31:16 +0800 |
commit | 7f28f54f925dc35ccd0ea7a04037d5ecdd65b112 (patch) | |
tree | e61cf1a56e39c3d1049866e620a93915e2326d3f /sysutils | |
parent | 0240f4fc858eb85ea993896720648c5bd2d9bfe3 (diff) | |
download | freebsd-ports-gnome-7f28f54f925dc35ccd0ea7a04037d5ecdd65b112.tar.gz freebsd-ports-gnome-7f28f54f925dc35ccd0ea7a04037d5ecdd65b112.tar.zst freebsd-ports-gnome-7f28f54f925dc35ccd0ea7a04037d5ecdd65b112.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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-google-compute-engine/Makefile | 2 |
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 |