Today is: 8 January, 2012
Check todays hot topics

RestartServices plugin patch for Spine (http://code.ticketmaster.com/)

RestartServices plugin patch for Spine (http://code.ticketmaster.com/)

--- /usr/lib/spine/Spine/Plugin/RestartServices.pm	2009-04-07 12:17:40.000000000 -0700
+++ RestartServices.pm	2009-08-18 15:29:00.000000000 -0700
@@ -48,10 +48,9 @@
 {
     my $c = shift;
     my $rval = 0;
+    my %rshash;
 
     my $start_time = $c->getval('c_start_time');
-    my $service_bin = $c->getval('service_bin');
-
     my $startup = $c->getvals('startup');
     my $restart_deps = $c->getvals('restart_deps');
     my $touch = File::Touch->new( no_create => 1 );
@@ -68,22 +67,23 @@
 
     foreach my $entry (@{$restart_deps})
     {

Syndicate content