[SM-Commit] BZR Change 35 to devel sorcery by Andrew Stitt <astitt at sourcemage.org>

scm at mail.sourcemage.org scm at mail.sourcemage.org
Fri May 12 13:05:03 EDT 2006


------------------------------------------------------------
revno: 35
committer: Andrew Stitt <astitt at sourcemage.org>
branch nick: devel-hack5
timestamp: Fri 2006-05-12 10:02:59 -0700
message:
  fix bug 11413, untar permissions

=== modified file 'ChangeLog'
--- ChangeLog	
+++ ChangeLog	
@@ -1,3 +1,6 @@
+2006-05-12 Andrew Stitt <astitt at sourcemage.org>
+	* libunpack: change parameters passed to tar, bug 11413
+
 2006-05-12 Andrew Stitt <astitt at sourcemage.org>
 	* sorcery: remove extra comma, bug 11767
 

=== modified file 'var/lib/sorcery/modules/libunpack'
--- var/lib/sorcery/modules/libunpack	
+++ var/lib/sorcery/modules/libunpack	
@@ -225,7 +225,7 @@
 
   case  "$2"  in
             bzip2|gzip|compress*|tar)
-                    tar   --owner=root  --group=root --no-same-permissions -xf \
+                    tar   --no-same-owner --no-same-permissions -xf \
 		          /dev/stdin 2> /dev/null  ||  cat > /dev/null ;;
               Zip)  cat /dev/stdin >/dev/null   #get rid of unused output
                     unzip  -q  "$1"                                    ;;




More information about the SM-Commit mailing list