From 872d5903d0d278914d740575b4ef92fa75c44a45 Mon Sep 17 00:00:00 2001 From: Timo Aaltonen Date: Tue, 23 Feb 2016 12:10:34 +0100 Subject: Move freeipa certmonger helpers to libexecdir. The scripts in this directory are simple python scripts, nothing arch-specific in them. Having them under libexec would simplify the code a bit too, since there would be no need to worry about lib vs lib64 (which also cause trouble on Debian). https://fedorahosted.org/freeipa/ticket/5586 Reviewed-By: David Kupka --- ipaplatform/base/paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaplatform') diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py index ee383711a..bdff4f393 100644 --- a/ipaplatform/base/paths.py +++ b/ipaplatform/base/paths.py @@ -149,7 +149,7 @@ class BasePathNamespace(object): TMP_CA_P12 = "/tmp/ca.p12" TMP_KRB5CC = "/tmp/krb5cc_%d" USR_DIR = "/usr" - CERTMONGER_COMMAND_TEMPLATE = "/usr/%s/ipa/certmonger/%s" + CERTMONGER_COMMAND_TEMPLATE = "/usr/libexec/ipa/certmonger/%s" PKCS12EXPORT = "/usr/bin/PKCS12Export" CERTUTIL = "/usr/bin/certutil" CHROMIUM_BROWSER = "/usr/bin/chromium-browser" -- cgit