Subversion Repositories DevTools

Rev

Rev 5398 | Rev 7389 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5398 Rev 7387
Line 179... Line 179...
179
        #
179
        #
180
        #   Child process at this point
180
        #   Child process at this point
181
        #
181
        #
182
#        setsid or $logger->err("Can't start a new session: $!");
182
#        setsid or $logger->err("Can't start a new session: $!");
183
        $logger->logmsg("Started $target");
183
        $logger->logmsg("Started $target");
-
 
184
 
-
 
185
        my $daemon = ( $target =~ m~^tarZip~) ? "$rootDir/blatTarZip.pl" : "$rootDir/blatDaemon.pl";
184
        exec 'perl',"$rootDir/blatDaemon.pl", $target or $logger->err ("Can't exec");
186
        exec 'perl',$daemon, $target or $logger->err ("Can't exec $daemon");
185
    }
187
    }
186
 
188
 
187
    #
189
    #
188
    #   What a bit and try again
190
    #   What a bit and try again
189
    #
191
    #