From: Michael Prokop Date: Tue, 11 Jan 2022 06:36:40 +0000 (+0100) Subject: SW: drop bacula-* from GRML_FULL X-Git-Tag: v0.39.2~4 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=9b5ecefaa68768042ee9c0ff8cb2bc535158190a SW: drop bacula-* from GRML_FULL Bacula was removed from Debian/testing as of 2021-11-23 due to #997139. It's unclear, whether bacula is of any further use on a live system as-is (also given that the bacula version in Debian is lagging behind upstream quite a lot; and there also exists bareos nowadays, though not present in Debian as such). If someone should be missing bacula from Grml, I'd like to know. Not only drop the software packages, but also drop the hostname workaround for /etc/bacula/bacula-fd.conf in our GRMLBASE/05-hostname script. --- diff --git a/etc/grml/fai/config/package_config/GRML_FULL b/etc/grml/fai/config/package_config/GRML_FULL index c8ac36b..3e6748c 100644 --- a/etc/grml/fai/config/package_config/GRML_FULL +++ b/etc/grml/fai/config/package_config/GRML_FULL @@ -251,10 +251,6 @@ recoverjpeg testdisk # restore from backup -bacula-common -bacula-console -bacula-fd -bacula-sd borgbackup clonezilla dirvish diff --git a/etc/grml/fai/config/scripts/GRMLBASE/05-hostname b/etc/grml/fai/config/scripts/GRMLBASE/05-hostname index 0d52914..cf55d8d 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/05-hostname +++ b/etc/grml/fai/config/scripts/GRMLBASE/05-hostname @@ -29,9 +29,5 @@ if [ -r $target/etc/postfix/main.cf ] ; then $ROOTCMD newaliases fi -if [ -r $target/etc/bacula/bacula-fd.conf ] ; then - sed -i "s/$BUILD_HOSTNAME/$HOSTNAME/g" $target/etc/bacula/bacula-fd.conf -fi - ## END OF FILE ################################################################# # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2