mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-17 08:03:44 -04:00
remove trailing newline from pid (RT #24388)
This commit is contained in:
parent
a8f9b05a5c
commit
4ffc24ee8a
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: start.pl,v 1.16.54.5 2011/05/05 04:55:46 marka Exp $
|
||||
# $Id: start.pl,v 1.16.54.6 2011/05/05 22:58:59 smann Exp $
|
||||
|
||||
# Framework for starting test servers.
|
||||
# Based on the type of server specified, check for port availability, remove
|
||||
|
|
@ -201,6 +201,7 @@ sub start_server {
|
|||
|
||||
# start the server
|
||||
my $child = `$command`;
|
||||
chomp($child);
|
||||
|
||||
# wait up to 14 seconds for the server to start and to write the
|
||||
# pid file otherwise kill this server and any others that have
|
||||
|
|
|
|||
Loading…
Reference in a new issue