diff options
-rw-r--r-- | census/Makefile | 3 | ||||
-rwxr-xr-x | census/sched-arping | 8 | ||||
-rw-r--r-- | streams/stream.db | 1 |
3 files changed, 10 insertions, 2 deletions
diff --git a/census/Makefile b/census/Makefile index 2c6c1c03..9993bf2a 100644 --- a/census/Makefile +++ b/census/Makefile @@ -1,6 +1,5 @@ .phony: all all: arping.py arping_users.py - echo "call python ./arping_users.py v" install: - apt-get install python-scapy + ./sched-arping diff --git a/census/sched-arping b/census/sched-arping new file mode 100755 index 00000000..d281cac3 --- /dev/null +++ b/census/sched-arping @@ -0,0 +1,8 @@ +#!/bin/sh + +TMP=`mktemp` +crontab -l >$TMP + +echo "23 * * * * $PWD/arping_users.py > $PWD/../db/arping" | +../util/bin/magic "arping" create $TMP +crontab $TMP diff --git a/streams/stream.db b/streams/stream.db index 1d7bb15e..263e95b4 100644 --- a/streams/stream.db +++ b/streams/stream.db @@ -4,6 +4,7 @@ http://streams.xenim.de/radiotux.ogg radiotux http://bassdrive.com/v2/streams/BassDrive.pls bassdrive http://somafm.com/illstreet.pls illstreet http://localhost:8000/stream.ogg icecast +http://localhost:8000/shice.ogg shice http://stream2.jungletrain.net:8000 jungletrain http://playlist.tormentedradio.com/tormentedradio.pls tormented http://filebitch.shack:8000 mpd |