diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-13 17:54:32 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-13 17:54:32 +0000 |
commit | bf76b86e2d0e2e914346d53f194950feeeab2352 (patch) | |
tree | 5c2e1f24b0025a52f4de84a410cee1ac3857fa6f | |
parent | cf47d736b4f8be7688815d6199b5b2a3e6c6cd91 (diff) |
Important change to the installation notes.
pax must be used with the "-pe" option to keep
file ownership, group and permissions (eg suid) on the extracted file.
-rw-r--r-- | sys/arch/powerpc/INSTALLATION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/powerpc/INSTALLATION b/sys/arch/powerpc/INSTALLATION index 3f39c09fd7e..0d937615a01 100644 --- 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 |