From: Galen Charlton Date: Fri, 7 Mar 2014 16:22:38 +0000 (-0800) Subject: LP#1286198: use --ignore-orphans rather than --are-there-no-prisons X-Git-Tag: osrf_rel_2_4_0-alpha~60 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d3499f22bb56a1f153d068df2f66a56867ec5560;p=OpenSRF.git LP#1286198: use --ignore-orphans rather than --are-there-no-prisons The joke was fine while it lasted, but might be confusing to somebody who doesn't catch the literary reference. This patch also fixes a minor typo. Signed-off-by: Galen Charlton --- diff --git a/bin/opensrf-perl.pl.in b/bin/opensrf-perl.pl.in index 20b1829..e98eed6 100755 --- a/bin/opensrf-perl.pl.in +++ b/bin/opensrf-perl.pl.in @@ -103,7 +103,7 @@ GetOptions( 'reload' => \$opt_reload, 'reload-all' => \$opt_reload_all, 'diagnostic' => \$opt_diagnostic, - 'are-there-no-prisons' => \$opt_ignore_orphans + 'ignore-orphans' => \$opt_ignore_orphans ); if ($opt_localhost) { @@ -661,8 +661,8 @@ sub do_help { but no pidfile exists, kill the service process before starting the new one. This applies to routers too. - --are-there-no-prisons - When starting a service, if a service procses is already running but + --ignore-orphans + When starting a service, if a service process is already running but no pidfile exists, ignore the existing process and carry on starting the new one (i.e., ignore orphans). This applies to routers too.