Branches for Feisty

Name Status Last Modified Last Commit
lp:ubuntu/feisty/kernel-package 1 Development 2009-07-03 13:07:27 UTC
22. Touch '/var/run/do-not-hibernate' ins...

Author: Paul Sladen
Revision Date: 2007-03-06 14:12:24 UTC

Touch '/var/run/do-not-hibernate' instead of '/var/run/do-not-suspend'
to indicate to the power-management layer that the kernel that is likely
to be used following a hibernate/resume-from-hibernate cycle has changed.
Re-closes: (Launchpad: #14908)

lp:ubuntu/feisty-proposed/kernel-package 1 Development 2009-07-03 13:07:32 UTC
23. Launchpad: #125816, Fix string search...

Author: Tim Gardner
Revision Date: 2007-07-17 09:00:27 UTC

Launchpad: #125816, Fix string search expressions to find exact tokens.
Many string search expressions in this package could incorrectly match
on the wrong string. Consider these 2 lines in /etc/kernel-img.conf:

postinst_hook = /sbin/update-grub
header_postinst_hook = /etc/kernel/postinst.d/dkms

The original string search expression
$postinst_hook = "$1" if /postinst_hook\s*=\s*(\S+)/ig;
would match incorrectly on the last instance of 'postinst_hook' (header_postinst_hook),
thereby running the wrong post-installation script.

The new string search expression requires an exact match.

12 of 2 results