blob: 68c74afd64de9bf98f7662e1be392c81965aa2d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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;
|