From f716325f16fbabcc7586d67bc1aa4506a23754c7 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Fri, 8 Apr 2011 05:37:54 -0500 Subject: testing/pdns-gui: should work now --- testing/pdns-gui/pdns-gui.post-install | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'testing/pdns-gui/pdns-gui.post-install') diff --git a/testing/pdns-gui/pdns-gui.post-install b/testing/pdns-gui/pdns-gui.post-install index 40eb23fb9..4bc6d990a 100644 --- a/testing/pdns-gui/pdns-gui.post-install +++ b/testing/pdns-gui/pdns-gui.post-install @@ -1,8 +1,12 @@ #!/bin/sh -echo -e "\npdns-gui has been installed in: /var/www/pdns-gui" -echo -e "Be sure to set the correct ownership as per your webserver, and -echo -e "finish installing pdns-gui by running the following script:" -echo -e " /var/www/pdns-gui/batch/install.sh\n" +echo "*" >&2 +echo "* pdns-gui has been installed in: /usr/share/webapps/pdns-gui" >&2 +echo "* pdns-gui logs are at : /var/log/pdns-gui" >&2 +echo "* pdns-gui apache2 config is at : /etc/apache2/conf.d/pdns-gui.conf" >&2 +echo "*" >&2 +echo "* To finish installing pdns-gui, please run the following script:" >&2 +echo "* /usr/share/webapps/pdns-gui/batch/install.sh" >&2 +echo "*" >&2 exit 0 -- cgit v1.2.3