hcoop-kprop: remove
[hcoop/scripts.git] / hcoop-kprop
diff --git a/hcoop-kprop b/hcoop-kprop
deleted file mode 100755 (executable)
index ef30ef6..0000000
+++ /dev/null
@@ -1,20 +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')
-
-# disabled because the kdc is too old and can't load dumps from fritz --clinton
-#kprop deleuze.hcoop.net \
-#   2>&1 | grep -v 'Database propagation to fritz.hcoop.net: SUCCEEDED'
-
-