diff options
author | Matt Smith <mcs@darkregion.net> | 2011-04-05 07:05:02 -0500 |
---|---|---|
committer | Matt Smith <mcs@darkregion.net> | 2011-04-05 07:06:35 -0500 |
commit | 884ad269bd08686243e49698a3bbacf759d6c0b7 (patch) | |
tree | 4c6d908258611d4e89d8cf3bf48379c73bb7033b /testing/pdns-gui/pdns-gui.post-install | |
parent | 2bf9528b2e0f8350fbd20976efdce0bafb3e4b33 (diff) | |
download | aports-884ad269bd08686243e49698a3bbacf759d6c0b7.tar.bz2 aports-884ad269bd08686243e49698a3bbacf759d6c0b7.tar.xz |
testing/pdns-gui: new aport
Web-based GUI for administering PowerDNS
http://code.google.com/p/pdns-gui/
Diffstat (limited to 'testing/pdns-gui/pdns-gui.post-install')
-rw-r--r-- | testing/pdns-gui/pdns-gui.post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/pdns-gui/pdns-gui.post-install b/testing/pdns-gui/pdns-gui.post-install new file mode 100644 index 0000000000..40eb23fb94 --- /dev/null +++ b/testing/pdns-gui/pdns-gui.post-install @@ -0,0 +1,8 @@ +#!/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" + +exit 0 |