diff -u -r portsentry-2.0b1.orig/Makefile portsentry-2.0b1/Makefile --- portsentry-2.0b1.orig/Makefile 2002-04-09 06:48:05.000000000 +0900 +++ portsentry-2.0b1/Makefile 2005-12-01 08:43:39.378609454 +0900 @@ -7,13 +7,13 @@ # $Id: Makefile,v 1.78 2002/04/08 17:42:33 crowland Exp crowland $ # # Generic compiler (usually linked to gcc on most platforms) -CC = cc +#CC = cc # GNU.. -#CC = gcc +CC = gcc # Normal systems flags -CFLAGS = -O -Wall +CFLAGS = -O2 -march=pentium3 -Wall # Debug mode for portsentry #CFLAGS = -Wall -g -DNODAEMON -DDEBUG @@ -25,8 +25,8 @@ #CFLAGS = -pg -O -Wall -DNODAEMON #LIBS = /usr/lib/libefence.a -INSTALLDIR = /usr/local/psionic -CHILDDIR=/portsentry2 +INSTALLDIR = /usr/local/portsentry2 +CHILDDIR= all: @echo "" diff -u -r portsentry-2.0b1.orig/portsentry_config.h portsentry-2.0b1/portsentry_config.h --- portsentry-2.0b1.orig/portsentry_config.h 2002-04-09 06:48:05.000000000 +0900 +++ portsentry-2.0b1/portsentry_config.h 2005-12-01 08:42:28.465185083 +0900 @@ -32,7 +32,7 @@ /* These are probably ok. Be sure you change the Makefile if you */ /* change the path */ -#define CONFIG_FILE "/usr/local/psionic/portsentry2/portsentry.conf" +#define CONFIG_FILE "/usr/local/portsentry2/portsentry.conf" /* The location of Wietse Venema's TCP Wrapper hosts.deny file */ #define WRAPPER_HOSTS_DENY "/etc/hosts.deny"