head	1.2;
access;
symbols
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.11.20.23.16.26;	author linimon;	state dead;
branches;
next	1.1;

1.1
date	2001.01.18.09.34.11;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Per Bill Fenner's distfile survey, the main web site for this source code
no longer contains the code.  Instead it contains "Whisker has officially
been deprecated as of 2003.  Use nikto instead."  nikto is currently in
the ports collection as security/nikto.
PR: ports/58606 and no objection for nearly a month.
@
text
@--- whisker.pl.orig	Tue Dec 26 11:26:37 2000
+++ whisker.pl	Tue Dec 26 11:39:54 2000
@@@@ -3,7 +3,7 @@@@
 
 $whisker_version="1.4.0";
 $WHEREIS_WHISKER=$0;
-$WHEREIS_WHISKER=~s/[^\/\\]+$//; 
+$WHEREIS_WHISKER=~s|\w+/[^\/\\]+$|share/whisker/|;
 $GLOBAL_HTMLOUTPUT=0;
 
 use Socket; use Getopt::Std;
@


1.1
log
@Fix whisker operation.

Submitted by:	Roman Shterenzon <roman@@xpert.com>
PR:		23850
@
text
@@

