X-Git-Url: http://git.hcoop.net/hcoop/scripts.git/blobdiff_plain/ffb13c17d14a4a00908272cfa41cd63e8c858a10..b570f73ebed6506c6456be45b1574b0e57f22990:/hcoop-kprop diff --git a/hcoop-kprop b/hcoop-kprop deleted file mode 100755 index e06fb51..0000000 --- a/hcoop-kprop +++ /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' - -