Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 contrib/install-autotest-server.sh |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/contrib/install-autotest-server.sh 
b/contrib/install-autotest-server.sh
index 4ea5dc5..d65adef 100755
--- a/contrib/install-autotest-server.sh
+++ b/contrib/install-autotest-server.sh
@@ -16,7 +16,8 @@ usage() {
 cat << EOF
 usage: $0 [options]
 
-This script installs the autotest server on a given Fedora 16 system.
+This script installs the autotest server on a given system.
+Currently supported systems: Fedora 16 and RHEL 6.2.
 
 GENERAL OPTIONS:
    -h      Show this message
@@ -220,7 +221,7 @@ else
 fi
 }
 
-isntall_autotest() {
+install_autotest() {
 print_log "INFO" "Installing autotest"
 if [ "$(grep "^autotest:" /etc/passwd)" = "" ]
 then
@@ -444,7 +445,7 @@ full_install() {
     if [ $INSTALL_PACKAGES_ONLY == 0 ]; then
        setup_selinux
        setup_mysql_service
-       isntall_autotest
+       install_autotest
        check_mysql_password
        create_autotest_database
        build_external_packages
-- 
1.7.10

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to