acpid: update to 2.0.29.
Closes #13544. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
51c273d0f0
commit
34f218e9d3
2 changed files with 10 additions and 10 deletions
|
@ -1,11 +1,11 @@
|
||||||
--- acpid.c.orig 2015-02-06 20:32:04.341695981 +0100
|
--- acpid.c
|
||||||
+++ acpid.c 2015-02-06 20:32:13.540974475 +0100
|
+++ acpid.c
|
||||||
@@ -390,7 +390,7 @@ open_log(void)
|
@@ -389,7 +389,7 @@ open_log(void)
|
||||||
int log_opts;
|
int log_opts;
|
||||||
|
|
||||||
/* open the syslog */
|
/* open the syslog */
|
||||||
- log_opts = LOG_CONS|LOG_NDELAY;
|
- log_opts = LOG_CONS|LOG_NDELAY;
|
||||||
+ log_opts = LOG_NDELAY;
|
+ log_opts = LOG_NDELAY;
|
||||||
if (acpid_debug) {
|
openlog(PACKAGE, log_opts, LOG_DAEMON);
|
||||||
log_opts |= LOG_PERROR;
|
}
|
||||||
}
|
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'acpid'
|
# Template file for 'acpid'
|
||||||
pkgname=acpid
|
pkgname=acpid
|
||||||
version=2.0.28
|
version=2.0.29
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"
|
|
||||||
short_desc="The ACPI Daemon (acpid) With Netlink Support"
|
short_desc="The ACPI Daemon (acpid) With Netlink Support"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://sourceforge.net/projects/acpid2/"
|
homepage="http://sourceforge.net/projects/acpid2/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-$version.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-$version.tar.xz"
|
||||||
checksum=980c3a54b0d3f2fd49fd845a0584c5c2abeaab9e9ac09fcbb68686bbb57a7110
|
checksum=58503b27975c466e627eb741c5453dd662f97edef1a3d0aac822fd03a84203ff
|
||||||
|
conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/handler.sh 755 etc/acpi
|
vinstall ${FILESDIR}/handler.sh 755 etc/acpi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue