--- 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 00:24:59 1.2 @@ -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.1 $ =~ /: (\d+).(\d+)/; + +our $db = esmith::ConfigDB->open or die "Couldn't open ConfigDB\n"; + @@ -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__ ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++