summaryrefslogtreecommitdiffstats
path: root/census/sched-arping
diff options
context:
space:
mode:
authoreuer <root@euer.krebsco.de>2012-12-20 03:26:08 +0100
committereuer <root@euer.krebsco.de>2012-12-20 03:26:21 +0100
commit325ab16e706b21abd172d3006729b51d323c93b9 (patch)
tree12777bdad6a0ee4d9b1447baf96a349e0f086280 /census/sched-arping
parent38dbb8ee3867060fddd427d1bb4e57ee0300c8bb (diff)
//{filebitch,census} -> //god
Diffstat (limited to 'census/sched-arping')
-rwxr-xr-xcensus/sched-arping8
1 files changed, 0 insertions, 8 deletions
diff --git a/census/sched-arping b/census/sched-arping
deleted file mode 100755
index 14f8af3c..00000000
--- a/census/sched-arping
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-TMP=`mktemp`
-crontab -l >$TMP
-
-echo "23 * * * * $PWD/arping_users.py > $PWD/../db/arping" |
-../util/bin/magic create "arping" $TMP
-crontab $TMP