rpms/krb5/devel kpropd.init,1.4,1.5 krb5.spec,1.187,1.188

Nalin Dahyabhai nalin at fedoraproject.org
Mon Apr 6 20:34:14 UTC 2009


Author: nalin

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

Modified Files:
	kpropd.init krb5.spec 
Log Message:
- make the kpropd init script treat reload as restart (part of #225974)


Index: kpropd.init
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/kpropd.init,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kpropd.init	2 Jan 2008 17:03:38 -0000	1.4
+++ kpropd.init	6 Apr 2009 20:33:44 -0000	1.5
@@ -45,7 +45,8 @@
   stop)
 	stop
 	;;
-  restart)
+  # We don't really "do" reload, so treat it as a restart.
+  restart|reload)
 	stop
 	start
 	;;


Index: krb5.spec
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- krb5.spec	6 Apr 2009 18:22:58 -0000	1.187
+++ krb5.spec	6 Apr 2009 20:33:44 -0000	1.188
@@ -238,6 +238,7 @@
 - fixup summary texts (part of #225974)
 - take the execute bit off of the protocol docs (part of #225974)
 - unflag init scripts as configuration files (part of #225974)
+- make the kpropd init script treat 'reload' as 'restart' (part of #225974)
 
 * Tue Mar 17 2009 Nalin Dahyabhai <nalin at redhat.com> 1.6.3-19
 - libgssapi_krb5: backport fix for some errors which can occur when




More information about the scm-commits mailing list