Bring these up-to-date with Peter's compat distribution changes.

This commit is contained in:
Jordan K. Hubbard 1996-12-24 00:23:43 +00:00
parent 13608f6661
commit 03b1ba77c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20890
3 changed files with 3 additions and 3 deletions

View File

@ -4,5 +4,5 @@ if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1
fi
tar --unlink -xpzf compat1x.tgz -C /
cat compat1x.?? | tar --unlink -xpzf - -C /
exit 0

View File

@ -4,5 +4,5 @@ if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1
fi
tar --unlink -xpzf compat20.tgz -C /
cat compat20.?? | tar --unlink -xpzf - -C /
exit 0

View File

@ -4,5 +4,5 @@ if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1
fi
tar --unlink -xpzf compat21.tgz -C /
cat compat21.?? | tar --unlink -xpzf - -C /
exit 0