From bf76b86e2d0e2e914346d53f194950feeeab2352 Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Mon, 13 Jan 1997 17:54:32 +0000 Subject: 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. --- sys/arch/powerpc/INSTALLATION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3