diff -uNr pdumpq-0.2-1.orig/Makefile pdumpq-0.2-1/Makefile --- pdumpq-0.2-1.orig/Makefile Wed Sep 12 19:32:40 2001 +++ pdumpq-0.2-1/Makefile Tue Feb 18 00:55:10 2003 @@ -47,8 +47,8 @@ LDLIBS += -L$(SRCDIR) -L$(LIBIPQD)/lib -lipq INSTALL = install -c -m 0550 INSTALL_MAN = install -c -m 0644 -INIT = /etc/rc.d/init.d -instbase = /usr/local +INIT = $(DESTDIR)/etc/rc.d/init.d +instbase = $(DESTDIR)/usr instbin = /sbin instman = /man/man8 diff -uNr pdumpq-0.2-1.orig/func.c pdumpq-0.2-1/func.c --- pdumpq-0.2-1.orig/func.c Wed Sep 12 19:32:40 2001 +++ pdumpq-0.2-1/func.c Tue Feb 18 00:46:10 2003 @@ -110,7 +110,7 @@ void ipq_init (void) { - v.h = ipq_create_handle (0); + v.h = ipq_create_handle (0, PF_INET); if (!v.h || (ipq_set_mode (v.h, IPQ_COPY_PACKET, 0) < 0)) { ipq_perror ("create_handle");