/[smeserver]/rpms/e-smith-backup/sme9/e-smith-backup-2.4.0-workstation-smbhost.patch
ViewVC logotype

Contents of /rpms/e-smith-backup/sme9/e-smith-backup-2.4.0-workstation-smbhost.patch

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


Revision 1.1 - (show annotations) (download)
Sun Jul 14 21:42:05 2013 UTC (10 years, 10 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-25_el6_sme, e-smith-backup-2_4_0-46_el6_sme, e-smith-backup-2_4_0-23_el6_sme, e-smith-backup-2_4_0-28_el6_sme, e-smith-backup-2_4_0-35_el6_sme, e-smith-backup-2_4_0-21_el6_sme, e-smith-backup-2_4_0-44_el6_sme, e-smith-backup-2_4_0-37_el6_sme, e-smith-backup-2_4_0-24_el6_sme, e-smith-backup-2_4_0-45_el6_sme, e-smith-backup-2_4_0-31_el6_sme, e-smith-backup-2_4_0-30_el6_sme, e-smith-backup-2_4_0-16_el6_sme, e-smith-backup-2_4_0-39_el6_sme, e-smith-backup-2_4_0-40_el6_sme, e-smith-backup-2_4_0-43_el6_sme, e-smith-backup-2_4_0-11_el6_sme, e-smith-backup-2_4_0-32_el6_sme, e-smith-backup-2_4_0-42_el6_sme, e-smith-backup-2_4_0-19_el6_sme, e-smith-backup-2_4_0-34_el6_sme, e-smith-backup-2_4_0-22_el6_sme, e-smith-backup-2_4_0-36_el6_sme, e-smith-backup-2_4_0-20_el6_sme, e-smith-backup-2_4_0-12_el6_sme, e-smith-backup-2_4_0-17_el6_sme, e-smith-backup-2_4_0-14_el6_sme, e-smith-backup-2_4_0-33_el6_sme, e-smith-backup-2_4_0-26_el6_sme, e-smith-backup-2_4_0-38_el6_sme, e-smith-backup-2_4_0-29_el6_sme, e-smith-backup-2_4_0-13_el6_sme, e-smith-backup-2_4_0-27_el6_sme, e-smith-backup-2_4_0-18_el6_sme, e-smith-backup-2_4_0-41_el6_sme, e-smith-backup-2_4_0-15_el6_sme, HEAD
* Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-11.sme
- Workstation Backup, inconsistent formatting of host share name in messages [SME: 7783]

1 diff -up e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar.workstation-backup-df e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar
2 --- e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar.workstation-backup-df
3 +++ e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar
4 @@ -94,7 +94,7 @@
5 $report .= "================================== \n";
6 $report .= "Backup of ".$id." started at " .$tim . "\n";
7 $report .= "Backup of mysql databases has been done\n";
8 -$report .= "Mounting backup shared directory $smbhost/$smbshare \n";
9 +$report .= "Mounting backup shared directory <//$smbhost/$smbshare>\n";
10
11 # ping the SMB Host to see if it is awake
12
13 @@ -118,7 +118,7 @@
14
15 # mount the backup directory
16 $err = &dmount($smbhost,$smbshare,$mntdir,$login,$password,$VFSType);
17 -ldie("Error while mounting //$smbhost/$smbshare : \n" . $err) if $err;
18 +ldie("Error while mounting <//$smbhost/$smbshare>\n" . $err) if $err;
19
20 # verify $mntdir is mounted
21 if (&checkMount ($mntdir))
22 @@ -520,6 +520,6 @@
23 }
24 else
25 {
26 - return ("Error while mounting $host/$share : $VFSType not supported.\n");
27 + return ("Mount of type $VFSType not supported.\n");
28 }
29 }

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