Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18638

Modified Files:
      Tag: branch_0_19
        ChangeLog SelfUpdate.pm 
Log Message:
backporting bugfix to branch_0_19


Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.547
retrieving revision 1.547.2.1
diff -u -d -r1.547 -r1.547.2.1
--- ChangeLog   19 Feb 2004 09:17:13 -0000      1.547
+++ ChangeLog   25 Feb 2004 13:29:01 -0000      1.547.2.1
@@ -1,3 +1,13 @@
+2004-02-24  David Höhn <[EMAIL PROTECTED]>
+
+       * SelfUpdate.pm: changed the rsync command to
+       explicitly preserve the timestamps using -t
+       For more information see:
+               1.) http://article.gmane.org/gmane.os.apple.fink.devel/7592
+               2.) http://article.gmane.org/gmane.os.apple.fink.devel/7597
+               3.) http://article.gmane.org/gmane.os.apple.fink.devel/7598
+       All credit goes to Rob Braun.
+
 2004-02-19  Daniel Macks  <[EMAIL PROTECTED]>
 
        * PkgVersion.pm: Changed conditional depends syntax for "equals"

Index: SelfUpdate.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate.pm,v
retrieving revision 1.64
retrieving revision 1.64.2.1
diff -u -d -r1.64 -r1.64.2.1
--- SelfUpdate.pm       17 Feb 2004 08:28:13 -0000      1.64
+++ SelfUpdate.pm       25 Feb 2004 13:29:01 -0000      1.64.2.1
@@ -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

Reply via email to