367c130 Make sure state of services is preserved after client uninstall

1 file Authored by akrivoka 10 years ago, Committed by mkosek 10 years ago,
    Make sure state of services is preserved after client uninstall
    
    IPA client installation did not preserve the status of nscd and nslcd services
    correctly. E.g. nscd would be started after uninstallation, even though it
    wasn't running before client installation. Make sure the state of services is
    saved before installation and correctly restored after uninstallation.
    
    https://fedorahosted.org/freeipa/ticket/3790