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 /news | |
parent | Remove # $FreeBSD$ from Makefiles. (diff) |
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/files/innd.in | 2 | ||||
-rw-r--r-- | news/nzbget/files/nzbget.in | 4 | ||||
-rw-r--r-- | news/nzbhydra2/files/nzbhydra2.in | 4 | ||||
-rw-r--r-- | news/sabnzbdplus/files/sabnzbd.in | 4 | ||||
-rw-r--r-- | news/trn/scripts/pre-configure | 1 | ||||
-rw-r--r-- | news/trn4/scripts/preconf | 1 |
6 files changed, 3 insertions, 13 deletions
diff --git a/news/inn/files/innd.in b/news/inn/files/innd.in index a86073304c93..6d0aea1624bf 100644 --- a/news/inn/files/innd.in +++ b/news/inn/files/innd.in @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# # PROVIDE: innd # REQUIRE: DAEMON # KEYWORD: shutdown diff --git a/news/nzbget/files/nzbget.in b/news/nzbget/files/nzbget.in index d0c3b155d3a0..b692c3889ade 100644 --- a/news/nzbget/files/nzbget.in +++ b/news/nzbget/files/nzbget.in @@ -1,7 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ -# + # PROVIDE: nzbget # REQUIRE: LOGIN # KEYWORD: shutdown diff --git a/news/nzbhydra2/files/nzbhydra2.in b/news/nzbhydra2/files/nzbhydra2.in index 5c7c66041b1f..ff4a9fa85df0 100644 --- a/news/nzbhydra2/files/nzbhydra2.in +++ b/news/nzbhydra2/files/nzbhydra2.in @@ -1,7 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ -# + # PROVIDE: nzbhydra2 # REQUIRE: LOGIN # KEYWORD: shutdown diff --git a/news/sabnzbdplus/files/sabnzbd.in b/news/sabnzbdplus/files/sabnzbd.in index 6de8a0542f1a..724765e4dc74 100644 --- a/news/sabnzbdplus/files/sabnzbd.in +++ b/news/sabnzbdplus/files/sabnzbd.in @@ -1,7 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ -# + # PROVIDE: sabnzbd # REQUIRE: LOGIN # KEYWORD: shutdown diff --git a/news/trn/scripts/pre-configure b/news/trn/scripts/pre-configure index ccc57f2d9b66..6cc0d9539424 100644 --- a/news/trn/scripts/pre-configure +++ b/news/trn/scripts/pre-configure @@ -1,7 +1,6 @@ #!/bin/sh - # # pre-configure script for Trn port to FreeBSD 3.0 -# $FreeBSD$ PortsDir=$PORTSDIR CurDir=$CURDIR diff --git a/news/trn4/scripts/preconf b/news/trn4/scripts/preconf index 5f38ca040f66..f19cb803a108 100644 --- a/news/trn4/scripts/preconf +++ b/news/trn4/scripts/preconf @@ -1,7 +1,6 @@ #!/bin/sh # # pre-configure script for Trn 4.0 port to FreeBSD -# $FreeBSD$ PortsDir=$1 CurDir=$2 |