Develop and Download Open Source Software

Browse CVS Repository

Diff of /satellite/satellite4/bootstrap.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6 by orrisroot, Fri Aug 25 15:02:05 2006 UTC revision 1.7 by orrisroot, Tue Dec 16 20:19:56 2008 UTC
# Line 7  AUTOHEADER=autoheader Line 7  AUTOHEADER=autoheader
7  LIBTOOLIZE=libtoolize  LIBTOOLIZE=libtoolize
8    
9  # host os check  # host os check
10  if [ ! -f /etc/fedora-release ]; then  if [ ! -f /etc/redhat-release ]; then
11     echo "running host is not Fedora Core";     echo "running host is not Read Hat";
12     exit 1;     exit 1;
13  fi  fi
14  if [ x"`cat /etc/fedora-release`" != x"Fedora Core release 5 (Bordeaux)" ]; then   echo "running host is not Frdora Core release 5";  if [ x"`cat /etc/redhat-release`" != x"CentOS release 5.2 (Final)" ]; then   echo "running host is not CentOS 5.2";
15     exit 1;     exit 1;
16  fi  fi
17  #UNAME=`uname -s`  #UNAME=`uname -s`

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26