]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Modify startup script to handle a different install location
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 7 Nov 2008 14:30:25 +0000 (14:30 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 7 Nov 2008 14:30:25 +0000 (14:30 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8010 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/prepare-other-loc [new file with mode: 0755]

diff --git a/regress/scripts/prepare-other-loc b/regress/scripts/prepare-other-loc
new file mode 100755 (executable)
index 0000000..6b64b57
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+. scripts/functions
+
+SCR=$cwd/bin/bacula-ctl
+sed "s:BACDIRBIN=$cwd/bin:BACDIRBIN=/opt/bacula:" $SCR-dir > tmp/1
+mv tmp/1 $SCR-dir
+se   d -i "s:BACSDBIN=$cwd/bin:BACSDBIN=/opt/bacula:" $SCR-sd > tmp/1
+mv tm  p/1 $SCR-sd
+sed -i "s:BACFDBIN=$cwd/bin:BACFDBIN=/opt/bacula:" $SCR-fd > tmp/1
+mv tmp/1 $SCR-fd
+chmod -x $cwd/bin/bacula-{fd,sd,dir} $cwd/bin/bconsole    
+chmod +x $SCR-*
+