Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186141 - sys-power/acpid-1.0.6 - Improper expansion in /etc/acpi/default.sh
Summary: sys-power/acpid-1.0.6 - Improper expansion in /etc/acpi/default.sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-21 19:02 UTC by Jim Mar
Modified: 2007-10-14 12:04 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
harmful typo patch (acpid-1.0.6-default.sh.patch,226 bytes, patch)
2007-08-11 12:54 UTC, Sylvain BERTRAND
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Mar 2007-07-21 19:02:47 UTC
Seems like the line:

group=${1/%%/*}

should read something like:

group=${1%%/*}


Reproducible: Always
Comment 1 konsti 2007-07-27 09:39:48 UTC
Indeed, this makes my powerbutton initiating an init 0 again after the last acpid update ;-)
Comment 2 Sylvain BERTRAND 2007-08-11 12:54:32 UTC
Created attachment 127745 [details, diff]
harmful typo patch
Comment 3 Markus Rathgeb 2007-08-30 17:25:27 UTC
I wanted postet the same correction and saw there is always a bug commited.
So I know this was not only my problem.
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2007-10-14 12:04:50 UTC
thank you all very much! I fixed this, sorry for taking so long