artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fadc8f
)
Important change to the installation notes.
author
rahnds
<rahnds@openbsd.org>
Mon, 13 Jan 1997 17:54:31 +0000
(17:54 +0000)
committer
rahnds
<rahnds@openbsd.org>
Mon, 13 Jan 1997 17:54:31 +0000
(17:54 +0000)
pax must be used with the "-pe" option to keep
file ownership, group and permissions (eg suid) on the extracted file.
sys/arch/powerpc/INSTALLATION
patch
|
blob
|
history
diff --git
a/sys/arch/powerpc/INSTALLATION
b/sys/arch/powerpc/INSTALLATION
index
3f39c09
..
0d93761
100644
(file)
--- a/
sys/arch/powerpc/INSTALLATION
+++ b/
sys/arch/powerpc/INSTALLATION
@@
-123,7
+123,7
@@
cd /mnt
for file in /tmp/*.tar.gz
do
echo ${file}
-gzip -dc ${file} | pax -r
+gzip -dc ${file} | pax -r
-pe
PATH=/mnt/bin:/mnt/sbin:/mnt/usr/sbin:/mnt/usr/bin:$PATH