1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/security/scanssh/files/patch-aa
Kris Kennaway 9f71558923 scanssh 1.2 is a utility which scans a subnet and reports on the
installed versions of SSH it finds.
2000-09-08 10:04:18 +00:00

12 lines
295 B
Plaintext

--- 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;