From 135fdeebb99c3569e42d8162b265e15d29bd937d Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 6 Apr 2021 16:21:47 +0200 Subject: all: Remove all other $FreeBSD keywords. --- emulators/cannonball/pkg-message | 2 -- emulators/edumips64/files/edumips64.in | 1 - emulators/javatari/files/javatari.in | 1 - emulators/open-vm-tools/files/vmware-guestd.in | 3 --- emulators/open-vm-tools/files/vmware-kmod.in | 3 --- emulators/pcemu/scripts/configure | 4 +--- emulators/qemu-cheri/files/gen-Makefile.snapshot.sh | 2 -- emulators/qemu-user-static-devel/files/qemu_user_static.in | 3 --- emulators/qemu-user-static/files/qemu_user_static.in | 3 --- emulators/qmc2/files/Makefile | 2 -- emulators/rtc/files/Makefile | 3 --- emulators/rtc/files/rtc.c | 1 - emulators/rtc/files/rtc_linux.c | 1 - emulators/tpm-emulator/files/tpmd.in | 2 -- emulators/virtualbox-ose-additions-legacy/files/vboxguest.in | 3 --- emulators/virtualbox-ose-additions-legacy/files/vboxservice.in | 2 -- emulators/virtualbox-ose-additions/files/vboxguest.in | 3 --- emulators/virtualbox-ose-additions/files/vboxservice.in | 2 -- emulators/virtualbox-ose-kmod-legacy/files/vboxnet.in | 3 --- emulators/virtualbox-ose-kmod/files/vboxnet.in | 3 --- emulators/virtualbox-ose-legacy/files/vboxheadless.in | 2 -- emulators/virtualbox-ose-legacy/files/vboxwatchdog.in | 2 -- emulators/virtualbox-ose-legacy/files/vboxwebsrv.in | 2 -- emulators/virtualbox-ose/files/vboxheadless.in | 2 -- emulators/virtualbox-ose/files/vboxwatchdog.in | 2 -- emulators/virtualbox-ose/files/vboxwebsrv.in | 2 -- 26 files changed, 1 insertion(+), 58 deletions(-) (limited to 'emulators') diff --git a/emulators/cannonball/pkg-message b/emulators/cannonball/pkg-message index 49fd7fff1301..81698f930ca5 100644 --- a/emulators/cannonball/pkg-message +++ b/emulators/cannonball/pkg-message @@ -1,8 +1,6 @@ [ { type: install message: < # Date of creation: Mar 27, 1995 # diff --git a/emulators/qemu-cheri/files/gen-Makefile.snapshot.sh b/emulators/qemu-cheri/files/gen-Makefile.snapshot.sh index adcc52488be0..ea5fd117035d 100644 --- a/emulators/qemu-cheri/files/gen-Makefile.snapshot.sh +++ b/emulators/qemu-cheri/files/gen-Makefile.snapshot.sh @@ -37,8 +37,6 @@ query_repo dtc DTC_COMMIT=$SHA cat < Makefile.snapshot -# \$FreeBSD\$ -# # Generated file! Do not edit! # # Generated by: files/gen-Makefile.snapshot.sh. diff --git a/emulators/qemu-user-static-devel/files/qemu_user_static.in b/emulators/qemu-user-static-devel/files/qemu_user_static.in index 4022421f8963..5bd78868e7bb 100644 --- a/emulators/qemu-user-static-devel/files/qemu_user_static.in +++ b/emulators/qemu-user-static-devel/files/qemu_user_static.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# # PROVIDE: %%NAME%% # REQUIRE: LOGIN diff --git a/emulators/qemu-user-static/files/qemu_user_static.in b/emulators/qemu-user-static/files/qemu_user_static.in index 4022421f8963..5bd78868e7bb 100644 --- a/emulators/qemu-user-static/files/qemu_user_static.in +++ b/emulators/qemu-user-static/files/qemu_user_static.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# # PROVIDE: %%NAME%% # REQUIRE: LOGIN diff --git a/emulators/qmc2/files/Makefile b/emulators/qmc2/files/Makefile index 1c36d87ecba6..9ce72bd82fd8 100644 --- a/emulators/qmc2/files/Makefile +++ b/emulators/qmc2/files/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - all: ${MAKE} -C qmc2 DISTCFG=1 SDL=1 ${MAKE} -C qmc2 arcade DISTCFG=1 SDL=1 diff --git a/emulators/rtc/files/Makefile b/emulators/rtc/files/Makefile index 78cb82c8737b..37f5744b61f0 100644 --- a/emulators/rtc/files/Makefile +++ b/emulators/rtc/files/Makefile @@ -21,9 +21,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# $FreeBSD$ -# SYS?= /sys KMOD= rtc diff --git a/emulators/rtc/files/rtc.c b/emulators/rtc/files/rtc.c index 6b4d26d55683..8cc3f50dfa23 100644 --- a/emulators/rtc/files/rtc.c +++ b/emulators/rtc/files/rtc.c @@ -22,7 +22,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ * $vmFreeBSD: vmware/vmnet-only/freebsd/vmnet.c,v 1.14 2000/01/23 22:29:50 vsilyaev Exp $ */ diff --git a/emulators/rtc/files/rtc_linux.c b/emulators/rtc/files/rtc_linux.c index 8e32bb8f5480..14f36acbb088 100644 --- a/emulators/rtc/files/rtc_linux.c +++ b/emulators/rtc/files/rtc_linux.c @@ -22,7 +22,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ * $vmFreeBSD: vmware/vmnet-only/freebsd/vmnet_linux.c,v 1.5 2000/01/23 22:29:50 vsilyaev Exp $ */ diff --git a/emulators/tpm-emulator/files/tpmd.in b/emulators/tpm-emulator/files/tpmd.in index cb8c36cd724d..ffbabaf4ec9f 100644 --- a/emulators/tpm-emulator/files/tpmd.in +++ b/emulators/tpm-emulator/files/tpmd.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: tpmd # REQUIRE: SERVERS # BEFORE: tcsd diff --git a/emulators/virtualbox-ose-additions-legacy/files/vboxguest.in b/emulators/virtualbox-ose-additions-legacy/files/vboxguest.in index 08f3ef8ebab7..707fedf94a88 100644 --- a/emulators/virtualbox-ose-additions-legacy/files/vboxguest.in +++ b/emulators/virtualbox-ose-additions-legacy/files/vboxguest.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# # PROVIDE: vboxguest # REQUIRE: FILESYSTEMS diff --git a/emulators/virtualbox-ose-additions-legacy/files/vboxservice.in b/emulators/virtualbox-ose-additions-legacy/files/vboxservice.in index cb2375868ca9..2a46dbc188ef 100644 --- a/emulators/virtualbox-ose-additions-legacy/files/vboxservice.in +++ b/emulators/virtualbox-ose-additions-legacy/files/vboxservice.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ - # PROVIDE: vboxservice # REQUIRE: DAEMON vboxguest # BEFORE: LOGIN diff --git a/emulators/virtualbox-ose-additions/files/vboxguest.in b/emulators/virtualbox-ose-additions/files/vboxguest.in index 08f3ef8ebab7..707fedf94a88 100644 --- a/emulators/virtualbox-ose-additions/files/vboxguest.in +++ b/emulators/virtualbox-ose-additions/files/vboxguest.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# # PROVIDE: vboxguest # REQUIRE: FILESYSTEMS diff --git a/emulators/virtualbox-ose-additions/files/vboxservice.in b/emulators/virtualbox-ose-additions/files/vboxservice.in index cb2375868ca9..2a46dbc188ef 100644 --- a/emulators/virtualbox-ose-additions/files/vboxservice.in +++ b/emulators/virtualbox-ose-additions/files/vboxservice.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ - # PROVIDE: vboxservice # REQUIRE: DAEMON vboxguest # BEFORE: LOGIN diff --git a/emulators/virtualbox-ose-kmod-legacy/files/vboxnet.in b/emulators/virtualbox-ose-kmod-legacy/files/vboxnet.in index 8c69dcc0ebd6..af3d18884273 100644 --- a/emulators/virtualbox-ose-kmod-legacy/files/vboxnet.in +++ b/emulators/virtualbox-ose-kmod-legacy/files/vboxnet.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# # PROVIDE: vboxnet # BEFORE: NETWORKING diff --git a/emulators/virtualbox-ose-kmod/files/vboxnet.in b/emulators/virtualbox-ose-kmod/files/vboxnet.in index 8c69dcc0ebd6..af3d18884273 100644 --- a/emulators/virtualbox-ose-kmod/files/vboxnet.in +++ b/emulators/virtualbox-ose-kmod/files/vboxnet.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# # PROVIDE: vboxnet # BEFORE: NETWORKING diff --git a/emulators/virtualbox-ose-legacy/files/vboxheadless.in b/emulators/virtualbox-ose-legacy/files/vboxheadless.in index 12c5be979369..5ddc5fc21d6c 100644 --- a/emulators/virtualbox-ose-legacy/files/vboxheadless.in +++ b/emulators/virtualbox-ose-legacy/files/vboxheadless.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: vboxheadless # REQUIRE: LOGIN vboxnet # KEYWORD: shutdown diff --git a/emulators/virtualbox-ose-legacy/files/vboxwatchdog.in b/emulators/virtualbox-ose-legacy/files/vboxwatchdog.in index 28af2913d92a..c21bc03b3523 100644 --- a/emulators/virtualbox-ose-legacy/files/vboxwatchdog.in +++ b/emulators/virtualbox-ose-legacy/files/vboxwatchdog.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: vboxwatchdog # REQUIRE: LOGIN # KEYWORD: shutdown diff --git a/emulators/virtualbox-ose-legacy/files/vboxwebsrv.in b/emulators/virtualbox-ose-legacy/files/vboxwebsrv.in index a421324e5965..a7e1e38e3090 100644 --- a/emulators/virtualbox-ose-legacy/files/vboxwebsrv.in +++ b/emulators/virtualbox-ose-legacy/files/vboxwebsrv.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: vboxwebsrv # REQUIRE: LOGIN # KEYWORD: shutdown diff --git a/emulators/virtualbox-ose/files/vboxheadless.in b/emulators/virtualbox-ose/files/vboxheadless.in index 12c5be979369..5ddc5fc21d6c 100644 --- a/emulators/virtualbox-ose/files/vboxheadless.in +++ b/emulators/virtualbox-ose/files/vboxheadless.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: vboxheadless # REQUIRE: LOGIN vboxnet # KEYWORD: shutdown diff --git a/emulators/virtualbox-ose/files/vboxwatchdog.in b/emulators/virtualbox-ose/files/vboxwatchdog.in index 28af2913d92a..c21bc03b3523 100644 --- a/emulators/virtualbox-ose/files/vboxwatchdog.in +++ b/emulators/virtualbox-ose/files/vboxwatchdog.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: vboxwatchdog # REQUIRE: LOGIN # KEYWORD: shutdown diff --git a/emulators/virtualbox-ose/files/vboxwebsrv.in b/emulators/virtualbox-ose/files/vboxwebsrv.in index a421324e5965..a7e1e38e3090 100644 --- a/emulators/virtualbox-ose/files/vboxwebsrv.in +++ b/emulators/virtualbox-ose/files/vboxwebsrv.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: vboxwebsrv # REQUIRE: LOGIN # KEYWORD: shutdown -- cgit v1.2.3