Package: aide
Version: 0.13.1-11
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
*** /tmp/tmplkThkF
Aide chokes on the special character in the following pathname:
/dev/input/by-id/usb-Microsoft_Microsoft_IntelliMouse®_Optical-mouse
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/aide.conf.d/70_aide_dev: escape another special character in
filenames. (LP: #456710)
We thought you might be interested in doing the same.
-- System Information:
Debian Release: squeeze/sid
APT prefers maverick-updates
APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500,
'maverick-proposed'), (500, 'maverick')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35-22-generic (SMP w/2 CPU cores)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u aide-0.13.1/debian/changelog aide-0.13.1/debian/changelog
diff -u aide-0.13.1/debian/aide.conf.d/70_aide_dev aide-0.13.1/debian/aide.conf.d/70_aide_dev
--- aide-0.13.1/debian/aide.conf.d/70_aide_dev
+++ aide-0.13.1/debian/aide.conf.d/70_aide_dev
@@ -18,7 +18,7 @@
find /dev -path /dev/.static -prune -o -print | \
sed -e 's/^\(.*\)/\1$ RamdiskData/' \
-e 's,\\,\\\\,g' -e 's,\.,\\\.,g' \
- -e 's,#,\\#,g'
+ -e 's,#,\\#,g' -e 's,®,\.,g'
echo "/dev/\.static$ RamdiskData"
else
# we have static /dev