diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-03-09 14:12:58 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-03-09 14:12:58 -0500 |
commit | 520985236611d96a597bbc68dcaddc93451d1fa6 (patch) | |
tree | 93fba2c1adfbbf901d46c485c9a68aad2c5afa9a /pm | |
parent | d672471adca4ec3208e15c2198e46004541a20de (diff) |
Actually source the correct blacklist file.
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 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 |