diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2009-03-09 14:04:05 +0100 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-03-10 09:41:15 -0400 |
commit | e8222252d279d6a1caa2ba19c7eddf056a22fd3f (patch) | |
tree | d9f59aeba86811a8ca87b377d69621977911dd6c /server | |
parent | b8919e480b4ad25fa03fa3961043e6dcfa28991b (diff) | |
download | sssd-e8222252d279d6a1caa2ba19c7eddf056a22fd3f.tar.gz sssd-e8222252d279d6a1caa2ba19c7eddf056a22fd3f.tar.xz sssd-e8222252d279d6a1caa2ba19c7eddf056a22fd3f.zip |
Correct use of chkconfig in initscript and specfile
Review issues in specfile
Diffstat (limited to 'server')
-rw-r--r-- | server/sysv/sssd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sysv/sssd b/server/sysv/sssd index e4f6c47bc..c1364b905 100644 --- a/server/sysv/sssd +++ b/server/sysv/sssd @@ -1,7 +1,7 @@ #!/bin/sh # # -# chkconfig: 2345 40 60 +# chkconfig: - 30 80 # description: Provides a set of daemons to manage access to remote directories # and authentication mechanisms. It provides an NSS and PAM # interface toward the system and a pluggable backend system to |