diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-11 00:08:01 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-11 00:08:01 +0000 |
| commit | 17d68b04ff9fcd2dc603fc7fcd82bddd7ae7dc22 (patch) | |
| tree | cc71a873e36b64b001dd2be66b21e0f84ac8ab25 /release/scripts | |
| parent | ce6a5b7bc2744b5584d690bb369e77397ff5226d (diff) | |
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/compat21-install.sh (renamed from release/scripts/catpages-install.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/catpages-install.sh b/release/scripts/compat21-install.sh index ce408fedc6cd..f6cc9cbda06b 100755 --- a/release/scripts/catpages-install.sh +++ b/release/scripts/compat21-install.sh @@ -4,5 +4,5 @@ if [ "`id -u`" != "0" ]; then echo "Sorry, this must be done as root." exit 1 fi -cat catpages.?? | tar --unlink -xpzf - -C / +tar --unlink -xpzf compat21.tgz -C / exit 0 |
