diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-08-29 18:27:00 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-08-29 18:27:00 +0000 |
| commit | c6d8b958f178cd23726c4fe8b8a56906b99a3ca4 (patch) | |
| tree | 010631cb42d5b42b32a3ebfc626a09118a238b6c /release/scripts | |
| parent | f52c5866ead1319d260be5c1a95cf8ef009bea0b (diff) | |
Notes
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/compat1x-install.sh | 11 | ||||
| -rwxr-xr-x | release/scripts/compat20-install.sh | 11 | ||||
| -rwxr-xr-x | release/scripts/compat21-install.sh | 11 | ||||
| -rwxr-xr-x | release/scripts/compat22-install.sh | 11 | ||||
| -rwxr-xr-x | release/scripts/compat3x-install.sh | 11 | ||||
| -rwxr-xr-x | release/scripts/compat4x-install.sh | 11 |
6 files changed, 0 insertions, 66 deletions
diff --git a/release/scripts/compat1x-install.sh b/release/scripts/compat1x-install.sh deleted file mode 100755 index b471caa9dfde..000000000000 --- a/release/scripts/compat1x-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi -cat compat1x.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 diff --git a/release/scripts/compat20-install.sh b/release/scripts/compat20-install.sh deleted file mode 100755 index ec0faeca3427..000000000000 --- a/release/scripts/compat20-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi -cat compat20.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 diff --git a/release/scripts/compat21-install.sh b/release/scripts/compat21-install.sh deleted file mode 100755 index 5680c290139d..000000000000 --- a/release/scripts/compat21-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi -cat compat21.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 diff --git a/release/scripts/compat22-install.sh b/release/scripts/compat22-install.sh deleted file mode 100755 index 97708c59617e..000000000000 --- a/release/scripts/compat22-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi -cat compat22.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 diff --git a/release/scripts/compat3x-install.sh b/release/scripts/compat3x-install.sh deleted file mode 100755 index e2168180f5c9..000000000000 --- a/release/scripts/compat3x-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi -cat compat3x.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 diff --git a/release/scripts/compat4x-install.sh b/release/scripts/compat4x-install.sh deleted file mode 100755 index 2950a1b6b9fc..000000000000 --- a/release/scripts/compat4x-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi -cat compat4x.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 |
