diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-12-05 20:13:14 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-12-12 18:37:06 +0100 |
commit | 230037af4788cb2a050a254a0799377ff0084b89 (patch) | |
tree | 169cf0c8d8aa685335a05629ba2f1981d3b63a66 | |
parent | 903d136e02ca8b271f0ac65dbcff37e35784d984 (diff) | |
download | exilog-230037af4788cb2a050a254a0799377ff0084b89.zip exilog-230037af4788cb2a050a254a0799377ff0084b89.tar.gz exilog-230037af4788cb2a050a254a0799377ff0084b89.tar.bz2 |
if fork succeeded, no longer send a detaching-from-terminal message, resolves #117
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-rwxr-xr-x | agent/exilog_agent.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/agent/exilog_agent.pl b/agent/exilog_agent.pl index 9e0dd73..bec39c7 100755 --- a/agent/exilog_agent.pl +++ b/agent/exilog_agent.pl @@ -38,7 +38,6 @@ unless ($foreground) { if (defined($rc)) { # parent returns if ($rc) { - print "($$) [exilog_agent] Detaching from terminal, output goes to $config->{agent}->{log}.\n"; exit(0); }; } |