#!/usr/bin/perl -wT # vim: ft=xml: #---------------------------------------------------------------------- # heading : Configuration # description : Software installer # navigation : 4000 4200 # # copyright (C) 1999-2005 Mitel Networks Corporation # copyright (C) 2004 Shad L. Lords # copyright (C) 2005-2006 Gordon Rowell # Copyright (c) 2003-2004 Darrell May # # 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. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Technical support for this program is available from Mitel Networks # Please visit our web site www.mitel.com/sme/ for details. #---------------------------------------------------------------------- use strict; use esmith::TestUtils; use esmith::FormMagick::Panel::yum; my $f = esmith::FormMagick::Panel::yum->new(); if (-e "/var/run/yum.pid") { $f->print_yum_status_page(); exit(0); } if ($f->get_prop('yum', 'LogFile')) { $f->skip_to_postupgrade(); } $f->display(); =head1 TESTING =begin testing =end testing =cut __DATA__
DESC_UPTODATE DESC_UPDATES_AVAILABLE DESC_BUTTON_INSTALL_UPDATES DESC_BUTTON_INSTALL_AVAILABLE DESC_BUTTON_REMOVE DESC_SECTIONBAR DESC_BUTTON_CONFIGURATION DESC_AVAILABLE_UPDATES HEADER_AVAILABLE_SOFTWARE DESC_AVAILABLE_GROUPS DESC_AVAILABLE_PACKAGES HEADER_INSTALLED_SOFTWARE DESC_INSTALLED_GROUPS DESC_INSTALLED_PACKAGES DESC_YUM_PACKAGEFUNCTIONS DESC_ENABLED_REPOSITORIES LABEL_YUM_DELTARPM LABEL_YUM_DOWNLOADONLY_DESCRIPTION LABEL_YUM_AUTOINSTALLUPDATES_DESCRIPTION HEADER_POSTUPGRADE_REQUIRED