diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 14:21:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 14:31:13 +0000 |
commit | 135fdeebb99c3569e42d8162b265e15d29bd937d (patch) | |
tree | 0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /emulators | |
parent | 305f148f482daf30dcf728039d03d019f88344eb (diff) |
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'emulators')
26 files changed, 1 insertions, 58 deletions
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: <<EOM -$FreeBSD$ - In order for Cannonball to work you need to provide a copy of the OutRun revision B romset to the roms subdirectory. Rename the files if necessary. diff --git a/emulators/edumips64/files/edumips64.in b/emulators/edumips64/files/edumips64.in index 7953b0815ddf..591eb93ae766 100644 --- a/emulators/edumips64/files/edumips64.in +++ b/emulators/edumips64/files/edumips64.in @@ -1,4 +1,3 @@ #! /bin/sh - -# $FreeBSD$ exec "%%JAVA%%" -jar %%JAVAJARDIR%%/%%JARFILE%% "$@" diff --git a/emulators/javatari/files/javatari.in b/emulators/javatari/files/javatari.in index 637ec42fd65f..e39892e5bb6b 100644 --- a/emulators/javatari/files/javatari.in +++ b/emulators/javatari/files/javatari.in @@ -1,5 +1,4 @@ #!/bin/csh -# $FreeBSD$ set JAVA = "%%LOCALBASE%%/bin/java" set JARPATH = "%%JAVALIBDIR%%" diff --git a/emulators/open-vm-tools/files/vmware-guestd.in b/emulators/open-vm-tools/files/vmware-guestd.in index cc1dbfaa1022..9a5e3c201467 100644 --- a/emulators/open-vm-tools/files/vmware-guestd.in +++ b/emulators/open-vm-tools/files/vmware-guestd.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# # PROVIDE: vmware-guestd # REQUIRE: FILESYSTEMS ldconfig diff --git a/emulators/open-vm-tools/files/vmware-kmod.in b/emulators/open-vm-tools/files/vmware-kmod.in index 71fa0813f726..a62f03b465e8 100644 --- a/emulators/open-vm-tools/files/vmware-kmod.in +++ b/emulators/open-vm-tools/files/vmware-kmod.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# # PROVIDE: vmware-kmod # REQUIRE: FILESYSTEMS ldconfig diff --git a/emulators/pcemu/scripts/configure b/emulators/pcemu/scripts/configure index 6a9b8c043398..75edb9c86fc0 100644 --- a/emulators/pcemu/scripts/configure +++ b/emulators/pcemu/scripts/configure @@ -1,7 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ -# + # Author: Jörg Wunsch <joerg@FreeBSD.org> # 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 <<EOF > 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 |