diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-09-24 20:05:01 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-09-24 20:05:01 +0000 |
| commit | 6fd04a1f52f9d4e08e2899577347ca06604dd375 (patch) | |
| tree | 00e22cbbdd6007d33d6add0c5b7e025f7952dab8 /tools/diag | |
| parent | 55ca7e1fcf1d11f9873f9031bdc4de0f4d90c038 (diff) | |
Notes
Diffstat (limited to 'tools/diag')
| -rwxr-xr-x | tools/diag/httpd-error/httpd-error | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/diag/httpd-error/httpd-error b/tools/diag/httpd-error/httpd-error index e2cbb4034753..a7f35be90cdc 100755 --- a/tools/diag/httpd-error/httpd-error +++ b/tools/diag/httpd-error/httpd-error @@ -44,7 +44,7 @@ case "$mode" in -user) grep 'File does not exist$' | awk '{print $8}' | - sort | uniq -c | sort +1 + sort | uniq -c | sort -k 2 ;; -userhits) grep 'File does not exist$' | |
