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

Contents of /rpms/e-smith-backup/sme8/e-smith-backup-2.2.0-cifsmount-error.patch

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


Revision 1.1 - (show annotations) (download)
Sun Jul 7 19:28:44 2013 UTC (10 years, 10 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-71_el5_sme, e-smith-backup-2_2_0-77_el5_sme, e-smith-backup-2_2_0-72_el5_sme, e-smith-backup-2_2_0-78_el5_sme, e-smith-backup-2_2_0-73_el5_sme, e-smith-backup-2_2_0-79_el5_sme, e-smith-backup-2_2_0-85_el5_sme, e-smith-backup-2_2_0-75_el5_sme, e-smith-backup-2_2_0-81_el5_sme, e-smith-backup-2_2_0-76_el5_sme, e-smith-backup-2_2_0-80_el5_sme, e-smith-backup-2_2_0-86_el5_sme, e-smith-backup-2_2_0-83_el5_sme, e-smith-backup-2_2_0-82_el5_sme, e-smith-backup-2_2_0-88_el5_sme, e-smith-backup-2_2_0-74_el5_sme, e-smith-backup-2_2_0-84_el5_sme, e-smith-backup-2_2_0-87_el5_sme, HEAD
* Sun Jul 7 2013 Ian Wells <esmith@wellsi.com> 2.2.0-71.sme
- Workstation Backup, report cifs mount errors [SME: 7768]

1 diff -up e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup.cifsmount-error e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup
2 --- e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup.cifsmount-error 2013-07-07 12:15:09.000000000 -0700
3 +++ e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup 2013-07-07 12:20:33.000000000 -0700
4 @@ -3173,7 +3173,7 @@ sub dmount()
5
6 if ($VFSType eq 'cifs')
7 {
8 - return ( qx(/bin/mount -t cifs "$host:$share" $mountdir -o credentials=/etc/dar/CIFScredentials,nounix) );
9 + return ( qx(/bin/mount -t cifs "$host:$share" $mountdir -o credentials=/etc/dar/CIFScredentials,nounix 2>&1) );
10 }
11 elsif ($VFSType eq 'nfs')
12 {

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