diff --git a/waccess b/waccess index ec85919..348997e 100755 --- a/waccess +++ b/waccess @@ -2,7 +2,7 @@ # waccess - Copyright (c) 2001,2002, TundraWare Inc., All Rights Reserved -VERSION = "$Id: waccess,v 1.71 2002/09/03 20:55:48 tundra Exp $" +VERSION = "$Id: waccess,v 2.0 2002/09/03 21:00:00 tundra Exp $" # # Look for selected strings passed on the command line in the http access log. @@ -33,7 +33,6 @@ # be appended to the IGNORED data structure at program startup. IGNORED = [] - IGNOREDFILE = os.path.join(os.getenv("HOME"), ".waccessignored") diff --git a/waccess.1 b/waccess.1 index 7b3a5e5..1c01098 100644 --- a/waccess.1 +++ b/waccess.1 @@ -6,12 +6,12 @@ .SH DESCRIPTION \'waccess\' is a quick way to check a web access log for particular -"hits" or accesses. \'waccess\' will search the log looking for -and displaying all the access records which contain any of the -search keys you name on the command line. By default, a summary -of its findings - including total number of records processed, -number of accesses per search key, and number of unique IPs accessing -each search key - is printed. +"hits" or accesses. \'waccess\' will search the log looking for and +displaying all the access records which contain any of the search keys +you name on the command line. By default, a summary of its findings - +including total number of records processed, number of accesses per +search key, and number of unique IPs accessing each search key - is +printed. \'waccess\' is not a replacement for a serious web log analysis tool, but is surprisingly useful for "quickie" lookups.