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

11 lines
295 B
Text

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