diff options
author | Marko Kreen | 2012-11-29 10:49:36 +0000 |
---|---|---|
committer | Marko Kreen | 2012-11-29 10:49:36 +0000 |
commit | b04da7ab0b108728faf906d4da920003d1e9d34d (patch) | |
tree | 9dde2109d8f238ccc65e192aca4bf34f24046d79 | |
parent | 5c1052f040e5a423548f46832e39cdd82fc54b07 (diff) |
remove obsolete files
-rwxr-xr-x | tests/londiste/zcheck.sh | 4 | ||||
-rwxr-xr-x | tests/londiste/zstop.sh | 17 |
2 files changed, 0 insertions, 21 deletions
diff --git a/tests/londiste/zcheck.sh b/tests/londiste/zcheck.sh deleted file mode 100755 index 96f59aed..00000000 --- a/tests/londiste/zcheck.sh +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/sh - -grep -E 'ERR|WARN|CRIT' log/*.log || echo "All OK" - diff --git a/tests/londiste/zstop.sh b/tests/londiste/zstop.sh deleted file mode 100755 index bf14b70b..00000000 --- a/tests/londiste/zstop.sh +++ /dev/null @@ -1,17 +0,0 @@ -#! /bin/sh - -#. ../env.sh - -for p in pid/*.pid*; do - test -f "$p" || continue - pid=`cat "$p"` - #test -d "/proc/$pid" || { - # rm -f "$p" - # continue - #} - kill "$pid" -done - -killall pgqd -ps aux|grep londiste[3]|awk '{ print $2 }' | xargs -n 1 kill - |