Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63246 | Differences between
and this patch

Collapse All | Expand All

(-)resin-3.0.13.original/bin/wrapper.pl.in (-5 lines)
Lines 420-428 Link Here
420
	$pid=`cat $pid_file`;
420
	$pid=`cat $pid_file`;
421
	chop($pid);
421
	chop($pid);
422
422
423
	if ($cmd eq "stop") {
424
	    print("Stopping ${name}\n");
425
	}
426
	kill(15, $pid);
423
	kill(15, $pid);
427
	unlink($pid_file);
424
	unlink($pid_file);
428
    }
425
    }
Lines 688-695 Link Here
688
      $date = `date`;
685
      $date = `date`;
689
      chop($date);
686
      chop($date);
690
687
691
      print "Resin $name $cmd at $date\n";
692
693
      # create a keepalive socket
688
      # create a keepalive socket
694
      # when the wrapper dies, the httpd class will detect that and
689
      # when the wrapper dies, the httpd class will detect that and
695
      # close gracefully
690
      # close gracefully

Return to bug 63246