/[smecontribs]/rpms/smeserver-affa/contribs7/smeserver-affa-1.0.0-desktop.patch
ViewVC logotype

Contents of /rpms/smeserver-affa/contribs7/smeserver-affa-1.0.0-desktop.patch

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


Revision 1.3 - (show annotations) (download)
Tue Nov 25 16:20:17 2008 UTC (15 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
Restore

1 --- smeserver-affa-1.0.0/root/sbin/e-smith/affa.desktop 2008-05-27 14:03:17.000000000 +0200
2 +++ smeserver-affa-1.0.0/root/sbin/e-smith/affa 2008-05-27 14:08:38.000000000 +0200
3 @@ -797,12 +797,12 @@
4 if( $job{'remoteHostName'} eq 'localhost' )
5 {
6 lg( "signaling pre-backup event on localhost" );
7 - @cmd=('/sbin/e-smith/signal-event',"pre-backup");
8 + @cmd=('/sbin/e-smith/signal-event',"pre-backup", "desktop");
9 }
10 else
11 {
12 lg( "signaling pre-backup event on ". $job{'remoteHostName'} );
13 - @cmd=('/usr/bin/ssh', '-o', "HostKeyAlias=$jobname", '-p', $job{'sshPort'}, $sshQuiet, $job{'remoteHostName'},"/sbin/e-smith/signal-event pre-backup");
14 + @cmd=('/usr/bin/ssh', '-o', "HostKeyAlias=$jobname", '-p', $job{'sshPort'}, $sshQuiet, $job{'remoteHostName'},"/sbin/e-smith/signal-event pre-backup desktop");
15 }
16 not ExecCmd( @cmd, 0 ) or affaErrorExit( "signaling pre-backup event failed." );
17 }

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