summaryrefslogtreecommitdiff
path: root/security/scanssh/files/patch-aa
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-08 10:04:18 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-08 10:04:18 +0000
commit9f7155892383c6c06c8ef6a528187f20e030a21c (patch)
tree28a4512155c159e2e3b29333c7893122b16f54b4 /security/scanssh/files/patch-aa
parentUpgrade to listmanager 2.105p1 to fix local root exploits (diff)
scanssh 1.2 is a utility which scans a subnet and reports on the
installed versions of SSH it finds.
Notes
Notes: svn path=/head/; revision=32419
Diffstat (limited to 'security/scanssh/files/patch-aa')
-rw-r--r--security/scanssh/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/scanssh/files/patch-aa b/security/scanssh/files/patch-aa
new file mode 100644
index 000000000000..68c74afd64de
--- /dev/null
+++ b/security/scanssh/files/patch-aa
@@ -0,0 +1,11 @@
+--- exclude.c.orig Fri Sep 8 02:53:19 2000
++++ exclude.c Fri Sep 8 02:53:34 2000
+@@ -40,7 +40,7 @@
+
+ #include "exclude.h"
+
+-char *excludefile = "exclude.list";
++char *excludefile = PREFIX "/share/scanssh/exclude.list";
+ struct exclude_list excludequeue;
+ struct exclude_list rndexclqueue;
+