diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-06-25 18:18:19 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-06-25 18:18:19 +0000 |
commit | d2f5f5c56471eff1488fefad48b646d03f7fef5c (patch) | |
tree | 31c4b884dc8c6da1f021b8a6d388612d7d6731e6 /doc/report.sh.tmpl | |
parent | 66fc80e922a5795ebb5ef663ad0b092a52b7567b (diff) | |
download | tinyproxy-d2f5f5c56471eff1488fefad48b646d03f7fef5c.tar.gz tinyproxy-d2f5f5c56471eff1488fefad48b646d03f7fef5c.zip |
Changed the calls to "ps" and "grep" to use a more portable syntax.
Diffstat (limited to '')
-rw-r--r-- | doc/report.sh.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/report.sh.tmpl b/doc/report.sh.tmpl index f964000..9cba6cb 100644 --- a/doc/report.sh.tmpl +++ b/doc/report.sh.tmpl @@ -7,7 +7,7 @@ date echo "uname: " uname -a echo "ps: " -ps -auxw | grep '[t]inyproxy' - +ps -ef | grep '[t]inyproxy' echo "ver: " if [ -x $TINYPROXY_BIN ]; then $TINYPROXY_BIN -v |