From 9b5ecefaa68768042ee9c0ff8cb2bc535158190a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 11 Jan 2022 07:36:40 +0100 Subject: [PATCH] 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. --- etc/grml/fai/config/package_config/GRML_FULL | 4 ---- etc/grml/fai/config/scripts/GRMLBASE/05-hostname | 4 ---- 2 files changed, 8 deletions(-) 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 -- 2.1.4