/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup-2.2.0-create_mount.patch
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme8/e-smith-backup-2.2.0-create_mount.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Feb 9 13:28:12 2010 UTC (14 years, 5 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-28_el5_sme
* Tue Feb 9 2010 Stephen Noble <support@dungog.net> 2.2.0-28.sme
- create mount point for verify [SME: 5765]

1 dungog 1.1 diff -urN e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup e-smith-backup-2.2.0.new/root/etc/e-smith/web/functions/backup
2     --- e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup 2010-02-10 00:19:34.000000000 +1100
3     +++ e-smith-backup-2.2.0.new/root/etc/e-smith/web/functions/backup 2010-02-10 00:23:23.000000000 +1100
4     @@ -1494,6 +1494,7 @@
5     if ($backupwkFolder =~ /^(.*)$/) {
6     $backupwkFolder = $1;
7     $backupwkFolder =~ s/^\//; # remove leading /
8     + mkdir "/$backupwkFolder";
9     } else {
10     $backupwkFolder = "";
11     }

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