summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 937a00c)
raw | patch | inline | side by side (parent: 937a00c)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Feb 2008 15:32:26 +0000 (15:32 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Feb 2008 15:32:26 +0000 (15:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8962 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/client/events/installation.pm | patch | blob | history |
index 9088ddd29e544fc6e5a4c1764455cd690359b436..03b9f1c53020f5fa9aee1eae107d85018fcafe9e 100644 (file)
my $target = @{$msg_hash->{'target'}}[0];
my $source = @{$msg_hash->{'source'}}[0];
- my $Datei = "/var/run/gosa-si.activated";
+ my $Datei = "/var/run/gosa-si-client.activated";
open(DATEI, ">$Datei");
print DATEI "$msg\n";
close DATEI;