diff options
author | Holger Levsen <holger@layer-acht.org> | 2010-10-01 15:56:49 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2010-10-01 15:56:49 +0000 |
commit | 36766cb978f99b44c0da2db3e6ee1906f9c30715 (patch) | |
tree | dcc5eef05eb8c7d37212170f01dbc888b9d5ef1c | |
parent | af2257ef4b7e4319d2396778642fab9a14f42c53 (diff) | |
download | sitesummary-36766cb978f99b44c0da2db3e6ee1906f9c30715.tar.gz sitesummary-36766cb978f99b44c0da2db3e6ee1906f9c30715.tar.bz2 sitesummary-36766cb978f99b44c0da2db3e6ee1906f9c30715.tar.xz |
* collect.d/system: collect /var/log/Xorg.0.log if it exists.
-rw-r--r-- | collect.d/system | 4 | ||||
-rw-r--r-- | debian/changelog | 9 |
2 files changed, 12 insertions, 1 deletions
diff --git a/collect.d/system b/collect.d/system index 53485ae..bb36229 100644 --- a/collect.d/system +++ b/collect.d/system @@ -64,6 +64,10 @@ if [ -f /etc/X11/xorg.conf ]; then cp /etc/X11/xorg.conf . fi +if [ -f /var/log/Xorg.0.log ]; then + cp /var/log/Xorg.0.log . +fi + if [ -f /etc/X11/fs/config ]; then cp /etc/X11/fs/config x11-fs-config fi diff --git a/debian/changelog b/debian/changelog index 1bd69a3..d6d9859 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.66~unreleased) UNRELEASED; urgency=low + + [ Holger Levsen ] + * collect.d/system: collect /var/log/Xorg.0.log if it exists. + + -- Holger Levsen <holger@debian.org> Fri, 01 Oct 2010 17:54:16 +0200 + sitesummary (0.0.65) unstable; urgency=low * Start the sitesummary-client init.d script after a local DNS server @@ -11,7 +18,7 @@ sitesummary (0.0.64) unstable; urgency=low * Fix typo in init.d script message. [ Petter Reinholdtsen ] - * Documentation now answer more questions than it asks + * Documentation now answers more questions than it asks (Closes: #444622). * Stop shipping files in /etc/apache/ (Closes: #578239). * Add Spanish translation from Camaleón (Closes: #583540). |