From: Eric Bollengier Date: Fri, 7 Nov 2008 14:35:51 +0000 (+0000) Subject: ebl update with $bin variable X-Git-Tag: Release-3.0.0~612 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4d8e8b68c2fe78021fb1a4173f78d8f81b63975b;p=bacula%2Fbacula ebl update with $bin variable git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8011 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/prepare-other-loc b/regress/scripts/prepare-other-loc index 6b64b579e8..26120d64dc 100755 --- a/regress/scripts/prepare-other-loc +++ b/regress/scripts/prepare-other-loc @@ -3,11 +3,11 @@ . scripts/functions SCR=$cwd/bin/bacula-ctl -sed "s:BACDIRBIN=$cwd/bin:BACDIRBIN=/opt/bacula:" $SCR-dir > tmp/1 +sed "s:BACDIRBIN=$cwd/bin:BACDIRBIN=$bin:" $SCR-dir > tmp/1 mv tmp/1 $SCR-dir -se d -i "s:BACSDBIN=$cwd/bin:BACSDBIN=/opt/bacula:" $SCR-sd > tmp/1 +se d -i "s:BACSDBIN=$cwd/bin:BACSDBIN=$bin:" $SCR-sd > tmp/1 mv tm p/1 $SCR-sd -sed -i "s:BACFDBIN=$cwd/bin:BACFDBIN=/opt/bacula:" $SCR-fd > tmp/1 +sed -i "s:BACFDBIN=$cwd/bin:BACFDBIN=$bin:" $SCR-fd > tmp/1 mv tmp/1 $SCR-fd chmod -x $cwd/bin/bacula-{fd,sd,dir} $cwd/bin/bconsole chmod +x $SCR-*