summaryrefslogtreecommitdiff
path: root/security/whisker/files/patch-aa
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-01-18 09:34:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-01-18 09:34:11 +0000
commit2d69c6f6347a7be61f450c4718c12df1c8e4c2d7 (patch)
treefa7b60ee9dd34e351367af0cff65c99b7345bc8f /security/whisker/files/patch-aa
parentbugfix: hpdj couldn't be fetched after the variable name change (diff)
Fix whisker operation.
Submitted by: Roman Shterenzon <roman@xpert.com> PR: 23850
Diffstat (limited to 'security/whisker/files/patch-aa')
-rw-r--r--security/whisker/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/whisker/files/patch-aa b/security/whisker/files/patch-aa
new file mode 100644
index 000000000000..6bfa3cfb2e8b
--- /dev/null
+++ b/security/whisker/files/patch-aa
@@ -0,0 +1,11 @@
+--- 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;