From b04da7ab0b108728faf906d4da920003d1e9d34d Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 29 Nov 2012 12:49:36 +0200 Subject: [PATCH] remove obsolete files --- tests/londiste/zcheck.sh | 4 ---- tests/londiste/zstop.sh | 17 ----------------- 2 files changed, 21 deletions(-) delete mode 100755 tests/londiste/zcheck.sh delete mode 100755 tests/londiste/zstop.sh 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 - -- 2.39.5