Important change to the installation notes.
authorrahnds <rahnds@openbsd.org>
Mon, 13 Jan 1997 17:54:31 +0000 (17:54 +0000)
committerrahnds <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

index 3f39c09..0d93761 100644 (file)
@@ -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