61 lines
2.0 KiB
Diff
61 lines
2.0 KiB
Diff
|
Patch by Steve Kemp <skx@debian.org> for dsniff >= 2.4b1, which changes
|
||
|
various paths for the Fedora directory structure.
|
||
|
|
||
|
--- dsniff-2.4b1/Makefile.in 2005-06-23 03:30:37.000000000 +0000
|
||
|
+++ dsniff-2.4b1/Makefile.in.fedora 2005-06-23 04:17:14.000000000 +0000
|
||
|
@@ -11,7 +11,7 @@
|
||
|
install_prefix =
|
||
|
prefix = @prefix@
|
||
|
exec_prefix = @exec_prefix@
|
||
|
-libdir = @libdir@
|
||
|
+libdir = @sysconfdir@/dsniff
|
||
|
sbindir = @sbindir@
|
||
|
mandir = @mandir@
|
||
|
|
||
|
@@ -37,8 +37,7 @@
|
||
|
X11INC = @X_CFLAGS@
|
||
|
X11LIB = @X_LIBS@ @X_PRE_LIBS@ -lXmu -lX11 @X_EXTRA_LIBS@
|
||
|
|
||
|
-INCS = -I. $(NIDSINC) $(PCAPINC) $(LNETINC) $(DBINC) $(SSLINC) $(X11INC) \
|
||
|
- -I$(srcdir)/missing
|
||
|
+INCS = -I. $(X11INC) -I$(srcdir)/missing
|
||
|
LIBS = @LIBS@ -L$(srcdir) -lmissing
|
||
|
|
||
|
INSTALL = @INSTALL@
|
||
|
--- dsniff-2.4b1/dnsspoof.8 2005-06-23 03:30:37.000000000 +0000
|
||
|
+++ dsniff-2.4b1/dnsspoof.8.fedora 2005-06-23 04:17:37.000000000 +0000
|
||
|
@@ -31,7 +31,7 @@
|
||
|
address queries on the LAN with an answer of the local machine's IP
|
||
|
address.
|
||
|
.SH FILES
|
||
|
-.IP \fI/usr/local/lib/dnsspoof.hosts\fR
|
||
|
+.IP \fI/etc/dsniff/dnsspoof.hosts\fR
|
||
|
Sample hosts file.
|
||
|
.SH "SEE ALSO"
|
||
|
dsniff(8), hosts(5)
|
||
|
--- dsniff-2.4b1/dsniff.8 2005-06-23 04:17:06.000000000 +0000
|
||
|
+++ dsniff-2.4b1/dsniff.8.fedora 2005-06-23 04:18:21.000000000 +0000
|
||
|
@@ -68,9 +68,9 @@
|
||
|
On a hangup signal \fBdsniff\fR will dump its current trigger table to
|
||
|
\fIdsniff.services\fR.
|
||
|
.SH FILES
|
||
|
-.IP \fI/usr/local/lib/dsniff.services\fR
|
||
|
+.IP \fI/etc/dsniff/dsniff.services\fR
|
||
|
Default trigger table
|
||
|
-.IP \fI/usr/local/lib/dsniff.magic\fR
|
||
|
+.IP \fI/etc/dsniff/dsniff.magic\fR
|
||
|
Network protocol magic
|
||
|
.SH "SEE ALSO"
|
||
|
arpspoof(8), libnids(3), services(5), magic(5)
|
||
|
--- dsniff-2.4b1/pathnames.h 2005-06-23 03:30:37.000000000 +0000
|
||
|
+++ dsniff-2.4b1/pathnames.h.fedora 2005-06-23 04:17:25.000000000 +0000
|
||
|
@@ -12,7 +12,7 @@
|
||
|
#define PATHNAMES_H
|
||
|
|
||
|
#ifndef DSNIFF_LIBDIR
|
||
|
-#define DSNIFF_LIBDIR "/usr/local/lib/"
|
||
|
+#define DSNIFF_LIBDIR "/etc/dsniff/"
|
||
|
#endif
|
||
|
|
||
|
#define DSNIFF_SERVICES "dsniff.services"
|