run fs-setup as user freeside
[freeside.git] / htdocs / docs / CGI-modules-2.76-patch.txt
1 # This is a patch for Base.pm.old to update it to Base.pm.
2 # It was generated by makepatch 1.93 (2.0BETA) on Tue Nov  3 21:44:39 1998.
3 #
4 # To apply this patch, chdir to source directory Base.pm.old and enter
5 #
6 #     patch -p1 -N < <this-file>
7
8 exit
9 # End of preamble.
10
11 # Patch input follows.
12 __DATA__
13 Index: Base.pm
14 Prereq:  2.76 
15 #######  => 
16 *** Base.pm.old Wed Oct 14 00:24:12 1998
17 --- Base.pm     Tue Nov  3 21:38:49 1998
18 ***************
19 *** 938,945 ****
20       my $orig_uri = $self->get_uri;
21       $self->log("Redirecting $CGI::Base::REQUEST_METHOD $orig_uri to $to_uri")
22         if $Debug;
23 !     my $msg =   ($perm) ? ServerHdr(301,"Moved Permanently")
24 !                       : ServerHdr(302,"Moved Temporarily");
25       my $hdrs = SendHeaders($msg, LocationHdr($to_uri));
26       $self->log($hdrs);
27   }
28 --- 938,945 ----
29       my $orig_uri = $self->get_uri;
30       $self->log("Redirecting $CGI::Base::REQUEST_METHOD $orig_uri to $to_uri")
31         if $Debug;
32 !     my $msg =   ($perm) ? StatusHdr(301,"Moved Permanently")
33 !                       : StatusHdr(302,"Moved Temporarily");
34       my $hdrs = SendHeaders($msg, LocationHdr($to_uri));
35       $self->log($hdrs);
36   }
37
38
39 End of Patch.