From: Michael Prokop Date: Mon, 1 May 2023 17:52:18 +0000 (+0200) Subject: Drop dconf support (tool no longer maintained/available) X-Git-Tag: v0.17.0~3 X-Git-Url: https://git.grml.org/?p=grml-hwinfo.git;a=commitdiff_plain;h=6487a61525e951e0e73377db583b289b353f0232 Drop dconf support (tool no longer maintained/available) dconf used to be "a tool to collect a system's hardware and software configuration", see https://github.com/dagwieers/dconf and http://dag.wiee.rs/home-made/dconf/ But dconf is not maintained upstream anymore since ~12 years, is no longer present in Debian and the dconf binary is shipped by Gnome's dconf-cli instead nowadays. Thanks: Christopher Bock --- diff --git a/grml-hwinfo b/grml-hwinfo index c8d299f..79939c5 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -332,8 +332,6 @@ cd "${OUTDIR}" || exit 1 exectest dmidecode && dmidecode > ./dmidecode - exectest dconf && dconf -o dconf - if exectest mcelog ; then mcelog --dmi > mcelog_dmi 2>mcelog_dmi.error fi