[krb5/f19] Expand on comments in the daemon wrapper scripts

Nalin Dahyabhai nalin at fedoraproject.org
Thu Oct 24 15:37:48 UTC 2013


commit 6ff1e2fa9c58dff3111e63122f3461bbc5613a1a
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Tue Oct 22 17:48:49 2013 -0400

    Expand on comments in the daemon wrapper scripts
    
    - add some minimal description to the top of the wrapper scripts we use
      when starting krb5kdc and kadmind to describe why they exist (tooling)
    
    Conflicts:
    	krb5.spec

 _kadmind  |    4 ++++
 _kpropd   |    4 ++++
 krb5.spec |    2 ++
 3 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/_kadmind b/_kadmind
index 5088438..b073cfb 100644
--- a/_kadmind
+++ b/_kadmind
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+#  Check for error conditions which the init system expects us to check and
+#  for other common errors, and exit with the expected status codes.
+#
 kadmind=/usr/sbin/kadmind
 if test -f /var/kerberos/krb5kdc/kpropd.acl ; then
 	echo $"Error. This appears to be a slave server, found kpropd.acl"
diff --git a/_kpropd b/_kpropd
index 219e41c..1808368 100644
--- a/_kpropd
+++ b/_kpropd
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+#  Check for error conditions which the init system expects us to check and
+#  for other common errors, and exit with the expected status codes.
+#
 kpropd=/usr/sbin/kpropd
 if ! test -f /var/kerberos/krb5kdc/kpropd.acl ; then
 	echo $"Error. This does not appear to be a slave server, kpropd.acl not found"
diff --git a/krb5.spec b/krb5.spec
index 9c6ea6b..ef2a583 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -927,6 +927,8 @@ exit 0
 
 %changelog
 * Thu Oct 24 2013 Nalin Dahyabhai <nalin at redhat.com> - 1.11.3-10
+- add some minimal description to the top of the wrapper scripts we use
+  when starting krb5kdc and kadmind to describe why they exist (tooling)
 - create and own /etc/gss (#1019937)
 - pull up fix for importing previously-exported credential caches in the
   gssapi library (RT# 7706, #1019420)


More information about the scm-commits mailing list