diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-13 03:49:20 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-13 03:49:20 +0530 |
commit | ce97014bc0b5217c11a8d236c2c92004c89cd6c5 (patch) | |
tree | 9b943854ce3ef3359f5f04cc3ee977771f34bbf9 /doc | |
parent | f3e06436b5a6081e71c6308ca136e9ff1fa1ebef (diff) | |
download | tinyproxy-ce97014bc0b5217c11a8d236c2c92004c89cd6c5.tar.gz tinyproxy-ce97014bc0b5217c11a8d236c2c92004c89cd6c5.zip |
doc: Delete report.sh.tmpl
Diffstat (limited to '')
-rw-r--r-- | doc/report.sh.tmpl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/report.sh.tmpl b/doc/report.sh.tmpl deleted file mode 100644 index 9cba6cb..0000000 --- a/doc/report.sh.tmpl +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -TINYPROXY_BIN=@TINYPROXY_LOCATION@/tinyproxy - -(echo "date: " -date -echo "uname: " -uname -a -echo "ps: " -ps -ef | grep '[t]inyproxy' -echo "ver: " -if [ -x $TINYPROXY_BIN ]; then - $TINYPROXY_BIN -v -else - echo no ver available. -fi;) 2>&1 | mail -s 'tinyproxy install report' rjkaes@users.sourceforge.net |