summaryrefslogtreecommitdiffstats
path: root/testing/pdns-gui/pdns-gui.post-install
diff options
context:
space:
mode:
authorMatt Smith <mcs@darkregion.net>2011-04-08 05:37:54 -0500
committerMatt Smith <mcs@darkregion.net>2011-04-08 05:38:13 -0500
commitf716325f16fbabcc7586d67bc1aa4506a23754c7 (patch)
tree444b1981532a8e72669efba1017842c4beb3ede3 /testing/pdns-gui/pdns-gui.post-install
parent06d067525070d325db98a4a95fedad6eb40f7060 (diff)
downloadaports-f716325f16fbabcc7586d67bc1aa4506a23754c7.tar.bz2
aports-f716325f16fbabcc7586d67bc1aa4506a23754c7.tar.xz
testing/pdns-gui: should work now
Diffstat (limited to 'testing/pdns-gui/pdns-gui.post-install')
-rw-r--r--testing/pdns-gui/pdns-gui.post-install12
1 files changed, 8 insertions, 4 deletions
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