From 709700e64dcc7979a5c56562f62229e28b5e5f17 Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 8 Jan 1996 06:19:45 +0000 Subject: 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. --- release/scripts/compat1x-install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 release/scripts/compat1x-install.sh (limited to 'release/scripts/compat1x-install.sh') 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 -- cgit v1.1