]> git.sur5r.net Git - bacula/bacula/commitdiff
If BASEPORT is not already set, assign it to 8101
authorDan Langille <dan@langille.org>
Fri, 5 Oct 2007 15:05:51 +0000 (15:05 +0000)
committerDan Langille <dan@langille.org>
Fri, 5 Oct 2007 15:05:51 +0000 (15:05 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5726 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/do_sed

index 31368c720fa7ac3e30e4b1eb8ca4ae27c6972da5..6f6c7cad6d40b33eaf6fa7551843953aa1dce1de 100755 (executable)
@@ -6,6 +6,7 @@ mkdir -p ${cwd}/bin
 out="${cwd}/tmp/sed_tmp"
 
 # set the ports used by these tests
+BASEPORT?=8101
 dirport=${BASEPORT}
 fdport=`expr ${BASEPORT} '+' 1`
 sdport=`expr ${BASEPORT} '+' 2`