wok-next rev 21477
updated acpid (2.0.31 -> 2.0.32)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 18 11:13:55 2020 +0100 (2020-06-18) |
parents | 90c6216ac75f |
children | 4e4974aebe17 |
files | acpid/receipt |
line diff
1.1 --- a/acpid/receipt Thu Jun 18 10:04:29 2020 +0100 1.2 +++ b/acpid/receipt Thu Jun 18 11:13:55 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="acpid" 1.7 -VERSION="2.0.31" 1.8 +VERSION="2.0.32" 1.9 CATEGORY="system-tools" 1.10 TAGS_std="power-management" 1.11 SHORT_DESC="The ACPI event daemon with netlink" 1.12 @@ -21,14 +21,15 @@ 1.13 make && 1.14 make install || return 1 1.15 1.16 - install -dm755 $install/etc/acpi/events 1.17 + install -dm755 $install/etc/acpi/events 1.18 cp -r samples $install/usr/share/doc/$PACKAGE-$VERSION 1.19 1.20 - mkdir -p $install/etc/ 1.21 - cp -r $stuff/init.d $install/etc/ 1.22 - cp -r $stuff/acpi $install/etc/ 1.23 - chmod go-rwx $install/etc/acpi/*.sh 1.24 - chmod go-rwx $install/etc/acpi/events/* 1.25 + mkdir -p $install/etc 1.26 + 1.27 + cp -r $stuff/init.d $install/etc 1.28 + cp -r $stuff/acpi $install/etc 1.29 + chmod go-rwx $install/etc/acpi/*.sh 1.30 + chmod go-rwx $install/etc/acpi/events/* 1.31 } 1.32 1.33 post_install() 1.34 @@ -37,6 +38,7 @@ 1.35 then 1.36 /etc/init.d/acpid start || continue 1.37 fi 1.38 + 1.39 if ! grep -q ^ACPID_OPTIONS "$1/etc/daemons.conf" 1.40 then 1.41 cat >> "$1/etc/daemons.conf" <<EOT