|
From: Mark W. <ri...@us...> - 2001-12-19 19:05:16
|
Update of /cvsroot/ipcop/ipcop
In directory usw-pr-cvs1:/tmp/cvs-serv15073
Modified Files:
make.sh
Log Message:
Fixed sshd connect bug
Index: make.sh
===================================================================
RCS file: /cvsroot/ipcop/ipcop/make.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** make.sh 2001/12/18 18:51:49 1.11
--- make.sh 2001/12/19 19:05:13 1.12
***************
*** 17,22 ****
NAME="IPCop" # Software name
SNAME="ipcop" # Short name
! # VERSION=`date '+%Y%m%d'` # Version number
! VERSION=0.1.0
SLOGAN="The Bad Packets Stop Here" # Software slogan
KERNEL_VERSION=2.2.20 # Kernel version number
--- 17,22 ----
NAME="IPCop" # Software name
SNAME="ipcop" # Short name
! VERSION=`date '+%Y%m%d'` # Version number
! # VERSION=0.1.0
SLOGAN="The Bad Packets Stop Here" # Software slogan
KERNEL_VERSION=2.2.20 # Kernel version number
|