Index: /tripwire-1.2/Makefile diff -c tripwire-1.2/Makefile:1.1.1.1 security/tw-1.2/Makefile:1.1.1.2 *** tripwire-1.2/Makefile:1.1.1.1 Thu Feb 27 01:08:35 1997 --- tripwire-1.2/Makefile Thu Feb 27 02:17:18 1997 *************** *** 1,4 **** ! # $Id: Makefile,v 1.1.1.1 1997/02/27 09:08:35 jimd Exp $ # # Tripwire build # --- 1,4 ---- ! # $Id: Makefile,v 1.1.1.2 1997/02/27 10:17:18 jimd Exp $ # # Tripwire build # *************** *** 12,28 **** ### # destination directory for final executables ! DESTDIR = /secureplace/bin # destination for man pages ! MANDIR = /usr/man # system utilities ! LEX = lex ! #LEX = flex # For the GNU crowd ! YACC = yacc ! #YACC = bison -y # For the GNU crowd (make it look like yacc) # # see ./contrib/README.linux for tips on # # making work. --- 12,28 ---- ### # destination directory for final executables ! DESTDIR = /usr/local/etc/tw # destination for man pages ! MANDIR = /usr/local/man # system utilities ! #LEX = lex ! LEX = flex # For the GNU crowd ! #YACC = yacc ! YACC = bison -y -o y.tab.c # For the GNU crowd (make it look like yacc) # # see ./contrib/README.linux for tips on # # making work. *************** *** 32,42 **** #SHELL = /bin/bash # For the GNU fanatics # you can use ANSI C if you like, but K&R is equally fine. ! CC = cc # common ! #CC = gcc # also common #CC = /usr/ccs/bin/cc # Pyramid DC/OSx (SVR4) ! CFLAGS = -O # common #CFLAGS = -g # common #CFLAGS = -g # debugging #CFLAGS = -O -cckr # SGI --- 32,42 ---- #SHELL = /bin/bash # For the GNU fanatics # you can use ANSI C if you like, but K&R is equally fine. ! #CC = cc # common ! CC = gcc # also common #CC = /usr/ccs/bin/cc # Pyramid DC/OSx (SVR4) ! #CFLAGS = -O # common #CFLAGS = -g # common #CFLAGS = -g # debugging #CFLAGS = -O -cckr # SGI *************** *** 60,68 **** #CPP = /lib/cpp # on older systems # make sure libraries are not linked dynamically (as a security measure) ! LDFLAGS= # common #LDFLAGS= -non_shared # OSF/1 ! #LDFLAGS= -Bstatic # SunOS 4 (cannot statically link tripwire # on Solaris 2.3) #LDFLAGS= -dn # Pyramid DC/OSx (SVR4) --- 60,69 ---- #CPP = /lib/cpp # on older systems # make sure libraries are not linked dynamically (as a security measure) ! #LDFLAGS= # common #LDFLAGS= -non_shared # OSF/1 ! LDFLAGS= -static ! # SunOS 4 (cannot statically link tripwire # on Solaris 2.3) #LDFLAGS= -dn # Pyramid DC/OSx (SVR4) Index: /tripwire-1.2/include/config.h diff -c tripwire-1.2/include/config.h:1.1.1.1 security/tw-1.2/include/config.h:1.1.1.2 *** tripwire-1.2/include/config.h:1.1.1.1 Thu Feb 27 01:08:44 1997 --- tripwire-1.2/include/config.h Thu Feb 27 02:20:59 1997 *************** *** 1,4 **** ! /* $Id: config.h,v 1.1.1.1 1997/02/27 09:08:44 jimd Exp $ */ /* * config.h --- 1,4 ---- ! /* $Id: config.h,v 1.1.1.2 1997/02/27 10:20:59 jimd Exp $ */ /* * config.h *************** *** 103,110 **** #endif */ ! #define CONFIG_PATH "/tmp/genek" ! #define DATABASE_PATH "/tmp/genek" /******* name of Tripwire files ************************************** * --- 103,114 ---- #endif */ ! /* #define CONFIG_PATH "/tmp/genek" ! * #define DATABASE_PATH "/tmp/genek" ! */ ! ! #define CONFIG_PATH "/var/local/adm/tripwire" ! #define DATABASE_PATH "/var/local/adm/tripwire/databases" /******* name of Tripwire files ************************************** *