diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-09-23 09:44:59 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-09-23 09:44:59 +0000 |
commit | 1c242169a16fd05931c3b2862317746239b6723f (patch) | |
tree | 3ba25e3bc58ba6f044fe8d8da4636a86bbf5875f /net-mail/yosucker/files | |
parent | Stable on x86. (diff) | |
download | historical-1c242169a16fd05931c3b2862317746239b6723f.tar.gz historical-1c242169a16fd05931c3b2862317746239b6723f.tar.bz2 historical-1c242169a16fd05931c3b2862317746239b6723f.zip |
Removed unused patch from files/
Diffstat (limited to 'net-mail/yosucker/files')
-rw-r--r-- | net-mail/yosucker/files/yosucker-53-no-redirect.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-mail/yosucker/files/yosucker-53-no-redirect.patch b/net-mail/yosucker/files/yosucker-53-no-redirect.patch deleted file mode 100644 index 10bd0dd6b702..000000000000 --- a/net-mail/yosucker/files/yosucker-53-no-redirect.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- YoSucker-pr53/lib/sputnik.pm 2004-01-29 11:48:23.000000000 -0500 -+++ YoSucker-pr53_new/lib/sputnik.pm 2004-05-08 02:31:50.276199200 -0400 -@@ -399,20 +399,7 @@ - # STEP 3 - ## - -- $host = (split("\/",$location))[0]; -- $location =~ s/$host//g; -- $what = $location; -- chomp($what); -- -- # Third login redirect -- my $page3 = ShortPage->new(\$class->{config}, \$class->{cookiez}); -- -- $location=$page3->load($host, $what); -- -- # Set referer... -- $class->{config}{REFERER} = "http://$host$what"; -- -- print "." if $class->{config}{DEBUG}; # DEBUG -+ # This step may no longer be necessary - - ### - # STEP 4 |