--- rpms/e-smith-manager/sme10/e-smith-manager-2.8.0-bz8783-bugreport.patch 2017/04/16 22:00:02 1.1 +++ rpms/e-smith-manager/sme10/e-smith-manager-2.8.0-bz8783-bugreport.patch 2017/04/17 03:14:13 1.5 @@ -53,8 +53,8 @@ +} + +DONE! ---- e-smith-manager-2.8.0/root/etc/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/bugreport.pm.ori 1969-12-31 19:00:00.000000000 -0500 -+++ e-smith-manager-2.8.0/root/etc/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/bugreport.pm 2017-04-16 17:12:17.077004028 -0400 +--- e-smith-manager-2.8.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/bugreport.pm.ori 1969-12-31 19:00:00.000000000 -0500 ++++ e-smith-manager-2.8.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/bugreport.pm 2017-04-16 17:12:17.077004028 -0400 @@ -0,0 +1,170 @@ +#!/usr/bin/perl -w +package esmith::FormMagick::Panel::bugreport; @@ -70,7 +70,7 @@ + +our @EXPORT = qw(); + -+our $VERSION = sprintf '%d.%03d', q$Revision: 0.1 $ =~ /: (\d+).(\d+)/; ++our $VERSION = sprintf '%d.%03d', q$Revision: 1.4 $ =~ /: (\d+).(\d+)/; + +our $db = esmith::ConfigDB->open or die "Couldn't open ConfigDB\n"; + @@ -226,9 +226,9 @@ +} + +1; ---- e-smith-manager-2.8.0/root/etc/etc/e-smith/locale/en-us/etc/e-smith/web/functions/bugreport.ori 1969-12-31 19:00:00.000000000 -0500 -+++ e-smith-manager-2.8.0/root/etc/etc/e-smith/locale/en-us/etc/e-smith/web/functions/bugreport 2017-04-16 17:10:19.933143945 -0400 -@@ -0,0 +1,93 @@ +--- e-smith-manager-2.8.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/bugreport.ori 1969-12-31 19:00:00.000000000 -0500 ++++ e-smith-manager-2.8.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/bugreport 2017-04-16 17:10:19.933143945 -0400 +@@ -0,0 +1,97 @@ + + + @@ -320,6 +320,10 @@ + Download this report + Download this report ! + ++ ++ Report a bug ++ Report a bug ++ + + --- e-smith-manager-2.8.0.old/createlinks 2017-04-16 17:51:06.112000000 -0400 @@ -332,3 +336,65 @@ event_link("navigation-conf", 'bootstrap-console-save', 50); +--- e-smith-manager-2.4.0/root/etc/e-smith/web/functions/bugreport.ori 1969-12-31 19:00:00.000000000 -0500 ++++ e-smith-manager-2.4.0/root/etc/e-smith/web/functions/bugreport 2017-04-16 17:12:49.209966162 -0400 +@@ -0,0 +1,59 @@ ++#!/usr/bin/perl -wT ++ ++#---------------------------------------------------------------------- ++# heading : Miscellaneous ++# description : Report a bug ++# navigation : 7000 7300 ++# ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2 of the License, or ++# (at your option) any later version. ++# ++#---------------------------------------------------------------------- ++ ++use strict; ++use warnings; ++use esmith::TestUtils; ++use esmith::FormMagick::Panel::bugreport; ++ ++my $f = esmith::FormMagick::Panel::bugreport->new(); ++$f->display() if $f; ++ ++=pod ++ ++=head1 NAME ++ ++bugreport -- report a bug ++ ++=head2 DESCRIPTION ++ ++This screen helps the administrator to submit helpful bug reports ++ ++=begin testing ++ ++=end testing ++ ++=cut ++ ++__DATA__ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++