From 6492a2a28c74f6dfe7c6ca0ee97ad6fd69f42189 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Fri, 8 Apr 2011 06:01:14 -0500 Subject: testing/phpmyadmin: removed custom htaccess, updated post-install script --- testing/phpmyadmin/phpmyadmin.post-install | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'testing/phpmyadmin/phpmyadmin.post-install') diff --git a/testing/phpmyadmin/phpmyadmin.post-install b/testing/phpmyadmin/phpmyadmin.post-install index 00cd7d2c78..6403c706cf 100644 --- a/testing/phpmyadmin/phpmyadmin.post-install +++ b/testing/phpmyadmin/phpmyadmin.post-install @@ -1,15 +1,16 @@ #!/bin/sh -echo -e "\nphpMyAdmin has been installed to:" -echo -e " /usr/share/webapps/phpmyadmin" -echo -e "phpMyAdmin config files have been installed to:" -echo -e " /etc/phpmyadmin" -echo -e "If you use apache2:" -echo -e " - Change ownership of the config directory:" -echo -e " chown -R apache:apache /etc/phpmyadmin" -echo -e " - See if you need to modify the following files:" -echo -e " /etc/apache2/conf.d/phpmyadmin.conf" -echo -e " /etc/phpmyadmin/htaccess" -echo -e " - Restart apache2 when done.\n" +echo "*" >&2 +echo "* phpmyadmin has been installed to:" >&2 +echo "* /usr/share/webapps/phpmyadmin" >&2 +echo "* phpmyadmin config file has been installed to:" >&2 +echo "* /etc/phpmyadmin/config.inc.php" >&2 +echo "* If you use apache2:" >&2 +echo "* 1) Change the ownership of the config directory:" >&2 +echo "* chown -R apache:apache /etc/phpmyadmin" >&2 +echo "* 2) See if you need to modify the apache2 config:" >&2 +echo "* /etc/apache2/conf.d/phpmyadmin.conf" >&2 +echo "* 3) Restart apache2 if changes were made in step 2." >&2 +echo "*" >&2 exit 0 -- cgit v1.2.3