mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
background and provides the following services: - Accounts daemon to setup and manage user accounts, and to enable SSH key based authentication. - Clock skew daemon to keep the system clock in sync after VM start and stop events. - Instance setup scripts to execute VM configuration scripts during boot. - IP forwarding daemon that integrates network load balancing with forwarding rule changes into the guest. - Metadata scripts to run user provided scripts at VM startup and shutdown. - Network setup service to enable multiple network interfaces on boot. WWW: https://github.com/GoogleCloudPlatform/compute-image-packages PR: 219687 Submitted by: Helen Koike (maintainer) Reviewed by: matthew (mentor), koobs, sunpoet, swills, julian Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12077
10 lines
436 B
Python
10 lines
436 B
Python
--- setup.py.orig 2017-07-18 16:43:14 UTC
|
|
+++ setup.py
|
|
@@ -30,7 +30,6 @@ setuptools.setup(
|
|
long_description='Google Compute Engine guest environment.',
|
|
name='google-compute-engine',
|
|
packages=setuptools.find_packages(),
|
|
- scripts=glob.glob('scripts/*'),
|
|
url='https://github.com/GoogleCloudPlatform/compute-image-packages',
|
|
version='2.4.1',
|
|
# Entry points create scripts in /usr/bin that call a function.
|