Changeset 2673
- Timestamp:
- 05/06/08 09:14:58
(7 months ago)
- Author:
- pebenito
- Message:
tools: updates
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2439 |
r2673 |
|
| 1 | 1 | #!/bin/bash |
|---|
| 2 | 2 | |
|---|
| 3 | | DISTROS="rhel4 gentoo debian" |
|---|
| | 3 | DISTROS="rhel4 gentoo ubuntu" |
|---|
| 4 | 4 | TYPES="standard mcs mls" |
|---|
| 5 | 5 | ILKS="strict targeted" |
|---|
| r2439 |
r2673 |
|
| 66 | 66 | } |
|---|
| 67 | 67 | |
|---|
| | 68 | [ -z "$1" ] \ |
|---|
| | 69 | && distro="redhat" \ |
|---|
| | 70 | || d |
|---|
| | 71 | |
|---|
| 68 | 72 | cleanup_mon |
|---|
| 69 | 73 | cleanup_mod |
|---|
| 70 | | do_test redhat |
|---|
| | 74 | |
|---|
| | 75 | if [ -z "$1" ]; then |
|---|
| | 76 | do_test redhat |
|---|
| | 77 | else |
|---|
| | 78 | do_test $1 |
|---|
| | 79 | fi |
|---|
| 71 | 80 | |
|---|
| 72 | 81 | echo "Completed successfully." |
|---|
Download in other formats:
* Generating other formats may take time.