bacula: several fixes

This commit is contained in:
Timo Eissler
2014-07-18 07:50:24 +02:00
parent 9ac40513c3
commit 859b0382ab
3 changed files with 6 additions and 26 deletions

View File

@@ -80,6 +80,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && ./configure --enable-client-only
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
mv /sbin/bacula /etc/init.d/bacula
mv -f /sbin/bacula /etc/init.d/bacula
mv -f /opt/bacula /var/
sed -i -e 's#/opt/bacula/working#/var/bacula/working#' /etc/bacula/bacula-fd.conf
rm -f /root/.rnd
@rm -rf $(DIR_APP)
@$(POSTBUILD)