From d3499f22bb56a1f153d068df2f66a56867ec5560 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 7 Mar 2014 08:22:38 -0800 Subject: [PATCH] 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 --- bin/opensrf-perl.pl.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.43.2