patch-wmGrabImage_GrabImage 639 B

12345678910111213141516171819
  1. $OpenBSD: patch-wmGrabImage_GrabImage,v 1.1 2008/06/20 10:49:42 martynas Exp $
  2. --- wmGrabImage/GrabImage.orig Sun May 27 21:02:18 2001
  3. +++ wmGrabImage/GrabImage Thu Jun 19 21:08:20 2008
  4. @@ -47,13 +47,7 @@
  5. system("cp $ImagePath $home/.wmGrabImage/$ImageName");
  6. } else {
  7. -
  8. -
  9. - #
  10. - # I think some of these wget command line options may cause problems
  11. - # for some people? Dont know why...
  12. - #
  13. - $GrabCmd = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmGrabImage/$ImageName $URL";
  14. + $GrabCmd = "ftp -V -o $home/.wmGrabImage/$ImageName $URL";
  15. system "$GrabCmd";
  16. }