aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/dsniff/20_debian_dirs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/dsniff/20_debian_dirs.patch')
-rw-r--r--unmaintained/dsniff/20_debian_dirs.patch59
1 files changed, 0 insertions, 59 deletions
diff --git a/unmaintained/dsniff/20_debian_dirs.patch b/unmaintained/dsniff/20_debian_dirs.patch
deleted file mode 100644
index 05f55b83d22..00000000000
--- a/unmaintained/dsniff/20_debian_dirs.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-Author: Steve Kemp <skx@debian.org>
-Description: Adapt to Debian directory structure.
---- a/Makefile.in 2011-06-19 17:13:45.651999392 -0500
-+++ b/Makefile.in 2011-06-19 17:15:37.407999368 -0500
-@@ -11,7 +11,7 @@
- install_prefix =
- prefix = @prefix@
- exec_prefix = @exec_prefix@
--libdir = @libdir@
-+libdir = $(prefix)/share/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@
---- a/dnsspoof.8 2011-06-19 17:13:46.019999392 -0500
-+++ b/dnsspoof.8 2011-06-19 17:15:37.423999369 -0500
-@@ -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/usr/share/dsniff/dnsspoof.hosts\fR
- Sample hosts file.
- .SH "SEE ALSO"
- dsniff(8), hosts(5)
---- a/dsniff.8 2011-06-19 17:15:01.067999376 -0500
-+++ b/dsniff.8 2011-06-19 17:15:37.427999369 -0500
-@@ -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/usr/share/dsniff/dsniff.services\fR
- Default trigger table
--.IP \fI/usr/local/lib/dsniff.magic\fR
-+.IP \fI/usr/share/dsniff/dsniff.magic\fR
- Network protocol magic
- .SH "SEE ALSO"
- arpspoof(8), libnids(3), services(5), magic(5)
---- a/pathnames.h 2011-06-19 17:13:46.219999392 -0500
-+++ b/pathnames.h 2011-06-19 17:15:37.431999369 -0500
-@@ -12,7 +12,7 @@
- #define PATHNAMES_H
-
- #ifndef DSNIFF_LIBDIR
--#define DSNIFF_LIBDIR "/usr/local/lib/"
-+#define DSNIFF_LIBDIR "/usr/share/dsniff/"
- #endif
-
- #define DSNIFF_SERVICES "dsniff.services"