diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-29 05:54:29 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-29 05:54:29 +0000 |
commit | e7ba098a6dde243a90180787f3c0999eece7efec (patch) | |
tree | 7c71e86e2ca91bceb37e74bc210fede50bdc95e4 /distrib/notes/hp300 | |
parent | 6765702568d2cce079bc23c1855e40ba4632e05e (diff) |
Update for removal of GNU tar(1)
Diffstat (limited to 'distrib/notes/hp300')
-rw-r--r-- | distrib/notes/hp300/upgrade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/hp300/upgrade b/distrib/notes/hp300/upgrade index b48a8225957..e236af3951e 100644 --- a/distrib/notes/hp300/upgrade +++ b/distrib/notes/hp300/upgrade @@ -66,7 +66,7 @@ manually. To do this, follow the following procedure: the `base' binary set: cd / - tar --unlink -zxvpf /path/to/base11.tar.gz + tar -xzvpf /path/to/base11.tar.gz NOTE: the `--unlink' option is _very_ important! @@ -85,7 +85,7 @@ manually. To do this, follow the following procedure: To extract these sets, use the following commands: cd / - tar --unlink -zxvpf <path to set> + tar -xzvpf <path to set> NOTE: you SHOULD NOT extract the `etc' set if upgrading. Instead, you should extract that set into another area and carefully merge the changes |