diff -Nru resin-3.0.14.orig/bin/wrapper.pl resin-3.0.14/bin/wrapper.pl --- resin-3.0.14.orig/bin/wrapper.pl 2005-10-18 23:42:37.000000000 +0200 +++ resin-3.0.14/bin/wrapper.pl 2005-10-18 23:44:05.000000000 +0200 @@ -420,9 +420,6 @@ $pid=`cat $pid_file`; chop($pid); - if ($cmd eq "stop") { - print("Stopping ${name}\n"); - } kill(15, $pid); unlink($pid_file); } @@ -696,8 +693,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.14.orig/bin/wrapper.pl.in resin-3.0.14/bin/wrapper.pl.in --- resin-3.0.14.orig/bin/wrapper.pl.in 2005-10-18 23:42:37.000000000 +0200 +++ resin-3.0.14/bin/wrapper.pl.in 2005-10-18 23:43:47.000000000 +0200 @@ -420,9 +420,6 @@ $pid=`cat $pid_file`; chop($pid); - if ($cmd eq "stop") { - print("Stopping ${name}\n"); - } kill(15, $pid); unlink($pid_file); } @@ -696,8 +693,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