Accepting request 79562 from Base:System
Remove _service file. (forwarded request 79561 from a_jaeger) OBS-URL: https://build.opensuse.org/request/show/79562 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acpid?expand=0&rev=43
This commit is contained in:
commit
5cc7f9765e
12
_service
12
_service
@ -1,12 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="download_url">
|
|
||||||
<param name="protocol">http</param>
|
|
||||||
<param name="host">tedfelix.com</param>
|
|
||||||
<param name="path">/linux/acpid-2.0.10.tar.gz</param>
|
|
||||||
</service>
|
|
||||||
<service name="verify_file">
|
|
||||||
<param name="file">_service:download_url:acpid-2.0.10.tar.gz</param>
|
|
||||||
<param name="verifier">sha256</param>
|
|
||||||
<param name="checksum">ef7e4ed2f3594dd02a50a92fc47dc0e1fea80c07fab8a5f3d1040ee76fae0acb</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 23 12:07:59 UTC 2011 - aj@suse.de
|
||||||
|
|
||||||
|
- Remove _service file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 23 02:54:40 UTC 2011 - glin@suse.com
|
||||||
|
|
||||||
|
- Add the check for gnome-settings-daemon in power_button since
|
||||||
|
gnome-power-manager has been integrated into
|
||||||
|
gnome-settings-daemon. bnc#711148
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 21 16:09:14 UTC 2011 - vlado.paskov@gmail.com
|
Sat May 21 16:09:14 UTC 2011 - vlado.paskov@gmail.com
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Group: System/Daemons
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
Summary: Executes Actions at ACPI Events
|
Summary: Executes Actions at ACPI Events
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: http://tedfelix.com//linux/%{name}-%{version}.tar.gz
|
||||||
Source2: rcacpid
|
Source2: rcacpid
|
||||||
Source3: README.SuSE
|
Source3: README.SuSE
|
||||||
Source4: thinkpad_acpi.modprobe
|
Source4: thinkpad_acpi.modprobe
|
||||||
|
@ -47,7 +47,7 @@ while read A; do
|
|||||||
|
|
||||||
if [ "$IS_ACTIVE" = "true" -a -n "$DISP" ]; then
|
if [ "$IS_ACTIVE" = "true" -a -n "$DISP" ]; then
|
||||||
# additional check, if none of these two apps are running, go on
|
# additional check, if none of these two apps are running, go on
|
||||||
if [ -n "`pidof kpowersave`" -o -n "`pidof gnome-power-manager`" -o -n "`pidof kded4`" -o -n "`pidof dalston-power-applet`" ]; then
|
if [ -n "`pidof kpowersave`" -o -n "`pidof gnome-power-manager`" -o -n "`pidof kded4`" -o -n "`pidof dalston-power-applet`" -o -n "`pidof gnome-settings-daemon`" ]; then
|
||||||
echo doing nothing...
|
echo doing nothing...
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user