Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: scm AT mail.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] BZR Change 35 to devel sorcery by Andrew Stitt <astitt AT sourcemage.org>
  • Date: Fri, 12 May 2006 12:05:03 -0500

------------------------------------------------------------
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" ;;




  • [SM-Commit] BZR Change 35 to devel sorcery by Andrew Stitt <astitt AT sourcemage.org>, scm, 05/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page