diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-03-09 14:37:46 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-03-09 14:37:46 -0500 |
commit | fc6700f0bed495ca6323ad8223b8bdef5351837c (patch) | |
tree | 41c8c459e356ac8945c640c67a2629f737eca788 /pm | |
parent | 520985236611d96a597bbc68dcaddc93451d1fa6 (diff) |
Really really make reading the default blacklist work.
Diffstat (limited to 'pm')
-rw-r--r-- | 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 |