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.14.orig/bin/wrapper.pl (-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 696-703 Link Here
696
      $date = `date`;
693
      $date = `date`;
697
      chop($date);
694
      chop($date);
698
695
699
      print "Resin $name $cmd at $date\n";
700
701
      # create a keepalive socket
696
      # create a keepalive socket
702
      # when the wrapper dies, the httpd class will detect that and
697
      # when the wrapper dies, the httpd class will detect that and
703
      # close gracefully
698
      # close gracefully
(-)resin-3.0.14.orig/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 696-703 Link Here
696
      $date = `date`;
693
      $date = `date`;
697
      chop($date);
694
      chop($date);
698
695
699
      print "Resin $name $cmd at $date\n";
700
701
      # create a keepalive socket
696
      # create a keepalive socket
702
      # when the wrapper dies, the httpd class will detect that and
697
      # when the wrapper dies, the httpd class will detect that and
703
      # close gracefully
698
      # close gracefully

Return to bug 63246