/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup-1.15.0-brFix.patch
ViewVC logotype

Contents of /rpms/e-smith-backup/sme8/e-smith-backup-1.15.0-brFix.patch

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


Revision 1.1.2.2 - (show annotations) (download)
Mon Mar 24 21:36:24 2008 UTC (16 years, 2 months ago) by slords
Branch: e-smith-backup-1_14-tree
CVS Tags: e-smith-backup-1_14_0-19_el5_sme
Changes since 1.1.2.1: +12 -0 lines
* Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 1.14.0-19
- Backport remove <br> from error msg. [SME: 3989]

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup
2 --- e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2008-03-09 12:28:40.000000000 +1100
3 +++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2008-03-09 12:26:58.000000000 +1100
4 @@ -1004,7 +1004,7 @@
5 unless(system("/sbin/e-smith/signal-event", "post-upgrade") == 0)
6 {
7 $rec->set_prop('errmsg', $rec->prop('errmsg').
8 - '<br>ERR_UPDATING_CONF_AFTER_TAPE_RESTORE');
9 + 'ERR_UPDATING_CONF_AFTER_TAPE_RESTORE');
10 $rec->delete_prop('state');
11 die ($fm->localise('ERR_UPDATING_CONF_AFTER_TAPE_RESTORE'));
12 }

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