diff -Nru resin-3.0.15.vanilla/bin/wrapper.pl resin-3.0.15/bin/wrapper.pl --- resin-3.0.15.vanilla/bin/wrapper.pl 2005-11-25 17:09:37.000000000 +0100 +++ resin-3.0.15/bin/wrapper.pl 2005-11-25 17:11:16.000000000 +0100 @@ -430,9 +430,6 @@ $pid=`cat $pid_file`; chop($pid); - if ($cmd eq "stop") { - print("Stopping ${name}\n"); - } kill(15, $pid); unlink($pid_file); } @@ -706,8 +703,6 @@ $date = `date`; chop($date); - print "Resin $name $cmd at $date\n"; - # create a keepalive socket # when the wrapper dies, the httpd class will detect that and # close gracefully diff -Nru resin-3.0.15.vanilla/bin/wrapper.pl.in resin-3.0.15/bin/wrapper.pl.in --- resin-3.0.15.vanilla/bin/wrapper.pl.in 2005-11-25 17:09:37.000000000 +0100 +++ resin-3.0.15/bin/wrapper.pl.in 2005-11-25 17:11:16.000000000 +0100 @@ -430,9 +430,6 @@ $pid=`cat $pid_file`; chop($pid); - if ($cmd eq "stop") { - print("Stopping ${name}\n"); - } kill(15, $pid); unlink($pid_file); } @@ -706,8 +703,6 @@ $date = `date`; chop($date); - print "Resin $name $cmd at $date\n"; - # create a keepalive socket # when the wrapper dies, the httpd class will detect that and # close gracefully