Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
cd9930d3
Commit
cd9930d3
authored
Apr 25, 2006
by
Leigh B. Stoller
Browse files
Add TBdbfork() call after going to ground; it appears that the mysql
5.0 client side is very picky about this.
parent
637bdcf1
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/frisbeelauncher.in
View file @
cd9930d3
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002, 2004, 2005 University of Utah and the Flux Group.
# Copyright (c) 2000-2002, 2004, 2005
, 2006
University of Utah and the Flux Group.
# All rights reserved.
#
use
Getopt::
Std
;
...
...
@@ -244,6 +244,7 @@ if (my $childpid = TBBackGround($LOGFILE)) {
}
exit
(
0
);
}
TBdbfork
();
# Set up a signal handler that will clean up in case we get killed
$SIG
{
HUP
}
=
$SIG
{
INT
}
=
$SIG
{
TERM
}
=
\
&cleanup
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment