fix permissions on binary, install in /sbin, more libnet cleanup

This commit is contained in:
dugsong 1999-12-17 04:24:08 +00:00
parent 4e9abdf7dc
commit 03a378a97a
3 changed files with 21 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Tue Dec 15 18:58:01 1998
+++ Makefile.in Mon Oct 18 09:39:48 1999
+++ Makefile.in Thu Dec 16 23:10:08 1999
@@ -11,14 +11,14 @@
DEFINES += #-D__DEBUG
@ -19,3 +19,12 @@
OBJECTS = main.o firewalk.o ifaddrlist.o listener.o p_cap.o signal.o \
packet.o udptcpwalk.o port_list.o
.c.o:
@@ -36,7 +36,7 @@
@(cd ..; tar cvf $(FIREWALK)-$(VER).tar Firewalk/)
install: firewalk
- $(INSTALL) -c -m 0700 $(FIREWALK) $(FIREWALK_LOC)/bin
+ $(INSTALL) -c -m 0755 $(FIREWALK) $(FIREWALK_LOC)/sbin
$(INSTALL) -c -m 0644 $(FIREWALK_MAN) $(FIREWALK_LOC)/man/man1
clean:

View File

@ -0,0 +1,10 @@
--- p_cap.h.orig Thu Dec 16 23:11:37 1999
+++ p_cap.h Thu Dec 16 23:12:19 1999
@@ -36,7 +36,6 @@
#include "./firewalk.h"
#define DEVICE_SIZE 0xa
-#define ETH_H 0xe
/*
* An ethernet header, IP header, TCP header.

View File

@ -1,2 +1,2 @@
bin/firewalk
sbin/firewalk
man/man1/firewalk.1