1 |
wellsi |
1.1 |
diff -up e-smith-backup-2.4.0/root/etc/e-smith/events/actions/workstation-backup-dar.CIFS_UNC_Path e-smith-backup-2.4.0/root/etc/e-smith/events/actions/workstation-backup-dar |
2 |
|
|
--- e-smith-backup-2.4.0/root/etc/e-smith/events/actions/workstation-backup-dar.CIFS_UNC_Path 2013-02-13 07:21:39.000000000 -0800 |
3 |
|
|
+++ e-smith-backup-2.4.0/root/etc/e-smith/events/actions/workstation-backup-dar 2013-03-20 21:10:53.000000000 -0700 |
4 |
|
|
@@ -127,8 +127,8 @@ if ($err) |
5 |
|
|
|
6 |
|
|
if ($VFSType eq 'cifs') |
7 |
|
|
{ |
8 |
|
|
- $err = qx(/bin/mount -t cifs "$smbhost:$smbshare" $mntdir -o credentials=/etc/dar/CIFScredentials,nounix 2>&1); |
9 |
|
|
- ldie("Error while mounting $smbhost:$smbshare : \n" . $err) if $err; |
10 |
|
|
+ $err = qx(/bin/mount -t cifs "//$smbhost/$smbshare" $mntdir -o credentials=/etc/dar/CIFScredentials,nounix 2>&1); |
11 |
|
|
+ ldie("Error while mounting //$smbhost/$smbshare : \n" . $err) if $err; |
12 |
|
|
} |
13 |
|
|
elsif ($VFSType eq 'nfs') |
14 |
|
|
{ |