support of plutostderrlog keyword

This commit is contained in:
Andreas Steffen
2008-05-11 07:59:00 +00:00
parent 6cf1215e3c
commit 9a6d9f10e2
6 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -101,7 +101,7 @@ starter_stop_charon (void)
int
starter_start_charon (starter_config_t *cfg, bool debug)
starter_start_charon (starter_config_t *cfg, bool no_fork)
{
struct stat stb;
int pid, i;
@@ -114,7 +114,7 @@ starter_start_charon (starter_config_t *cfg, bool debug)
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
};
if (!debug)
if (!no_fork)
{
arg[argc++] = "--use-syslog";
}