Update of /cvsroot/netadm/gwc/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4900
Modified Files:
install.sh
Log Message:
MOD: add comment
Index: install.sh
===================================================================
RCS file: /cvsroot/netadm/gwc/scripts/install.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** install.sh 31 Jan 2006 14:19:38 -0000 1.2
--- install.sh 31 Jan 2006 16:58:05 -0000 1.3
***************
*** 262,266 ****
file_check(){
if [ ! -f gwccli/gwccli ]; then
! $DIALOG --infobox "gwccli binary does not exist , abort install ..." 5 75
sleep 2
abort_install
--- 262,266 ----
file_check(){
if [ ! -f gwccli/gwccli ]; then
! $DIALOG --infobox "gwccli binary does not exist, compile first! abort install ..." 5 75
sleep 2
abort_install
***************
*** 270,274 ****
if [ ! -f gwcguid/gwcguid ]; then
! $DIALOG --infobox "gwcguid binary does not exist , abort install ..." 5 75
sleep 2
abort_install
--- 270,274 ----
if [ ! -f gwcguid/gwcguid ]; then
! $DIALOG --infobox "gwcguid binary does not exist, compile first! abort install ..." 5 75
sleep 2
abort_install
***************
*** 278,282 ****
if [ ! -f gwcadmd/gwcadmd ]; then
! $DIALOG --infobox "gwcadmd binary does not exist , abort install ..." 5 75
sleep 2
abort_install
--- 278,282 ----
if [ ! -f gwcadmd/gwcadmd ]; then
! $DIALOG --infobox "gwcadmd binary does not exist, compile first! abort install ..." 5 75
sleep 2
abort_install
***************
*** 287,291 ****
if [ $KVER == 2 ]; then
if [ ! -f pf/pf.ko ]; then
! $DIALOG --infobox "pf module does not exist , abort install ..." 5 75
sleep 2
abort_install
--- 287,291 ----
if [ $KVER == 2 ]; then
if [ ! -f pf/pf.ko ]; then
! $DIALOG --infobox "pf module does not exist, compile first! abort install ..." 5 75
sleep 2
abort_install
***************
*** 296,300 ****
if [ ! -f scripts/gwc ]; then
! $DIALOG --infobox "gwc script does not exist , abort install ..." 5 75
sleep 2
abort_install
--- 296,300 ----
if [ ! -f scripts/gwc ]; then
! $DIALOG --infobox "gwc script does not exist, abort install ..." 5 75
sleep 2
abort_install
|