summaryrefslogtreecommitdiffstats
path: root/migrate.pl
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2014-02-20 16:47:38 -0500
committerRob Crittenden <rcritten@redhat.com>2014-02-21 14:20:19 -0500
commit04a38bc1491e7396d220efbbcbf7a9a1b67c45aa (patch)
treebd0850cbb968425f25afbadce7d3b016fcb59b6e /migrate.pl
parent6ea9bd897f3cfc1526067b52868d31ee3da19cc1 (diff)
downloadmod_nss-04a38bc1491e7396d220efbbcbf7a9a1b67c45aa.tar.gz
mod_nss-04a38bc1491e7396d220efbbcbf7a9a1b67c45aa.tar.xz
mod_nss-04a38bc1491e7396d220efbbcbf7a9a1b67c45aa.zip
Move nss_pcache to /usr/libexec
Diffstat (limited to 'migrate.pl')
-rwxr-xr-xmigrate.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/migrate.pl b/migrate.pl
index 757d85e..ebfc3b5 100755
--- a/migrate.pl
+++ b/migrate.pl
@@ -115,7 +115,8 @@ while (<SSL>) {
}
if ($passphrase == 0) {
- print NSS "NSSPassPhraseHelper /usr/sbin/nss_pcache\n";
+ # NOTE: Located at '/usr/sbin/nss_pcache' prior to 'mod_nss-1.0.9'.
+ print NSS "NSSPassPhraseHelper /usr/libexec/nss_pcache\n";
}
close(NSS);