diff options
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/dict-make.sh | 2 | ||||
| -rwxr-xr-x | release/scripts/games-make.sh | 2 | ||||
| -rwxr-xr-x | release/scripts/info-make.sh | 2 | ||||
| -rw-r--r-- | release/scripts/tar.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/release/scripts/dict-make.sh b/release/scripts/dict-make.sh index d519342f9bcc..bdb7df94ae9a 100755 --- a/release/scripts/dict-make.sh +++ b/release/scripts/dict-make.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/release/scripts/dict-make.sh,v 1.7 1999/09/11 06:11:52 jkh Exp $ # Move the dict stuff out to its own dist if [ -d ${RD}/trees/bin/usr/share/dict ]; then diff --git a/release/scripts/games-make.sh b/release/scripts/games-make.sh index 06716d5923f6..65da48ffed5b 100755 --- a/release/scripts/games-make.sh +++ b/release/scripts/games-make.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/release/scripts/games-make.sh,v 1.3 1999/09/11 06:11:52 jkh Exp $ # Move all the games out to their own dist if [ -d ${RD}/trees/bin/usr/games ]; then diff --git a/release/scripts/info-make.sh b/release/scripts/info-make.sh index 2db364676c55..1d495e95ac17 100755 --- a/release/scripts/info-make.sh +++ b/release/scripts/info-make.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/release/scripts/info-make.sh,v 1.2 1999/09/11 06:11:52 jkh Exp $ # Move the info files out to their own dist if [ -d ${RD}/trees/bin/usr/share/info ]; then diff --git a/release/scripts/tar.sh b/release/scripts/tar.sh index 7281580ab175..9d1c91216d4b 100644 --- a/release/scripts/tar.sh +++ b/release/scripts/tar.sh @@ -32,7 +32,7 @@ # # -# $FreeBSD$ +# $FreeBSD: src/release/scripts/tar.sh,v 1.5 1999/08/28 01:34:07 peter Exp $ # archive=${TAPE:-/dev/rst0} |
