Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9320
Modified Files:
SelfUpdate.pm
Log Message:
Problem reported on the Mailing list. This is the fix. The timestamps need to be
preserved explicitly
Index: SelfUpdate.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate.pm,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- SelfUpdate.pm 17 Feb 2004 08:28:13 -0000 1.64
+++ SelfUpdate.pm 24 Feb 2004 22:25:17 -0000 1.65
@@ -621,7 +621,7 @@
&execute("/bin/mkdir -p '$basepath/fink/$dist/$tree'")
}
}
- $cmd = "rsync -rz --delete-after --delete $verbosity $nohfs $rinclist
--include='VERSION' --exclude='**' '$rsynchost' '$basepath/fink/'";
+ $cmd = "rsync -rtz --delete-after --delete $verbosity $nohfs $rinclist
--include='VERSION' --exclude='**' '$rsynchost' '$basepath/fink/'";
if ($sb[4] != 0 and $> != $sb[4]) {
($username) = getpwuid($sb[4]);
if ($username) {
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits