summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8b34580)
raw | patch | inline | side by side (parent: 8b34580)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 26 Jun 2009 14:35:28 +0000 (14:35 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 26 Jun 2009 14:35:28 +0000 (14:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13808 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/client/events/gosaTriggered.pm | patch | blob | history |
index 82040804eb4ec84d1a76c23ef9145b8f90ad19a8..575a5663a912f3672a53a1c6b102598ac98f4129 100644 (file)
print $rand_fh "source:$source\ntarget:$target\nusr:$to\nsubject:".@{$msg_hash->{'subject'}}[0]."\nmessage:".@{$msg_hash->{'message'}}[0]."\n";
close $rand_fh;
- my ($host, $port) = split(':', $target);
- my $feedback = system("/usr/bin/goto-notify user-message '$to' '$subject' '$message' '$rand_file' '$host' &" );
+ my $feedback = system("/usr/bin/goto-notify user-message '$to' '$subject' '$message' '$rand_file' &" );
return
}