diff options
author | Jan Huwald <jh@sotun.de> | 2012-06-19 17:04:41 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-06-19 17:04:41 (GMT) |
commit | b2ae517e1c611c4eea052aad272894878476f8bd (patch) | |
tree | 60c77e98a63b37f985c1a09100ab6eee18cd96fd /files/common/sbin/p2ptbl-recv | |
parent | 42867d4762545e216adc54fef025ac794eb50178 (diff) |
move fsm, geolocate, p2ptbl, shuf to external reposplugnpray
- remove fsm, geolocate, p2ptbl, shuf
- update .config
- update paths (the package install into /usr/sbin instead of /sbin)
Diffstat (limited to 'files/common/sbin/p2ptbl-recv')
-rwxr-xr-x | files/common/sbin/p2ptbl-recv | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/files/common/sbin/p2ptbl-recv b/files/common/sbin/p2ptbl-recv deleted file mode 100755 index f10fa39..0000000 --- a/files/common/sbin/p2ptbl-recv +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -set -e - -tbldir=/tmp/p2ptbl -tbl=$tbldir/$(basename $0) - -[ -f $tbl ] || p2ptbl init $tbl - -gunzip > $tbl.recv -p2ptbl merge $tbl $tbl.recv -rm $tbl.recv
\ No newline at end of file |