Specify the package name when the replication plugin is missing.

ticket https://fedorahosted.org/freeipa/ticket/1155
This commit is contained in:
Rob Crittenden 2011-07-18 02:55:50 -04:00
parent 630ca4f40a
commit f7f03183df

View File

@ -84,7 +84,8 @@ def check_replication_plugin():
"""
if not os.path.exists('/usr/lib/dirsrv/plugins/libreplication-plugin.so') and \
not os.path.exists('/usr/lib64/dirsrv/plugins/libreplication-plugin.so'):
print "The 389-ds replication plug-in was not found on this system"
print "The 389-ds replication plug-in was not found on this system."
print "Please install the 'ds-replication' package and start the installation again"
return False
return True