]> git.sur5r.net Git - bacula/bacula/commitdiff
Apply Frank's baseport fix
authorKern Sibbald <kern@sibbald.com>
Sat, 26 Jan 2008 08:48:07 +0000 (08:48 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 26 Jan 2008 08:48:07 +0000 (08:48 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6317 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/regress-config

index 72b289a791354420f5d8f2973c39395223322e3a..5b589bd68f437a04ab6f52bdafc610bc7bbac84f 100755 (executable)
@@ -24,6 +24,6 @@ CFLAGS="-g -O2 -Wall" \
     ${OPENSSL} \
     ${TCPWRAPPERS} \
     ${WHICHDB} \
-    --with-baseport=8101
+    --with-baseport=${BASEPORT}
 
 exit 0