summaryrefslogtreecommitdiff
path: root/security/scanssh/files
diff options
context:
space:
mode:
Diffstat (limited to 'security/scanssh/files')
-rw-r--r--security/scanssh/files/patch-aa11
-rw-r--r--security/scanssh/files/patch-ab9
2 files changed, 20 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;
+
diff --git a/security/scanssh/files/patch-ab b/security/scanssh/files/patch-ab
new file mode 100644
index 000000000000..39276ec470dd
--- /dev/null
+++ b/security/scanssh/files/patch-ab
@@ -0,0 +1,9 @@
+--- Makefile.in.orig Thu Sep 7 08:36:00 2000
++++ Makefile.in Fri Sep 8 02:58:02 2000
+@@ -1,5 +1,5 @@
+ # Thanks for Dug Song for configure magic.
+-CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE
++CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE -DPREFIX=\"@prefix@\"
+ CC= @CC@
+ PROG= scanssh
+ BINOWN= root