|
From: Mark W. <ri...@us...> - 2001-12-17 19:34:56
|
Update of /cvsroot/ipcop/ipcop
In directory usw-pr-cvs1:/tmp/cvs-serv12004
Modified Files:
make.sh
Log Message:
Fixed a build issue where freeswan did not recognize the location of the ipsec rc.d script
Index: make.sh
===================================================================
RCS file: /cvsroot/ipcop/ipcop/make.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** make.sh 2001/12/17 15:10:06 1.9
--- make.sh 2001/12/17 19:34:53 1.10
***************
*** 19,23 ****
VERSION=`date '+%Y%m%d'` # Version number
# VERSION=0.0.5
! SLOGAN="Your Personal Internet Police" # Software slogan
KERNEL_VERSION=2.2.20 # Kernel version number
CONFIG_ROOT=/var/ipcop # Configuration rootdir
--- 19,23 ----
VERSION=`date '+%Y%m%d'` # Version number
# VERSION=0.0.5
! SLOGAN="The Bad Packets Stop Here" # Software slogan
KERNEL_VERSION=2.2.20 # Kernel version number
CONFIG_ROOT=/var/ipcop # Configuration rootdir
***************
*** 452,455 ****
--- 452,456 ----
mv Makefile.inc Makefile.inc.old
cat Makefile.inc.old | sed "s+^KERNELSRC=.*\$+KERNELSRC=$TMPDIR/linux+" | \
+ sed "s+^INC_RCDEFAULT=.*\$+INC_RCDEFAULT=/etc/rc.d+" | \
sed "s+^DESTDIR=.*\$+DESTDIR=$TMPDIR/build+" > Makefile.inc
make programs >> $LOGFILE 2>&1
|