aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2006-12-08 08:25:18 +0000
committerPetter Reinholdtsen <pere@hungry.com>2006-12-08 08:25:18 +0000
commit9e4fd8db16dc647e84a1325102bc7f1df16fb153 (patch)
tree2703433db50e873d9f4374ed3fd1e2f9d43d5fdb
parenta4ba0ff6e0403f43e70187889ff775ccda88c314 (diff)
downloadsitesummary-9e4fd8db16dc647e84a1325102bc7f1df16fb153.tar.gz
sitesummary-9e4fd8db16dc647e84a1325102bc7f1df16fb153.tar.bz2
sitesummary-9e4fd8db16dc647e84a1325102bc7f1df16fb153.tar.xz
Collect 'dpkg -l' output too.
-rw-r--r--collect.d/debian2
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 1 deletions
diff --git a/collect.d/debian b/collect.d/debian
index 0b0c59d..fd8cbe6 100644
--- a/collect.d/debian
+++ b/collect.d/debian
@@ -9,3 +9,5 @@ for filename in debian_version ; do
cp $file $filename
fi
done
+
+dpkg -l > dpkg-l
diff --git a/debian/changelog b/debian/changelog
index 146be7d..a7500dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ sitesummary (0.0.20) UNRELEASED; urgency=low
* Add perl-modules as dependency for sitesummary-client, to make
sure Getopt::Std is available for sitesummary-upload.
* Add new collect.d/debian to collect debian specific stuff. Now
- collects /etc/debian_version.
+ collects /etc/debian_version and the output from dpkg -l.
* Change the collector to use the mac address from eth1 or eth2 if
eth0 isn't usable.
* Throw away error messages from dmidecode when collecting info, to