summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a658944)
raw | patch | inline | side by side (parent: a658944)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Mar 2008 10:13:09 +0000 (10:13 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Mar 2008 10:13:09 +0000 (10:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10082 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/gosa-si-client | patch | blob | history |
diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client
index ff728f2acb316ab392fb4f3473d85b9ff6e09b28..55c31b42583cc35de5570401669080e93db5c39a 100755 (executable)
--- a/gosa-si/gosa-si-client
+++ b/gosa-si/gosa-si-client
# ErrorEvent => "file_error",
# );
$heap->{tail} = POE::Wheel::Run->new(
- Program => [ "/usr/bin/tail", "-f", $file_name ],
+ Program => [ "/usr/bin/tail", "-f", $file ],
StdoutEvent => $file_name."_record",
);
#$heap->{services}->{ $file_watcher->ID } = $file_name;