mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
client.postinst: Fix update_ipa_nssdb import.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -15,6 +15,7 @@ freeipa (4.5.0-1) UNRELEASED; urgency=medium
|
||||
ipaclient.
|
||||
* fix-xmlrpc-check.diff: Detect xmlrpc-c properly on Debian.
|
||||
* *.install: Updated.
|
||||
* client.postinst: Fix update_ipa_nssdb import.
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Tue, 14 Mar 2017 16:55:45 +0200
|
||||
|
||||
|
||||
2
debian/freeipa-client.postinst
vendored
2
debian/freeipa-client.postinst
vendored
@@ -4,7 +4,7 @@ set -e
|
||||
LOGFILE=/var/log/ipaclient-upgrade.log
|
||||
|
||||
if [ "$1" = configure ]; then
|
||||
python2 -c 'from ipapython.certdb import update_ipa_nssdb; update_ipa_nssdb()' \
|
||||
python2 -c 'from ipaclient.install.client import update_ipa_nssdb; update_ipa_nssdb()' \
|
||||
> $LOGFILE 2>&1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user