summaryrefslogtreecommitdiffstats
path: root/release/scripts/compat1x-install.sh
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-01-08 06:19:45 +0000
committerjkh <jkh@FreeBSD.org>1996-01-08 06:19:45 +0000
commit709700e64dcc7979a5c56562f62229e28b5e5f17 (patch)
tree74d1bc1985305b5a90bb4217a820c0adf5fa004d /release/scripts/compat1x-install.sh
parent7d1993a61c047eab134ecbe2345fe54558bce1bd (diff)
downloadFreeBSD-src-709700e64dcc7979a5c56562f62229e28b5e5f17.zip
FreeBSD-src-709700e64dcc7979a5c56562f62229e28b5e5f17.tar.gz
Check in the shell scripts I used for the 2.1-RELEASE CDROM. These
are provided simply as easy short-cuts for users who are prowling through the dists structure and decide to install something directly from there. There still needs to be some glue stuck into release/Makefile to copy these into the appropriate homes following a full `make release', but I'll wait until phk is done in there.
Diffstat (limited to 'release/scripts/compat1x-install.sh')
-rwxr-xr-xrelease/scripts/compat1x-install.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/release/scripts/compat1x-install.sh b/release/scripts/compat1x-install.sh
new file mode 100755
index 0000000..0361157
--- /dev/null
+++ b/release/scripts/compat1x-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 compat1x.tgz -C /
+exit 0
OpenPOWER on IntegriCloud