/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup-2.2.0-localize-backup-share-target-vfst.patch
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme8/e-smith-backup-2.2.0-localize-backup-share-target-vfst.patch

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


Revision 1.2 - (hide annotations) (download)
Mon Mar 21 18:06:54 2011 UTC (13 years, 3 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-62_el5_sme, e-smith-backup-2_2_0-72_el5_sme, e-smith-backup-2_2_0-60_el5_sme, e-smith-backup-2_2_0-66_el5_sme, e-smith-backup-2_2_0-65_el5_sme, e-smith-backup-2_2_0-80_el5_sme, e-smith-backup-2_2_0-83_el5_sme, e-smith-backup-2_2_0-52_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-55_el5_sme, e-smith-backup-2_2_0-84_el5_sme, e-smith-backup-2_2_0-63_el5_sme, e-smith-backup-2_2_0-87_el5_sme, e-smith-backup-2_2_0-64_el5_sme, e-smith-backup-2_2_0-81_el5_sme, e-smith-backup-2_2_0-68_el5_sme, e-smith-backup-2_2_0-86_el5_sme, e-smith-backup-2_2_0-51_el5_sme, e-smith-backup-2_2_0-71_el5_sme, e-smith-backup-2_2_0-61_el5_sme, e-smith-backup-2_2_0-57_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-75_el5_sme, e-smith-backup-2_2_0-76_el5_sme, e-smith-backup-2_2_0-56_el5_sme, e-smith-backup-2_2_0-58_el5_sme, e-smith-backup-2_2_0-59_el5_sme, e-smith-backup-2_2_0-53_el5_sme, e-smith-backup-2_2_0-67_el5_sme, e-smith-backup-2_2_0-70_el5_sme, e-smith-backup-2_2_0-77_el5_sme, e-smith-backup-2_2_0-54_el5_sme, e-smith-backup-2_2_0-85_el5_sme, e-smith-backup-2_2_0-69_el5_sme, HEAD
Changes since 1.1: +4 -4 lines
* Mon Mar 21 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-51
- Fix html p entry [SME: 6578]

1 snetram 1.1 diff -up e-smith-backup-2.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup.localize-backup-share-target-vfst e-smith-backup-2.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup
2     --- e-smith-backup-2.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup.localize-backup-share-target-vfst 2011-03-18 16:43:50.000000000 +0100
3     +++ e-smith-backup-2.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2011-03-20 11:26:03.000000000 +0100
4     @@ -896,5 +896,17 @@
5     <base>CHECK_INTEGRITY_WARNING</base>
6     <trans>Warning : For large backups, checking integrity may be a long task and should be made with daily workstation backup disabled.</trans>
7     </entry>
8     + <entry>
9 snetram 1.2 + <base>cifs</base>
10 snetram 1.1 + <trans>cifs</trans>
11     + </entry>
12     + <entry>
13 snetram 1.2 + <base>nfs</base>
14 snetram 1.1 + <trans>nfs</trans>
15     + </entry>
16     + <entry>
17 snetram 1.2 + <base>local removable disk</base>
18 snetram 1.1 + <trans>local removable disk</trans>
19     + </entry>
20     </lexicon>
21    
22     diff -up e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup.localize-backup-share-target-vfst e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup
23     --- e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup.localize-backup-share-target-vfst 2011-03-18 16:43:50.000000000 +0100
24     +++ e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup 2011-03-20 11:25:32.000000000 +0100
25     @@ -1041,7 +1041,7 @@ sub WorkstnBackupConfig
26     my $dof;
27     my @dlabels = split(' ', $fm->localise('DOW'));
28     my @VFST = ('cifs', 'nfs', 'usb');
29     - my %VFST = ('cifs', 'cifs', 'nfs', 'nfs', 'usb', 'local usb disk');
30 snetram 1.2 + my %VFST = ('cifs', $fm->localise('cifs'), 'nfs', $fm->localise('nfs'), 'usb', $fm->localise('local removable disk'));
31 snetram 1.1
32     # Obtain backup informations from configuration
33     my $rec = $conf->get('backupwk');

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