rpms/krb5/devel kadmind.init, 1.14, 1.15 kpropd.init, 1.5, 1.6 krb5.spec, 1.190, 1.191 krb5kdc.init, 1.10, 1.11

Nalin Dahyabhai nalin at fedoraproject.org
Mon Apr 20 20:32:33 UTC 2009


Author: nalin

Update of /cvs/extras/rpms/krb5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv507

Modified Files:
	kadmind.init kpropd.init krb5.spec krb5kdc.init 
Log Message:
- add LSB-style informational headers to the init scripts



Index: kadmind.init
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/kadmind.init,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- kadmind.init	4 Apr 2008 21:29:53 -0000	1.14
+++ kadmind.init	20 Apr 2009 20:32:02 -0000	1.15
@@ -11,6 +11,17 @@
 # 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.
 . /etc/sysconfig/network
 


Index: kpropd.init
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/kpropd.init,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kpropd.init	6 Apr 2009 20:33:44 -0000	1.5
+++ kpropd.init	20 Apr 2009 20:32:02 -0000	1.6
@@ -9,6 +9,16 @@
 # 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.
 . /etc/sysconfig/network
 


Index: krb5.spec
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- krb5.spec	17 Apr 2009 13:29:41 -0000	1.190
+++ krb5.spec	20 Apr 2009 20:32:02 -0000	1.191
@@ -13,7 +13,7 @@
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.6.3
-Release: 101%{?dist}
+Release: 102%{?dist}
 # 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
 Source0: krb5-%{version}.tar.gz
@@ -228,6 +228,9 @@
 certificate.
 
 %changelog
+* Mon Apr 20 2009 Nalin Dahyabhai <nalin at redhat.com> 1.6.3-102
+- add LSB-style init script info
+
 * Fri Apr 17 2009 Nalin Dahyabhai <nalin at redhat.com>
 - explicitly run the pdf generation script using sh (part of #225974)
 


Index: krb5kdc.init
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5kdc.init,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- krb5kdc.init	2 Jan 2008 17:03:38 -0000	1.10
+++ krb5kdc.init	20 Apr 2009 20:32:02 -0000	1.11
@@ -4,12 +4,22 @@
 #
 # chkconfig:   - 35 65
 # 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.
 # processname: 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.
 . /etc/sysconfig/network
 




More information about the scm-commits mailing list