X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=dynsrv.sh;fp=dynsrv.sh;h=0000000000000000000000000000000000000000;hb=0be487506195d069c468fa71c32dc2cd50450363;hp=d0810d6c14ef5c9f0a3ecc38c2e2ce09f2d44cdb;hpb=35311406413e0418112f7c295fee054a3506cbe8;p=radsecproxy.git diff --git a/dynsrv.sh b/dynsrv.sh deleted file mode 100755 index d0810d6..0000000 --- a/dynsrv.sh +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh -srv=`host -t srv _radsec._tcp.$1` -# should do exit 1 or something if host command fails -host=`echo $srv|cut -d\ -f8` -port=`echo $srv|cut -d\ -f7` -echo "server $1-$host {" -echo " host $host" -echo " port $port" -echo "}"