summaryrefslogtreecommitdiffstats
path: root/_kadmind
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2013-10-22 17:48:49 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2013-10-22 17:48:49 -0400
commit433fcb177259aed1922aa6c0432b2e3df0a0fa52 (patch)
treed27b7c1ac5b1a0de1d74d64561b057945dc01c14 /_kadmind
parent31e8e33c4379fbc0f36ad62d4ab0a4996d4e91ab (diff)
downloadkrb5-433fcb177259aed1922aa6c0432b2e3df0a0fa52.tar.gz
krb5-433fcb177259aed1922aa6c0432b2e3df0a0fa52.tar.xz
krb5-433fcb177259aed1922aa6c0432b2e3df0a0fa52.zip
Expand on comments in the daemon wrapper scriptskrb5-1.11.3-27.fc21krb5-1.11.3-27.fc20
- add some minimal description to the top of the wrapper scripts we use when starting krb5kdc and kadmind to describe why they exist (tooling)
Diffstat (limited to '_kadmind')
-rw-r--r--_kadmind4
1 files changed, 4 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"