/[smeserver]/rpms/e-smith-hosts/sme7/e-smith-hosts-1.14.0-hostentriesformatting.patch
ViewVC logotype

Annotation of /rpms/e-smith-hosts/sme7/e-smith-hosts-1.14.0-hostentriesformatting.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 15:34:23 2007 UTC (17 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: e-smith-hosts-1_14_0-14_el4_sme, e-smith-hosts-1_14_0-12_el4_sme, e-smith-hosts-1_14_0-10_el4_sme, e-smith-hosts-1_14_0-13_el4_sme, e-smith-hosts-1_14_0-8_el4_sme, e-smith-hosts-1_14_0-7_el4_sme
Import on branch sme7 of package e-smith-hosts-1.14.0-7.el4.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-hosts-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm mezzanine_patched_e-smith-hosts-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm
2     --- e-smith-hosts-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm 2006-03-16 08:33:31.000000000 +1100
3     +++ mezzanine_patched_e-smith-hosts-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm 2006-06-15 07:10:29.797851216 +1000
4     @@ -135,6 +135,10 @@
5     return undef;
6     }
7    
8     + print $q->start_table ({-CLASS => "sme-noborders"}),"\n";
9     + print $q->start_Tr,"\n";
10     + print $q->start_table ({-CLASS => "sme-border"}),"\n";
11     +
12     print $self->localise('ADD_HOSTNAME');
13    
14     my $hosts_db = esmith::HostsDB->open();
15     @@ -145,9 +149,6 @@
16    
17     if (my @hosts = $hosts_db->get_hosts_by_domain($d))
18     {
19     - print $q->start_table ({-CLASS => "sme-noborders"}),"\n";
20     - print $q->start_Tr,"\n";
21     - print $q->start_table ({-CLASS => "sme-border"}),"\n";
22     print $q->Tr (esmith::cgi::genSmallCell($q, $self->localise('HOSTNAME'),"header"),
23     esmith::cgi::genSmallCell($q, $self->localise('LOCATION'),"header"),
24     esmith::cgi::genSmallCell($q, $self->localise('IP_ADDRESS'),"header"),

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