diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:21:47 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:31:13 +0200 |
commit | 135fdeebb99c3569e42d8162b265e15d29bd937d (patch) | |
tree | 0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /sysutils/py-google-compute-engine | |
parent | Remove # $FreeBSD$ from Makefiles. (diff) |
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'sysutils/py-google-compute-engine')
7 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/py-google-compute-engine/files/90-google.conf.sample b/sysutils/py-google-compute-engine/files/90-google.conf.sample index 97f52ff3edca..81b2ed7ff9f9 100644 --- a/sysutils/py-google-compute-engine/files/90-google.conf.sample +++ b/sysutils/py-google-compute-engine/files/90-google.conf.sample @@ -1,4 +1,3 @@ -# $FreeBSD$ # Google Compute Engine default console logging. # # daemon: logging from Google provided daemons. diff --git a/sysutils/py-google-compute-engine/files/google_accounts_daemon.in b/sysutils/py-google-compute-engine/files/google_accounts_daemon.in index bc7f60c003b2..7d75cb87f806 100644 --- a/sysutils/py-google-compute-engine/files/google_accounts_daemon.in +++ b/sysutils/py-google-compute-engine/files/google_accounts_daemon.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: google_accounts_daemon # BEFORE: LOGIN # REQUIRE: NETWORKING syslogd google_instance_setup google_network_daemon diff --git a/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in b/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in index 1cb56c19df2a..2fdc27069e34 100644 --- a/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in +++ b/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: google_clock_skew_daemon # BEFORE: LOGIN # REQUIRE: NETWORKING syslogd ntpd google_instance_setup google_network_daemon diff --git a/sysutils/py-google-compute-engine/files/google_instance_setup.in b/sysutils/py-google-compute-engine/files/google_instance_setup.in index 39c368f0b77c..d4262ce721f4 100644 --- a/sysutils/py-google-compute-engine/files/google_instance_setup.in +++ b/sysutils/py-google-compute-engine/files/google_instance_setup.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: google_instance_setup # BEFORE: LOGIN # REQUIRE: NETWORKING syslogd diff --git a/sysutils/py-google-compute-engine/files/google_network_daemon.in b/sysutils/py-google-compute-engine/files/google_network_daemon.in index 8944b8a70ac7..52b8e36e8028 100644 --- a/sysutils/py-google-compute-engine/files/google_network_daemon.in +++ b/sysutils/py-google-compute-engine/files/google_network_daemon.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: google_network_daemon # BEFORE: LOGIN # REQUIRE: NETWORKING syslogd google_instance_setup google_network_daemon diff --git a/sysutils/py-google-compute-engine/files/google_set_hostname b/sysutils/py-google-compute-engine/files/google_set_hostname index 21faa156dcc7..f5aa3a2a415d 100644 --- a/sysutils/py-google-compute-engine/files/google_set_hostname +++ b/sysutils/py-google-compute-engine/files/google_set_hostname @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ # Copyright 2016 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/sysutils/py-google-compute-engine/files/google_startup.in b/sysutils/py-google-compute-engine/files/google_startup.in index 1e6a8531d03b..5d0f98561ca7 100644 --- a/sysutils/py-google-compute-engine/files/google_startup.in +++ b/sysutils/py-google-compute-engine/files/google_startup.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: google_startup # BEFORE: LOGIN # REQUIRE: NETWORKING syslogd google_instance_setup google_network_daemon |