/[smeserver]/rpms/e-smith-base/sme9/e-smith-base-5.4.0-ConsoleBackupBetterText.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme9/e-smith-base-5.4.0-ConsoleBackupBetterText.patch

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


Revision 1.2 - (show annotations) (download)
Mon Mar 24 03:05:35 2014 UTC (10 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 5.6.0-1.sme
- Roll new stream to remove obsolete images [SME: 7962]

1 diff -up e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm.ConsoleBackupBetterText e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm
2 --- e-smith-base-5.4.0/root/usr/share/perl5/vendor_perl/esmith/console/perform_backup.pm.ConsoleBackupBetterText 2013-07-07 15:36:39.000000000 -0700
3 +++ e-smith-base-5.4.0/root/usr/share/perl5/vendor_perl/esmith/console/perform_backup.pm 2013-07-07 15:38:40.000000000 -0700
4 @@ -119,7 +119,7 @@ sub make_backup_callback
5 open(STDERR, ">&OLDSTDERR");
6 close(OLDSTDERR);
7 close(OLDSTDOUT);
8 - return $status ? gettext("Backup returned non-zero") : gettext("Success");
9 + return $status ? gettext("Backup failed. Look at the log files for more details.") : gettext("Backup successfully created.");
10 };
11 }
12

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