/[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.2 - (hide annotations) (download)
Fri Feb 12 13:08:07 2010 UTC (14 years, 4 months ago) by dungog
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Fri Feb 12 2010 Stephen Noble <support@dungog.net> 2.2.0-29.sme
- fix 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