History log of /sssd/src/sysv/sssd.in
Revision Date Author Comments Expand
636caee5776fb062fde39bc761df142005dcb589 20-Mar-2014 Lukas Slebodnik <lslebodn@redhat.com>

SYSV: Do not call functions success and fail itself Bash function daemon will call success or fail. It is useless to call them one more time. It may cause strange behaviour with some configurations of terminal. # service sssd restart Stopping sssd: [ OK ] [ OK ] sssd: [ OK ] Resolves: https://fedorahosted.org/sssd/ticket/2280 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

07d82f79d2970a08628ebf71343441ec55faa6fa 25-Jun-2013 Pavel Březina <pbrezina@redhat.com>

init script: source /etc/sysconfig/sssd https://fedorahosted.org/sssd/ticket/1959

e0ade8d1e00d577686f893e0059def5866dcb9f6 21-Jun-2013 Stephen Gallagher <sgallagh@redhat.com>

Configure SYSV init scripts properly Previously, these contained hard-coded paths. Now they are populated correctly by the configure script. https://fedorahosted.org/sssd/ticket/1986