d4063e9a21a4e203bee7e0a0144fa8cabb14cc46 |
|
09-Jan-2017 |
Victor Tapia <victor.tapia@canonical.com> |
MONITOR: Create pidfile after responders started
Resolves:
https://fedorahosted.org/sssd/ticket/3080
Signed-off-by: Lukas Slebodnik <lslebodn@redhat.com>
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
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 |