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