/[smeserver]/rpms/e-smith-backup/sme10/e-smith-backup-2.6.0-bz11907-zerodate.patch
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme10/e-smith-backup-2.6.0-bz11907-zerodate.patch

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


Revision 1.1 - (hide annotations) (download)
Sun Mar 20 12:59:17 2022 UTC (2 years, 3 months ago) by terryfage
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-29_el7_sme, e-smith-backup-2_6_0-28_el7_sme, HEAD
* Sun Mar 20 2022 Terry Fage <terryf@ozemail.com.au> 2.6.0-28.sme
- negative date (mtime, data modification time) zerodate fix [SME: 11907]

1 terryfage 1.1 diff -urN e-smith-backup-2.6.0.old/root/etc/e-smith/events/actions/workstation-backup-dar e-smith-backup-2.6.0/root/etc/e-smith/events/actions/workstation-backup-dar
2     --- e-smith-backup-2.6.0.old/root/etc/e-smith/events/actions/workstation-backup-dar 2022-03-20 08:13:13.755951651 -0400
3     +++ e-smith-backup-2.6.0/root/etc/e-smith/events/actions/workstation-backup-dar 2022-03-20 08:18:52.000000000 -0400
4     @@ -289,7 +289,7 @@
5    
6     eval
7     {
8     - ($pid = open INPUT, "-|", "/usr/bin/dar", "-Q", "-asecu", "--create", "$dest", split(/\|/,$ref), "-B", "/etc/dar/$job.dcf") or ldie("cannot start : $!" );
9     + ($pid = open INPUT, "-|", "/usr/bin/dar", "-Q", "-asecu", "-az", "--create", "$dest", split(/\|/,$ref), "-B", "/etc/dar/$job.dcf") or ldie("cannot start : $!" );
10    
11     if ($pid)
12     {

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