projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1f19b3
)
Super minor tweak
author
Greg Sabino Mullane
<greg@endpoint.com>
Sat, 18 May 2013 04:43:18 +0000
(
00:43
-0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Sat, 18 May 2013 04:43:18 +0000
(
00:43
-0400)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index 0a83c8e57b0cfe40d11fea43e4e4f797ecf3378a..a4cb4bb6ac6e46c09eb6a77af57c838c51e0b771 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-634,7
+634,7
@@
sub start_mcp {
{ exec $RUNME, @{ $opts }, 'start', $reason };
$self->glog("Could not exec $RUNME: $!", LOG_WARN);
- }; ## end SIG{__DIE_} handler sub
+ }; ## end SIG{__DIE_
_
} handler sub
## This resets listeners, kills kids, and loads/activates syncs
my $active_syncs = $self->reload_mcp();
@@
-6638,7
+6638,7
@@
sub fork_vac {
exit 0;
- }; ## end SIG{__DIE_} handler sub
+ }; ## end SIG{__DIE_
_
} handler sub
## Connect to the master database
($self->{master_backend}, $self->{masterdbh}) = $self->connect_database();