projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fea983
)
Match process name case-insensitive
author
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 21 Jun 2013 03:40:29 +0000
(23:40 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 21 Jun 2013 03:40:29 +0000
(23:40 -0400)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index 37919ecb00854b3e3649da15f5d3ef690f54cc89..d2074be63f7cf54e270907895c46bea4c43d9667 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-7202,7
+7202,7
@@
sub kill_bucardo_pid {
if ($info !~ /^COMMAND/) {
$self->glog(qq{Could not determine ps information for pid $pid}, LOG_VERBOSE);
}
- elsif ($info !~ /\bbucardo\s+/o) {
+ elsif ($info !~ /\bbucardo\s+/o
i
) {
$self->glog(qq{Will not kill process $pid: ps args is not 'Bucardo', got: $info}, LOG_TERSE);
return 0;
}