Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77549 Details for
Bug 119557
dsniff-2.4b1.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
08_pathnames.patch
08_pathnames.patch (text/plain), 2.09 KB, created by
a1200ux
on 2006-01-19 08:34:00 UTC
(
hide
)
Description:
08_pathnames.patch
Filename:
MIME Type:
Creator:
a1200ux
Created:
2006-01-19 08:34:00 UTC
Size:
2.09 KB
patch
obsolete
>diff -Nuar dsniff-2.4b1/dnsspoof.8 dsniff-2.4b1-debian/dnsspoof.8 >--- dsniff-2.4b1/dnsspoof.8 2000-11-14 16:51:07.000000000 +0100 >+++ dsniff-2.4b1-debian/dnsspoof.8 2006-01-19 10:09:24.000000000 +0100 >@@ -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) >diff -Nuar dsniff-2.4b1/dsniff.8 dsniff-2.4b1-debian/dsniff.8 >--- dsniff-2.4b1/dsniff.8 2000-12-15 17:05:36.000000000 +0100 >+++ dsniff-2.4b1-debian/dsniff.8 2006-01-19 10:09:24.000000000 +0100 >@@ -65,9 +65,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) >diff -Nuar dsniff-2.4b1/Makefile.in dsniff-2.4b1-debian/Makefile.in >--- dsniff-2.4b1/Makefile.in 2001-03-15 09:34:42.000000000 +0100 >+++ dsniff-2.4b1-debian/Makefile.in 2006-01-19 10:09:24.000000000 +0100 >@@ -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@ >diff -Nuar dsniff-2.4b1/pathnames.h dsniff-2.4b1-debian/pathnames.h >--- dsniff-2.4b1/pathnames.h 2001-03-15 09:33:06.000000000 +0100 >+++ dsniff-2.4b1-debian/pathnames.h 2006-01-19 10:09:24.000000000 +0100 >@@ -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"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 119557
:
77540
|
77541
|
77542
|
77544
|
77545
|
77546
|
77547
|
77548
| 77549