diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-30 20:34:54 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-30 20:34:54 +0000 |
commit | b4bc14d8e54432215b34a5c6153b8194cf5a9711 (patch) | |
tree | 470092d9085dfe134f19390c8a64c792b5f1bc25 /sysutils/foremost/files/patch-foremost.h | |
parent | - Update to 1.2.1. (diff) |
Update to 1.0
PR: ports/82781
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=138267
Diffstat (limited to 'sysutils/foremost/files/patch-foremost.h')
-rw-r--r-- | sysutils/foremost/files/patch-foremost.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/foremost/files/patch-foremost.h b/sysutils/foremost/files/patch-foremost.h deleted file mode 100644 index b60ca7b74002..000000000000 --- a/sysutils/foremost/files/patch-foremost.h +++ /dev/null @@ -1,18 +0,0 @@ ---- foremost.h.orig Fri Jan 9 13:45:23 2004 -+++ foremost.h Wed Jun 16 22:51:42 2004 -@@ -40,6 +40,7 @@ - #define strtoull strtoul - #include <sys/ttycom.h> - #include <sys/param.h> -+#include <libgen.h> /* for basename() */ - #endif /* ifdef __OPENBSD */ - - #ifdef __LINUX -@@ -178,7 +179,7 @@ - #define FOREMOST_NOEXTENSION '\xFF' - - #define FOREMOST_DEFAULT_WILDCARD '?' --#define FOREMOST_DEFAULT_CONFIG_FILE "foremost.conf" -+#define FOREMOST_DEFAULT_CONFIG_FILE "PREFIX/etc/foremost.conf" - - #define FOREMOST_DEFAULT_OUTPUT_DIR "foremost-output" |