Package: mime-support Version: 3.28-1 Severity: normal Tags: patch
The name of the variable holding the configfile was changed from `$config' to `$conffile', but a few lines after that the old name is still used to include the file. As it has an empty value, no configfile is ever read. The attached patch against the current version does hopefully solve that problem. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.18.2.mib.smp.amd64 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) -- no debconf information -- Ihre Systemadministration Mario Domgörgen Be 4, Zi 3 -- Tel: 7773 [EMAIL PROTECTED] www.math.uni-bonn.de/support
--- /usr/sbin/update-mime 2006-12-05 04:22:50.000000000 +0100 +++ /tmp/update-mime 2007-08-20 09:07:26.000000000 +0200 @@ -31,7 +31,7 @@ # # Allow local customizations # -do $config if -f $config; +do $conffile if -f $conffile; #