summaryrefslogtreecommitdiff
path: root/server/sysv
AgeCommit message (Collapse)AuthorFilesLines
2009-12-07Add basic OS detectionSumit Bose1-0/+0
Detect if the OS is Fedora, RHEL or SUSE and install the SUSE start-script on SUSE systems.
2009-10-20Set the Default-Stop LSB option for the SSSD sysv init scriptStephen Gallagher1-0/+1
2009-10-14SUSE specific init scriptRalf Haferkamp1-0/+78
2009-09-25Send debug messages to logfileJakub Hrozek1-1/+1
Introduces a new option --debug-to-files which makes SSSD output its debug information to a file instead of stderr, which is still the default. Also introduces a new confdb option debug_to_files which does the same, but can be specified per-service in the config file. The logfiles are stored in /var/log/sssd by default. Changes the initscript to log to files by default.
2009-05-26Fix initscript return codesJakub Hrozek1-6/+6
2009-05-08redirect stderr to /dev/null in initscriptJakub Hrozek1-1/+1
2009-04-13Add a LSB header to the initscriptSumit Bose1-0/+14
2009-03-10Correct use of chkconfig in initscript and specfileJakub Hrozek1-1/+1
Review issues in specfile
2009-03-06Specfile changes related to package review, package initscript Call ldconfigJakub Hrozek1-0/+106