svn commit: trunk/busybox/archival

vda at busybox.net vda at busybox.net
Tue Jan 20 02:52:58 UTC 2009


Author: vda
Date: 2009-01-20 02:52:57 +0000 (Tue, 20 Jan 2009)
New Revision: 24916

Log:
tar: stop changing net tarfile's mode, GNU tar doesn't do it



Modified:
   trunk/busybox/archival/tar.c


Changeset:
Modified: trunk/busybox/archival/tar.c
===================================================================
--- trunk/busybox/archival/tar.c	2009-01-20 00:49:33 UTC (rev 24915)
+++ trunk/busybox/archival/tar.c	2009-01-20 02:52:57 UTC (rev 24916)
@@ -592,8 +592,6 @@
 	struct TarBallInfo tbInfo;
 
 	tbInfo.hlInfoHead = NULL;
-
-	fchmod(tar_fd, 0644);
 	tbInfo.tarFd = tar_fd;
 	tbInfo.verboseFlag = verboseFlag;
 



More information about the busybox-cvs mailing list