Browse Source

cleanups and syntax fix

master
parent
commit
3ed5181cca
  1. 2
      drupal/drupal-setup.sh
  2. 4
      drupal/drupal.spec

2
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

4
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"

Loading…
Cancel
Save