jskarvad pushed to acpid (f22). "Changed PATH to /usr/sbin:/usr/bin in power.sh (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 19 10:11:41 UTC 2015


From 8e256bb60b9550380f6fb037e89edc741b7d6c52 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad at redhat.com>
Date: Tue, 19 May 2015 12:11:34 +0200
Subject: Changed PATH to /usr/sbin:/usr/bin in power.sh

  Resolves: rhbz#1192817

diff --git a/acpid.power.sh b/acpid.power.sh
index 5877321..5e0da13 100644
--- a/acpid.power.sh
+++ b/acpid.power.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-PATH=/sbin:/bin:/usr/bin
+PATH=/usr/sbin:/usr/bin
 
 # Check session status using systemd
 session_ids=$(loginctl list-sessions 2>/dev/null | awk '{print $1}')
diff --git a/acpid.spec b/acpid.spec
index 63f1897..9189d4f 100644
--- a/acpid.spec
+++ b/acpid.spec
@@ -8,7 +8,7 @@
 Summary: ACPI Event Daemon
 Name: acpid
 Version: 2.0.23
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
@@ -127,6 +127,10 @@ fi
 
 
 %changelog
+* Tue May 19 2015 Jaroslav Škarvada <jskarvad at redhat.com> - 2.0.23-2
+- Changed PATH to /usr/sbin:/usr/bin in power.sh
+  Resolves: rhbz#1192817
+
 * Tue Aug 26 2014 Jaroslav Škarvada <jskarvad at redhat.com> - 2.0.23-1
 - New version
   Resolves: rhbz#1133263
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/acpid.git/commit/?h=f22&id=8e256bb60b9550380f6fb037e89edc741b7d6c52


More information about the scm-commits mailing list