Kaynağa Gözat

cleanups and syntax fix

Ralf S. Engelschall 17 yıl önce
ebeveyn
işleme
3ed5181cca
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 1 1
      drupal/drupal-setup.sh
  2. 2 2
      drupal/drupal.spec

+ 1 - 1
drupal/drupal-setup.sh

@@ -64,7 +64,7 @@ case "$cmd" in
         ;;
     uninstall )
         #   remove the database
-        elif [ ".$db_type" = .mysql ]; then
+        if [ ".$db_type" = .mysql ]; then
             ( echo "DROP DATABASE $db_name;"
             ) | @l_prefix@/bin/mysql --user="$db_suser" --password="$db_spass" "$db_sname"
         elif [ ".$db_type" = .pgsql ]; then

+ 2 - 2
drupal/drupal.spec

@@ -915,9 +915,9 @@ AutoReqProv:  no
 %endif
           echo "     \$ $RPM_INSTALL_PREFIX/sbin/drupal-setup install"
           echo ""
-          echo "2. Now Drupal by running"
+          echo "2. Now start Drupal by running the command"
           echo "     \$ $RPM_INSTALL_PREFIX/bin/openpkg rc drupal start"
-          echo "   and connect with a browser to:"
+          echo "   and connect with a browser to the URL:"
           echo "     http://127.0.0.1:8080/drupal/install.php"
           echo "   Follow the instructions. On the page \"Database configuration\""
           echo "   use database name \"drupal\", database username \"drupal\" and"