Changed PATH to /usr/sbin:/usr/bin in power.sh
Resolves: rhbz#1192817
This commit is contained in:
parent
d3a7415c18
commit
57bfcdb787
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin
|
PATH=/usr/sbin:/usr/bin
|
||||||
|
|
||||||
# Check session status using systemd
|
# Check session status using systemd
|
||||||
session_ids=$(loginctl list-sessions 2>/dev/null | awk '{print $1}')
|
session_ids=$(loginctl list-sessions 2>/dev/null | awk '{print $1}')
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
Summary: ACPI Event Daemon
|
Summary: ACPI Event Daemon
|
||||||
Name: acpid
|
Name: acpid
|
||||||
Version: 2.0.23
|
Version: 2.0.23
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
|
Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
|
||||||
@ -135,6 +135,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 19 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.23-3
|
||||||
|
- Changed PATH to /usr/sbin:/usr/bin in power.sh
|
||||||
|
Resolves: rhbz#1192817
|
||||||
|
|
||||||
* Thu Mar 05 2015 Adam Jackson <ajax@redhat.com> 2.0.23-2
|
* Thu Mar 05 2015 Adam Jackson <ajax@redhat.com> 2.0.23-2
|
||||||
- Drop sysvinit subpackage in F23+
|
- Drop sysvinit subpackage in F23+
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user