summaryrefslogtreecommitdiffstats
path: root/_kpropd
diff options
context:
space:
mode:
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"