---
 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

_______________________________________________
Pm-utils mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pm-utils

Reply via email to