/[smeserver]/rpms/e-smith-backup/sme7/e-smith-backup-1.15.0-add2general.patch
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme7/e-smith-backup-1.15.0-add2general.patch

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


Revision 1.4 - (hide annotations) (download)
Tue Oct 7 19:27:49 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED
New streams

1 snetram 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup
2 slords 1.3 --- e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-08-04 07:45:33.000000000 -0600
3     +++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-08-04 07:45:17.000000000 -0600
4     @@ -158,10 +158,6 @@
5 snetram 1.1 <trans>Select an action</trans>
6     </entry>
7     <entry>
8     - <base>PERFORM</base>
9     - <trans>Perform</trans>
10     - </entry>
11     - <entry>
12     <base>X_BACKUP_OR_RESTORE</base>
13     <trans>X Backup or restore server data</trans>
14     </entry>
15 slords 1.3 @@ -208,10 +204,6 @@
16 snetram 1.1 <trans>Backup file to restore from</trans>
17     </entry>
18     <entry>
19     - <base>RESTORE</base>
20     - <trans>Restore</trans>
21     - </entry>
22     - <entry>
23     <base>VERIFY_BACKUP_DESC</base>
24     <trans>
25     <![CDATA[
26 slords 1.3 @@ -273,10 +265,6 @@
27     <trans>Error occured while restoring initial group of 'www'.</trans>
28     </entry>
29     <entry>
30     - <base>ERR_UPDATING_SYSCONF</base>
31     - <trans>Error occurred while updating system configuration.</trans>
32     - </entry>
33     - <entry>
34     <base>RESTORE_FAILED</base>
35     <trans>Restore failed! The backup file was incomplete.</trans>
36     </entry>
37     @@ -619,10 +607,6 @@
38 snetram 1.1 </trans>
39     </entry>
40     <entry>
41     - <base>WORKSTN_PASSWORD</base>
42     - <trans>Password</trans>
43     - </entry>
44     - <entry>
45     <base>WORKSTATION_BACKUP_DEST</base>
46     <trans>Backup workstation settings</trans>
47     </entry>
48     diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup
49 slords 1.3 --- e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2008-08-04 07:45:33.000000000 -0600
50     +++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2008-08-04 07:45:17.000000000 -0600
51 snetram 1.1 @@ -1326,7 +1326,7 @@
52     print $q->Tr(
53     esmith::cgi::genCell(
54     $q,
55     - $fm->localise('WORKSTN_PASSWORD')
56     + $fm->localise('PASSWORD')
57     ),
58    
59     esmith::cgi::genCell ($q, $q->textfield (-name => 'backupwkPassword',
60 snetram 1.2 @@ -2263,7 +2263,7 @@
61     system("/usr/sbin/usermod", "-g", "$www_gid", "www") == 0
62     or warn ($fm->localise('ERR_RESTORING_INITIAL_GRP')."\n");
63     system("/sbin/e-smith/signal-event", "post-upgrade") == 0
64     - or die ($fm->localise('ERR_UPDATING_SYSCONF')."\n");
65     + or die ($fm->localise('ERROR_UPDATING_CONFIGURATION')."\n");
66     }
67     else
68     {

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