- add LSB-style informational headers to the init scripts

This commit is contained in:
Nalin Dahyabhai 2009-04-20 20:32:02 +00:00
parent 980855a07a
commit 724545eab6
4 changed files with 36 additions and 2 deletions

View File

@ -11,6 +11,17 @@
# config: /etc/sysconfig/kadmin # config: /etc/sysconfig/kadmin
# #
### BEGIN INIT INFO
# Provides: kadmin
# Required-Start: $local_fs $network
# Required-Stop: $local_fs $network
# Default-Stop: 0 1 2 3 4 5 6
# Short-Description: start and stop the Kerberos 5 admin server
# Description: The kadmind service allows administrators to remotely manage \
# the Kerberos 5 realm database. It should only be run on a \
# master KDC.
### END INIT INFO
# Get config. # Get config.
. /etc/sysconfig/network . /etc/sysconfig/network

View File

@ -9,6 +9,16 @@
# processname: kpropd # processname: kpropd
# #
### BEGIN INIT INFO
# Provides: kprop
# Required-Start: $local_fs $network
# Required-Stop: $local_fs $network
# Default-Stop: 0 1 2 3 4 5 6
# Short-Description: start and stop the Kerberos 5 propagation client
# Description: The kpropd service accepts database updates pushed to it from \
# the master KDC. It will never be needed on a master KDC.
### END INIT INFO
# Get config. # Get config.
. /etc/sysconfig/network . /etc/sysconfig/network

View File

@ -13,7 +13,7 @@
Summary: The Kerberos network authentication system Summary: The Kerberos network authentication system
Name: krb5 Name: krb5
Version: 1.6.3 Version: 1.6.3
Release: 101%{?dist} Release: 102%{?dist}
# Maybe we should explode from the now-available-to-everybody tarball instead? # Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.2-signed.tar # http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.2-signed.tar
Source0: krb5-%{version}.tar.gz Source0: krb5-%{version}.tar.gz
@ -228,6 +228,9 @@ to obtain initial credentials from a KDC using a private key and a
certificate. certificate.
%changelog %changelog
* Mon Apr 20 2009 Nalin Dahyabhai <nalin@redhat.com> 1.6.3-102
- add LSB-style init script info
* Fri Apr 17 2009 Nalin Dahyabhai <nalin@redhat.com> * Fri Apr 17 2009 Nalin Dahyabhai <nalin@redhat.com>
- explicitly run the pdf generation script using sh (part of #225974) - explicitly run the pdf generation script using sh (part of #225974)

View File

@ -4,12 +4,22 @@
# #
# chkconfig: - 35 65 # chkconfig: - 35 65
# description: Kerberos 5 is a trusted third-party authentication system. \ # description: Kerberos 5 is a trusted third-party authentication system. \
# This script starts and stops the server that Kerberos IV and 5 \ # This script starts and stops the server that Kerberos 5 \
# clients need to connect to in order to obtain credentials. # clients need to connect to in order to obtain credentials.
# processname: krb5kdc # processname: krb5kdc
# config: /etc/sysconfig/krb5kdc # config: /etc/sysconfig/krb5kdc
# #
### BEGIN INIT INFO
# Provides: krb5kdc
# Required-Start: $local_fs $network
# Required-Stop: $local_fs $network
# Default-Stop: 0 1 2 3 4 5 6
# Short-Description: start and stop the Kerberos 5 KDC
# Description: The krb5kdc is the Kerberos 5 key distribution center, which \
# issues credentials to Kerberos 5 clients.
### END INIT INFO
# Get config. # Get config.
. /etc/sysconfig/network . /etc/sysconfig/network