summaryrefslogtreecommitdiff
path: root/release/scripts/compat21-install.sh
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1997-03-11 00:08:01 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1997-03-11 00:08:01 +0000
commit17d68b04ff9fcd2dc603fc7fcd82bddd7ae7dc22 (patch)
treecc71a873e36b64b001dd2be66b21e0f84ac8ab25 /release/scripts/compat21-install.sh
parentce6a5b7bc2744b5584d690bb369e77397ff5226d (diff)
Diffstat (limited to 'release/scripts/compat21-install.sh')
-rwxr-xr-xrelease/scripts/compat21-install.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/release/scripts/compat21-install.sh b/release/scripts/compat21-install.sh
new file mode 100755
index 000000000000..f6cc9cbda06b
--- /dev/null
+++ b/release/scripts/compat21-install.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+#
+if [ "`id -u`" != "0" ]; then
+ echo "Sorry, this must be done as root."
+ exit 1
+fi
+tar --unlink -xpzf compat21.tgz -C /
+exit 0