diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-24 07:47:22 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-24 07:47:22 +0000 |
commit | 543fe5143a892ebaf284227111e7250834256fcf (patch) | |
tree | e2b191e566267d372d440b51f26583a672cd277e | |
parent | 5433ddd32ba2c67e5b42067be4e04e35c3280873 (diff) | |
download | sitesummary-543fe5143a892ebaf284227111e7250834256fcf.tar.gz sitesummary-543fe5143a892ebaf284227111e7250834256fcf.tar.bz2 sitesummary-543fe5143a892ebaf284227111e7250834256fcf.tar.xz |
Fix brown paper back typo in collection of xfs config file.
-rw-r--r-- | collect.d/system | 2 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/collect.d/system b/collect.d/system index a7e59d1..411e762 100644 --- a/collect.d/system +++ b/collect.d/system @@ -65,7 +65,7 @@ if [ -f /etc/X11/xorg.conf ]; then fi if [ -f /etc/X11/fs/config ]; then - cp /etc/X11/xorg.conf x11-fs-config + cp /etc/X11/fs/config x11-fs-config fi # Collect Cisco Discover Protocol information from all interfaces, in diff --git a/debian/changelog b/debian/changelog index 1a345a1..6bbbd18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ sitesummary (0.0.58) UNRELEASED; urgency=low * Ignore entries from host failing to report MAC address, and log this to syslog, to avoid getting bogus entries. + * Fix brown paper back typo in collection of xfs config file. -- Petter Reinholdtsen <pere@debian.org> Sun, 24 Jan 2010 08:43:39 +0100 |