/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup-1.14.0-backuptype.patch2
ViewVC logotype

Contents of /rpms/e-smith-backup/sme8/e-smith-backup-1.14.0-backuptype.patch2

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 18:25:29 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-backup-1_14_0-24_el5_sme, e-smith-backup-1_14_0-25_el5_sme, e-smith-backup-1_14_0-20_el5_sme, e-smith-backup-1_14_0-26_el5_sme, e-smith-backup-1_14_0-15_el5_sme, e-smith-backup-1_14_0-14_el5_sme, e-smith-backup-1_14_0-23_el5_sme, e-smith-backup-1_14_0-17_el5_sme, e-smith-backup-1_14_0-18_el5_sme, e-smith-backup-1_14_0-16_el5_sme, e-smith-backup-1_14_0-21_el5_sme, e-smith-backup-1_14_0-22_el5_sme, e-smith-backup-1_14_0-19_el5_sme
Branch point for: e-smith-backup-1_14-tree
Import on branch sme8 of package e-smith-backup-1.14.0-14.el5.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.14.0/root/sbin/e-smith/do_backup mezzanine_patched_e-smith-backup-1.14.0/root/sbin/e-smith/do_backup
2 --- e-smith-backup-1.14.0/root/sbin/e-smith/do_backup 2007-01-06 18:03:37.000000000 -0700
3 +++ mezzanine_patched_e-smith-backup-1.14.0/root/sbin/e-smith/do_backup 2007-01-06 18:03:17.000000000 -0700
4 @@ -45,7 +45,7 @@
5 $backup_rec->set_prop('StartEpochTime', "$now");
6 $backup_rec->set_prop('BackupType', $backupType);
7
8 -if ($status = system(qw(signal-event pre-backup $backupType)))
9 +if ($status = system(qw(signal-event pre-backup), $backupType))
10 {
11 exit bad_exit($backup_rec, "pre-backup", $status);
12 }
13 @@ -55,7 +55,7 @@
14 exit bad_exit($backup_rec, "backup", $status);
15 }
16
17 -if ($status = system(qw(signal-event post-backup $backupType)))
18 +if ($status = system(qw(signal-event post-backup), $backupType))
19 {
20 exit bad_exit($backup_rec, "post-backup", $status);
21 }

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