[Pm-utils] [PATCH 07/12] Actually source the correct blacklist file.

Victor Lowther victor.lowther at gmail.com
Tue Mar 11 18:08:44 PDT 2008


---
 pm/pm-functions.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pm/pm-functions.in b/pm/pm-functions.in
index 6d2ca2b..20c98cd 100644
--- a/pm/pm-functions.in
+++ b/pm/pm-functions.in
@@ -48,7 +48,7 @@ done
 
 . "${PM_FUNCTIONS}"
 
-[ -f "$PM_UTILS_SYSCONFDIR/blacklist" ] && {
+[ -f "$PM_UTILS_ETCDIR/blacklist" ] && {
 	# loop through the blacklist file, adding entries to our hook blacklist.
 	# Blacklist file format:
 	# name debugging text
-- 
1.5.4.3



More information about the Pm-utils mailing list