summaryrefslogtreecommitdiffstats
path: root/_kpropd
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 /_kpropd
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 '_kpropd')
-rw-r--r--_kpropd4
1 files changed, 4 insertions, 0 deletions
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"