From 02901285e7b6c6413edf994b60a033314818b6e1 Mon Sep 17 00:00:00 2001 From: rahnds Date: Mon, 13 Jan 1997 17:54:31 +0000 Subject: [PATCH] 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 -- 2.20.1