Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21664/perlmod/Fink

Modified Files:
      Tag: branch_0_29
        ChangeLog Services.pm 
Log Message:
Fix typo in dpkg_lockwait

Index: Services.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Services.pm,v
retrieving revision 1.227.2.1
retrieving revision 1.227.2.2
diff -u -d -r1.227.2.1 -r1.227.2.2
--- Services.pm 8 May 2009 17:40:45 -0000       1.227.2.1
+++ Services.pm 13 May 2009 12:26:07 -0000      1.227.2.2
@@ -1829,8 +1829,8 @@
 =cut
 
 sub dpkg_lockwait {
-       if (-f "Fink::Config::basepath/bin/dpkg-lockwait") {
-               "Fink::Config::basepath/bin/dpkg-lockwait";
+       if (-f "$Fink::Config::basepath/bin/dpkg-lockwait") {
+               "$Fink::Config::basepath/bin/dpkg-lockwait";
        } else {
                &get_path('dpkg');
        }

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1592.2.14
retrieving revision 1.1592.2.15
diff -u -d -r1.1592.2.14 -r1.1592.2.15
--- ChangeLog   13 May 2009 02:22:34 -0000      1.1592.2.14
+++ ChangeLog   13 May 2009 12:26:07 -0000      1.1592.2.15
@@ -1,3 +1,7 @@
+2009-05-13  Dave Vasilevsky  <[email protected]>
+
+       * Services.pm: Fix typo in dpkg_lockwait.
+
 2009-05-12  Dave Morrison  <[email protected]>
 
        * Bootstrap.pm: recognize 10.5.7


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to