hcoop-kprop: remove
[hcoop/scripts.git] / hcoop-kprop
diff --git a/hcoop-kprop b/hcoop-kprop
deleted file mode 100755 (executable)
index e06fb51..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash -e
-
-#
-# It is important that admins receieve notification of any errors that
-# occur when running this; please don't indiscriminately send logs to
-# /dev/null.
-#
-
-export PATH=$PATH:/usr/sbin:/sbin
-
-kdb5_util dump /var/lib/krb5kdc/slave_datatrans
-
-kprop hopper.hcoop.net \
-   2>&1 | grep -v 'Database propagation to hopper.hcoop.net: SUCCEEDED'
-
-kprop fritz.hcoop.net \
-   2>&1 | grep -v 'Database propagation to hopper.hcoop.net: SUCCEEDED'
-
-