Title: [opsview-perl] [718] Fix silly mistake
Revision
718
Author
tvoon
Date
2012-07-27 01:12:55 +0100 (Fri, 27 Jul 2012)

Log Message

Fix silly mistake

Modified Paths


Modified: trunk/patches/CatalystX-Script-Server-Starman/01initargs.patch
===================================================================
--- trunk/patches/CatalystX-Script-Server-Starman/01initargs.patch	2012-07-26 17:07:43 UTC (rev 717)
+++ trunk/patches/CatalystX-Script-Server-Starman/01initargs.patch	2012-07-27 00:12:55 UTC (rev 718)
@@ -6,10 +6,10 @@
  extends 'Catalyst::Script::Server';
  
 -has '+fork' => ( default => 1, init_arg => undef );
-+has '+fork' => ( default => 1, init_arg => 1 );
++has '+fork' => ( default => 1, init_arg => 0 );
  
 -has [qw/ keepalive restart restart_delay restart_regex restart_directory/] => ( init_arg => undef, is => 'ro' );
-+has [qw/ keepalive restart restart_delay restart_regex restart_directory/] => ( init_arg => 1, is => 'ro' );
++has [qw/ keepalive restart restart_delay restart_regex restart_directory/] => ( init_arg => 0, is => 'ro' );
  
  has workers => (
      isa => Int,

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to