Tiny Core Linux

Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: Juanito on April 28, 2009, 05:46:44 AM

Title: acpid
Post by: Juanito on April 28, 2009, 05:46:44 AM
acpid tce/tcz extensions posted:
Code: [Select]
Title:          acpid.tce
Description:    acpid for tc_2.X
Version:        1.0.10
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 10KB
Extension_by:   juanito
Comments:       acpi daemon for tinycore_2.x
                ----------
                This extension contains:
                acpid-1.0.10 - GPLv2 - http://garr.dl.sourceforge.net/sourceforge/acpid/acpid-1.0.10.tar.gz
                ----------
Change-log:     First version
Current:        2009/04/28
Title: Re: acpid
Post by: Juanito on November 29, 2009, 02:17:29 AM
init.d script added and acpi events moved to /usr/local/etc:
Code: [Select]
Title:          acpid.tcz
Description:    acpid daemon
Version:        1.0.10
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 16KB
Extension_by:   juanito
Comments:       advanced control and power interface daemon
                ----------
                to add acpid event handling:
                1. Add event capture file to /usr/local/etc/acpi/events
                2. Add script to /usr/local/etc/acpi/actions
                ----------
                to control acpid:
                $ sudo /usr/local/etc/init.d/acpid [start|stop|restart|status]
                ----------
                to trouble-shoot
                $ sudo acpid -dfl
                ----------
                This extension contains:
                acpid-1.0.10 - GPLv2 - http://garr.dl.sourceforge.net/sourceforge/acpid/acpid-1.0.10.tar.gz
                ----------
Change-log:     2009/04/28
                moved events interface /etc -> /usr/local/etc
                added /usr/local/etc/init.d/acpid
Current:        2009/11/28
Title: Re: acpid
Post by: jur on November 29, 2009, 04:48:11 AM
How is moving events and scripts to /usr/local/ better than having these in /etc/acpi/?
Title: Re: acpid
Post by: Juanito on November 29, 2009, 04:52:27 AM
By having them under /usr/local it makes the extension PPI compliant
Title: Re: acpid
Post by: Juanito on December 16, 2009, 11:08:35 PM
updated acpid.tcz posted:
Code: [Select]
Title:          acpid.tcz
Description:    acpid daemon
Version:        1.0.10
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 16KB
Extension_by:   juanito
Comments:       advanced control and power interface daemon
                ----------
                to add acpid event handling:
                1. Add event capture file to /usr/local/etc/acpi/events
                2. Add script to /usr/local/etc/acpi/actions
                ----------
                to control acpid:
                $ sudo /usr/local/etc/init.d/acpid [start|stop|restart|status]
                ----------
                to trouble-shoot
                $ sudo acpid -dfl
                ----------
                This extension contains:
                acpid-1.0.10 - GPLv2 - http://garr.dl.sourceforge.net/sourceforge/acpid/acpid-1.0.10.tar.gz
                ----------
Change-log:     2009/04/28
                moved events interface /etc -> /usr/local/etc
                added /usr/local/etc/init.d/acpid
                2009/11/28
                added creation of /usr/local/etc/acpi/events to start-up script
Current:        2009/12/17
Title: Re: acpid
Post by: Juanito on January 08, 2010, 10:40:18 AM
updated acpid.tcz posted:
Code: [Select]
Title:          acpid.tcz
Description:    acpid daemon
Version:        2.0.0
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 24KB
Extension_by:   juanito
Comments:       advanced control and power interface daemon
                ----------
                to add acpid event handling:
                1. Add event capture file to /usr/local/etc/acpi/events
                2. Add script to /usr/local/etc/acpi/actions
                ----------
                to control acpid:
                $ sudo /usr/local/etc/init.d/acpid [start|stop|restart|status]
                ----------
                to trouble-shoot
                $ sudo acpid -dfl
                ----------
                This extension contains:
                acpid_2.0.0 - GPLv2 - http://ftp.de.debian.org/debian/pool/main/a/acpid/acpid_2.0.0.orig.tar.gz
                ----------
Change-log:     2009/04/28
                moved events interface /etc -> /usr/local/etc
                added /usr/local/etc/init.d/acpid
                2009/11/28
                added creation of /usr/local/etc/acpi/events to start-up script
                2009/12/17
                updated 1.1.10 -> 2.0.0 and updated init.d script
Current:        2010/01/08