5359edc160de518d8e43fdd3448365c15b912c3c
galt
  Mon Jul 22 11:48:10 2019 -0700
Added ipv6 support. Listening processes us hybrid dual stack feature of OS to simplify implementation and use a single listening socket. Works with both TCP and UDP. Parasol working. geoIp also updated and ready for IPv6. Should be invisible to most users, while providing connections via ipv6 where available. Supports both ipv4 and ipv6.

diff --git src/gfServer/tests/testTransTwoBit src/gfServer/tests/testTransTwoBit
index 87f0aad..1292d40 100755
--- src/gfServer/tests/testTransTwoBit
+++ src/gfServer/tests/testTransTwoBit
@@ -1,4 +1,5 @@
+#!/bin/bash
 gfServer start -trans localhost 17768 -canStop input/creaGeno.2bit >/dev/null &
 sleep 1
 gfServer transQuery localhost 17768 input/mCrea.mrna > $1
 gfServer stop localhost 17768 > /dev/null