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

Diff 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 | View Patch Patch

Revision 1.1 by snetram, Sun Mar 20 10:46:35 2011 UTC Revision 1.2 by snetram, Mon Mar 21 18:06:54 2011 UTC
# Line 6  diff -up e-smith-backup-2.2.0/root/etc/e Line 6  diff -up e-smith-backup-2.2.0/root/etc/e
6      <trans>Warning : For large backups, checking integrity may be a long task and should be made with daily workstation backup disabled.</trans>      <trans>Warning : For large backups, checking integrity may be a long task and should be made with daily workstation backup disabled.</trans>
7     </entry>     </entry>
8  +  <entry>  +  <entry>
9  +    <base>VFS_CIFS</base>  +    <base>cifs</base>
10  +    <trans>cifs</trans>  +    <trans>cifs</trans>
11  +  </entry>  +  </entry>
12  +  <entry>  +  <entry>
13  +    <base>VFS_NFS</base>  +    <base>nfs</base>
14  +    <trans>nfs</trans>  +    <trans>nfs</trans>
15  +  </entry>  +  </entry>
16  +  <entry>  +  <entry>
17  +    <base>VFS_USB</base>  +    <base>local removable disk</base>
18  +    <trans>local removable disk</trans>  +    <trans>local removable disk</trans>
19  +  </entry>  +  </entry>
20    </lexicon>    </lexicon>
# Line 27  diff -up e-smith-backup-2.2.0/root/etc/e Line 27  diff -up e-smith-backup-2.2.0/root/etc/e
27       my @dlabels = split(' ', $fm->localise('DOW'));       my @dlabels = split(' ', $fm->localise('DOW'));
28       my @VFST = ('cifs', 'nfs', 'usb');       my @VFST = ('cifs', 'nfs', 'usb');
29  -    my %VFST = ('cifs', 'cifs', 'nfs', 'nfs', 'usb', 'local usb disk');  -    my %VFST = ('cifs', 'cifs', 'nfs', 'nfs', 'usb', 'local usb disk');
30  +    my %VFST = ('cifs', $fm->localise('VFS_CIFS'), 'nfs', $fm->localise('VFS_NFS'), 'usb', $fm->localise('VFS_USB'));  +    my %VFST = ('cifs', $fm->localise('cifs'), 'nfs', $fm->localise('nfs'), 'usb', $fm->localise('local removable disk'));
31                    
32       # Obtain backup informations from configuration       # Obtain backup informations from configuration
33       my $rec = $conf->get('backupwk');       my $rec = $conf->get('backupwk');


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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