diff options
-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 |