[Bug 125816] Re: linux-image postinst matches header_postinst_hook for postinst_hook incorrectly

Matt Domsch Matt_Domsch at dell.com
Thu Sep 13 21:27:08 UTC 2007


I'm not convinced this is fixed in Gutsy either.  From the kernel in
git:  ubuntu-gutsy/debian/control-scripts/postinst

      $postinst_hook   = "$1"  if /postinst_hook\s*=\s*(\S+)/ig;
      $postrm_hook     = "$1"  if /postrm_hook\s*=\s*(\S+)/ig;
      $preinst_hook    = "$1"  if /preinst_hook\s*=\s*(\S+)/ig;
      $prerm_hook      = "$1"  if /prerm_hook\s*=\s*(\S+)/ig;

This has not had the patch from above applied to it.

-- 
linux-image postinst matches header_postinst_hook for postinst_hook incorrectly
https://bugs.launchpad.net/bugs/125816
You received this bug notification because you are a member of Kernel
Bugs, which is a bug contact for kernel-package in ubuntu.




More information about the kernel-bugs mailing list