/[smeserver]/rpms/e-smith-samba/sme8/e-smith-samba-1.14.0-success.patch
ViewVC logotype

Annotation of /rpms/e-smith-samba/sme8/e-smith-samba-1.14.0-success.patch

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


Revision 1.2 - (hide annotations) (download)
Sat Dec 15 16:03:54 2007 UTC (16 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import on branch sme8 of package e-smith-samba-1.14.1-1.el5.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-samba-1.14.0/root/etc/e-smith/web/functions/workgroup mezzanine_patched_e-smith-samba-1.14.0/root/etc/e-smith/web/functions/workgroup
2     --- e-smith-samba-1.14.0/root/etc/e-smith/web/functions/workgroup 2005-03-17 08:30:25.000000000 -0700
3     +++ mezzanine_patched_e-smith-samba-1.14.0/root/etc/e-smith/web/functions/workgroup 2007-01-10 08:04:57.000000000 -0700
4     @@ -114,7 +114,7 @@
5    
6     __DATA__
7     <form title="FORM_TITLE" header="/etc/e-smith/web/common/head.tmpl" footer="/etc/e-smith/web/common/foot.tmpl">
8     - <page name="First" post-event="change_settings()" pre-event="turn_off_buttons()">
9     + <page name="First" post-event="change_settings()" pre-event="print_status_message()">
10     <field type="text" id="Workgroup" value="get_value('Workgroup')"
11     validation="validate_workgroup(), maxlength(15)">
12     <label>LABEL_WORKGROUP</label>
13     @@ -145,9 +145,4 @@
14    
15     <subroutine src="print_button('SAVE')" />
16     </page>
17     -
18     - <page name="Done" pre-event="turn_off_buttons">
19     - <description>SUCCESS</description>
20     - </page>
21     -
22     </form>
23     diff -Nur -x '*.orig' -x '*.rej' e-smith-samba-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/workgroup.pm mezzanine_patched_e-smith-samba-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/workgroup.pm
24     --- e-smith-samba-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/workgroup.pm 2007-01-10 08:09:10.000000000 -0700
25     +++ mezzanine_patched_e-smith-samba-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/workgroup.pm 2007-01-10 08:08:39.000000000 -0700
26     @@ -174,11 +174,8 @@
27    
28    
29     sub change_settings {
30     - my ($fm) = @_;
31     -
32     - my %conf;
33     -
34     - my $q = $fm->{'cgi'};
35     + my $self = shift;
36     + my $q = $self->{'cgi'};
37    
38     my $RoamingProfiles = ($q->param('RoamingProfiles') || 'no');
39     my $DomainMaster = ($q->param('DomainMaster') || 'yes');
40     @@ -189,10 +186,9 @@
41     $db->get('smb')->set_prop("RoamingProfiles", $RoamingProfiles);
42    
43     system( "/sbin/e-smith/signal-event", "workgroup-update" ) == 0
44     - or die ("Error occurred while updating system configuration.\n");
45     + or return $self->error('ERROR_UPDATING');
46    
47     - $fm->{cgi}->param( -name => 'initial_message', -value => 'CHANGE_SUCCEEDED');
48     - $fm->{cgi}->param( -name => 'wherenext', -value => 'Done' );
49     + return $self->success('SUCCESS');
50     }
51    
52    

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