On Wed, 2013-10-02 at 07:52 +0200, Stephen Kitt wrote:
> oss-compat in stable suffers from two serious bugs:
>   * 660803, related to changes in kmod (and causing issues when
>     installing Debian Edu wheezy);
>   * 718241, which was initially just a tracking bug for testing but
>     also applies to wheezy.

--- a/debian/postinst
+++ b/debian/postinst
@@ -32,6 +32,8 @@ case "$1" in
         fi
         # Cleanup stable configuration link
         [ -L ${oldconffile} ] && rm -f ${oldconffile}
+        # Wheezy configuration file (using install directives)
+        [ -f ${curconffile} ] && [ "$(md5sum ${curconffile} | cut -d\  -f1)" = 
"88222606b0a3ba8b0825c5000c754e6f" ] && cp /lib/oss-compat/linux $

Copy and paste failure?

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1380742140.17649.16.ca...@jacala.jungle.funky-badger.org

Reply via email to