/[smeserver]/rpms/e-smith-manager/sme8/e-smith-manager-1.14.0.tktdomain.patch2
ViewVC logotype

Annotation of /rpms/e-smith-manager/sme8/e-smith-manager-1.14.0.tktdomain.patch2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 19:07:38 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-manager-1_14_0-8_el5_sme, e-smith-manager-1_14_0-7_el5_sme, e-smith-manager-1_14_0-19_el5_sme, e-smith-manager-1_14_0-13_el5_sme, e-smith-manager-1_14_0-16_el5_sme, e-smith-manager-1_14_0-18_el5_sme, e-smith-manager-1_14_0-20_el5_sme, e-smith-manager-1_14_0-12_el5_sme, e-smith-manager-1_14_0-17_el5_sme, e-smith-manager-1_14_0-14_el5_sme, e-smith-manager-1_14_0-15_el5_sme, e-smith-manager-1_14_0-11_el5_sme
Import on branch sme8 of package e-smith-manager-1.14.0-7.el5.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/logout mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/logout
2     --- e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/logout 2007-01-26 18:51:30.000000000 -0700
3     +++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/logout 2007-03-11 00:06:57.000000000 -0700
4     @@ -55,7 +55,7 @@
5    
6     # Logout by resetting the auth cookie
7     my @cookies = cookie(-name => $at->cookie_name, -value => '', -expires => '-1h',
8     - ($AUTH_DOMAIN ? (-domain => $AUTH_DOMAIN) : ()));
9     + ($AUTH_DOMAIN && $AUTH_DOMAIN =~ /\./ ? (-domain => $AUTH_DOMAIN) : ()));
10     push @cookies, map { cookie(-name => $_, -value => '', -expires => '-1h') } @NUKE_COOKIES;
11    
12     my $redirected = 0;

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed