hcoop-git-maint: Only update page if new content is nonempty.
[hcoop/zz_old/misc/scripts.git] / hcoop-kprop
1 #!/bin/bash -e
2
3 #
4 # It is important that admins receieve notification of any errors that
5 # occur when running this; please don't indiscriminately send logs to
6 # /dev/null.
7 #
8
9 export PATH=$PATH:/usr/sbin:/sbin
10
11 kdb5_util dump /var/lib/krb5kdc/slave_datatrans
12 kprop krunk.hcoop.net \
13 2>&1 | grep -v 'Database propagation to krunk.hcoop.net: SUCCEEDED'
14
15