Support dconf 0.3.6
authorMichael Prokop <mika@grml.org>
Mon, 27 Aug 2007 16:32:41 +0000 (18:32 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 27 Aug 2007 16:32:41 +0000 (18:32 +0200)
debian/changelog
grml-hwinfo

index e301f4a..c55093b 100644 (file)
@@ -1,3 +1,9 @@
+grml-hwinfo (0.3.6) unstable; urgency=low
+
+  * Support dconf.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 27 Aug 2007 18:32:32 +0200
+
 grml-hwinfo (0.3.5) unstable; urgency=low
 
   * Support /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl
index b91a137..158e750 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Mon Aug 20 11:23:37 CEST 2007 [mika]
+# Latest change: Mon Aug 27 18:32:27 CEST 2007 [mika]
 ################################################################################
 # Notice: Some ideas have been taken from
 # http://club.black.co.at/david/hwdb/infodump
@@ -172,6 +172,8 @@ else
    exectest ddcprobe   && ddcprobe  > ddcprobe
    exectest dmidecode  && dmidecode > dmidecode
 
+   exectest dconf && dconf -o dconf
+
    if [ -x /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl ] ; then
       /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl > decode-dimms 2>decode-dimms.error
    fi