/[smecontribs]/rpms/smeserver-htbwshaper/contribs8/smeserver-htbwshaper-1.0-chop.patch
ViewVC logotype

Annotation of /rpms/smeserver-htbwshaper/contribs8/smeserver-htbwshaper-1.0-chop.patch

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


Revision 1.1 - (hide annotations) (download)
Sun Mar 3 04:52:51 2013 UTC (11 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-htbwshaper-1_0-15_el5_sme, smeserver-htbwshaper-1_0-16_el5_sme, smeserver-htbwshaper-1_0-14_el5_sme, smeserver-htbwshaper-1_0-17_el5_sme, HEAD
Initial import

1 unnilennium 1.1 diff -up smeserver-htbwshaper-1.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/htbwshaper.pm.chop smeserver-htbwshaper-1.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/htbwshaper.pm
2     --- smeserver-htbwshaper-1.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/htbwshaper.pm.chop 2009-03-02 07:23:20.000000000 -0500
3     +++ smeserver-htbwshaper-1.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/htbwshaper.pm 2012-09-12 23:09:13.000000000 -0400
4     @@ -73,11 +73,11 @@ sub get_active_interface
5     chop($cur_iface);
6     if($cur_iface eq $def_iface)
7     {
8     - $list .= "<OPTION VALUE=\"$_\" SELECTED>$_";
9     + $list .= "<OPTION VALUE=\"$cur_iface\" SELECTED>$cur_iface";
10     }
11     else
12     {
13     - $list .= "<OPTION VALUE=\"$_\">$_";
14     + $list .= "<OPTION VALUE=\"$cur_iface\">$cur_iface";
15     }
16     }
17    

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