summaryrefslogtreecommitdiffstats
path: root/package/acpid
Commit message (Collapse)AuthorAgeFilesLines
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-2/+3
|
* x86 is the only thing that uses this monstrosity."Steven J. Hill"2007-01-141-0/+1
|
* use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtinEric Andersen2006-12-081-1/+1
|
* - acpid is compiled with -Werror, and gcc 4.1.1 warns about mismatchingBernhard Reutner-Fischer2006-11-293-4/+26
| | | | | | | pointers. Fix it by using socklen_t type. - Modify acpid.mk to apply all available patches. Convert ACPI_SOCKETFILE adjustment from sed script to a patch. Thanks to Pavel Roskin
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* Add support for acpidEric Andersen2005-06-232-0/+55