/[smeserver]/rpms/e-smith-hosts/sme8/e-smith-hosts-2.2.0-ip-fqdn2.patch
ViewVC logotype

Contents of /rpms/e-smith-hosts/sme8/e-smith-hosts-2.2.0-ip-fqdn2.patch

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


Revision 1.1 - (show annotations) (download)
Wed Oct 20 17:39:34 2010 UTC (13 years, 7 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-hosts-2_2_0-13_el5_sme, e-smith-hosts-2_2_0-10_el5_sme, e-smith-hosts-2_2_0-9_el5_sme, e-smith-hosts-2_2_0-12_el5_sme, e-smith-hosts-2_2_0-11_el5_sme, e-smith-hosts-2_2_0-6_el5_sme, e-smith-hosts-2_2_0-7_el5_sme, e-smith-hosts-2_2_0-8_el5_sme, HEAD
* Wed Oct 20 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
- Update some more occurences to also reflect the option of a FQDN [SME: 6296]

1 diff -up e-smith-hosts-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm.ip-fqdn2 e-smith-hosts-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm
2 --- e-smith-hosts-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm.ip-fqdn2 2010-10-20 19:29:37.000000000 +0200
3 +++ e-smith-hosts-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm 2010-10-20 19:35:18.000000000 +0200
4 @@ -193,7 +193,7 @@ sub print_hosts_tables
5 print $q->start_Tr,"<td>\n",$q->start_table ({-CLASS => "sme-border"}),"\n";
6 print $q->Tr (esmith::cgi::genSmallCell($q, $self->localise('HOSTNAME'),"header"),
7 esmith::cgi::genSmallCell($q, $self->localise('LOCATION'),"header"),
8 - esmith::cgi::genSmallCell($q, $self->localise('IP_ADDRESS'),"header"),
9 + esmith::cgi::genSmallCell($q, $self->localise('IP_ADDRESS_OR_FQDN'),"header"),
10 esmith::cgi::genSmallCell($q, $self->localise('ETHERNET_ADDRESS'),"header"),
11 esmith::cgi::genSmallCell($q, $self->localise('COMMENT'),"header"),
12 esmith::cgi::genSmallCell($q, $self->localise('ACTION'),"header",2));
13 @@ -488,7 +488,7 @@ sub print_confirmation_details {
14 }
15
16 my %label_map = (
17 - global_ip => "IP_ADDRESS",
18 + global_ip => "IP_ADDRESS_OR_FQDN",
19 local_ip => "IP_ADDRESS",
20 );
21 foreach my $f (qw( name domain hosttype local_ip global_ip

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