Is anyone out there?

Ivan Kohler ivan at sisd.com
Tue Nov 3 18:50:42 PST 1998


On Sun, Nov 01, 1998 at 01:57:08PM -0500, Mitch Vincent wrote:
> Is anyone even on this list anymore? Past questions/troubles have gone
> un-answered...... Cheers :)
> 
> 
> btw Base.pm , can *anyone* send me a patched copy (for Slackware Linux
> 2.0.35)? The patch doesn't work on any box I've tried it on and patching it
> manually (or trying too) gives strange errors.. Thanks!
> 

Here is a copy generated using makepatch.  I checked this into CVS as
well.

# This is a patch for Base.pm.old to update it to Base.pm.
# It was generated by makepatch 1.93 (2.0BETA) on Tue Nov  3 21:44:39 1998.
#
# To apply this patch, chdir to source directory Base.pm.old and enter
#
#     patch -p1 -N < <this-file>

exit
# End of preamble.

# Patch input follows.
__DATA__
Index: Base.pm
Prereq:  2.76 
#######  => 
*** Base.pm.old Wed Oct 14 00:24:12 1998
--- Base.pm     Tue Nov  3 21:38:49 1998
***************
*** 938,945 ****
      my $orig_uri = $self->get_uri;
      $self->log("Redirecting $CGI::Base::REQUEST_METHOD $orig_uri to $to_uri")
        if $Debug;
!     my $msg =   ($perm) ? ServerHdr(301,"Moved Permanently")
!                       : ServerHdr(302,"Moved Temporarily");
      my $hdrs = SendHeaders($msg, LocationHdr($to_uri));
      $self->log($hdrs);
  }
--- 938,945 ----
      my $orig_uri = $self->get_uri;
      $self->log("Redirecting $CGI::Base::REQUEST_METHOD $orig_uri to $to_uri")
        if $Debug;
!     my $msg =   ($perm) ? StatusHdr(301,"Moved Permanently")
!                       : StatusHdr(302,"Moved Temporarily");
      my $hdrs = SendHeaders($msg, LocationHdr($to_uri));
      $self->log($hdrs);
  }


End of Patch.

-- 
Ivan Kohler <ivan at sisd.com> - finger for PGP key
Silicon Interactive Software Design - http://www.sisd.com/ - 888-670-SISD
Open-source billing and administration for ISPs - http://www.sisd.com/freeside
20 4,16 * * * saytime # please don't be surprised if you find me dreaming too



More information about the freeside-users mailing list