Update of /cvsroot/fink/fink/perlmod/Fink/SelfUpdate
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15951/SelfUpdate

Modified Files:
      Tag: selfupdate_classes
        CVS.pm rsync.pm 
Log Message:
fix some missing functions


Index: rsync.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate/Attic/rsync.pm,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- rsync.pm    6 Mar 2007 20:02:28 -0000       1.1.2.2
+++ rsync.pm    6 Mar 2007 21:18:54 -0000       1.1.2.3
@@ -27,7 +27,7 @@
 use base qw(Fink::SelfUpdate::Base);
 
 use Fink::Config qw($basepath);
-use Fink::Command qw(rm_f);
+use Fink::Command qw(rm_f touch);
 
 use strict;
 use warnings;

Index: CVS.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate/Attic/CVS.pm,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- CVS.pm      6 Mar 2007 20:02:28 -0000       1.1.2.2
+++ CVS.pm      6 Mar 2007 21:18:53 -0000       1.1.2.3
@@ -28,7 +28,7 @@
 
 use Fink::Services qw(&execute);
 use Fink::Config qw($basepath);
-use Fink::Command qw(rm_f);
+use Fink::Command qw(rm_f touch);
 
 use strict;
 use warnings;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to