[Pm-utils] [PATCH 08/12] Really really make reading the default blacklist work.

Victor Lowther victor.lowther at gmail.com
Tue Mar 11 18:08:47 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 20c98cd..f1be7f5 100644
--- a/pm/pm-functions.in
+++ b/pm/pm-functions.in
@@ -53,7 +53,7 @@ done
 	# Blacklist file format:
 	# name debugging text
 	# Comments begin with hash signs.
-	sed 's,#.*$,,g' < "$PM_UTILS_SYSCONFDIR/blacklist" | \
+	sed 's,#.*$,,g' < "$PM_UTILS_ETCDIR/blacklist" | \
 	while read entry comment; do
 		# skip blank lines
 		[ -z "$entry" ] && continue
-- 
1.5.4.3



More information about the Pm-utils mailing list