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/pc532/upgrade | |
parent | 6765702568d2cce079bc23c1855e40ba4632e05e (diff) |
Update for removal of GNU tar(1)
Diffstat (limited to 'distrib/notes/pc532/upgrade')
-rw-r--r-- | distrib/notes/pc532/upgrade | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/distrib/notes/pc532/upgrade b/distrib/notes/pc532/upgrade index 5d3c23e9424..5ebc383497a 100644 --- a/distrib/notes/pc532/upgrade +++ b/distrib/notes/pc532/upgrade @@ -20,12 +20,10 @@ To upgrade your system, follow the following instructions: from /bin, /sbin and /usr/bin in some directory. (Things like sh, cp, ls, rm, tar, halt, and others.) - Extract the tar.gz files. Remember to use the --unlink - option with tar so it can replace binaries currently in use. - For example, to extract base.tar.gz: + Extract the tar.gz files. For example, to extract base.tar.gz: cd / - tar -xpzf /gz.files/base.tar.gz --unlink + tar -xpzf /gz.files/base.tar.gz Extract all the tar.gz files you want. You should carefully work at upgrading /etc. There may be changes to file formats |