Lines Matching refs:cmd
64 my $cmd;
262 $cmd = "\"$stunnel\" -p $certfile -P $pidfile ";
263 $cmd .= "-d $accept_port -r $target_port -f -D $loglevel ";
264 $cmd .= ($socketopt) ? "$socketopt " : "";
265 $cmd .= ">$logfile 2>&1";
268 print "cmd: $cmd\n";
288 $cmd = "\"$stunnel\" $conffile ";
289 $cmd .= ">$logfile 2>&1";
324 print "cmd: $cmd\n";
348 print STDERR "RUN: $cmd\n" if($verbose);
365 exec("exec $cmd") || die "Can't exec() $cmd: $!";
377 my $rc = system($cmd);