Browse CVS Repository
Diff of /satellite/satellite4/bootstrap.sh
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|