Merge fix-pt-kill-daemon-bug (bug 1209436).

This commit is contained in:
Daniel Nichter
2013-08-13 17:36:01 -07:00
4 changed files with 379 additions and 218 deletions

View File

@@ -397,6 +397,12 @@ sub dsn_for {
return "h=127.1,P=$port_for{$host},u=msandbox,p=msandbox";
}
sub cnf_for {
my ($self, $host) = @_;
_check_server($host);
return "/tmp/" . $port_for{$host} . "/my.sandbox.cnf";
}
sub genlog {
my ($self, $host) = @_;
_check_server($host);