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-upgrade | |
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-upgrade')
-rw-r--r-- | testing/pdns-gui/pdns-gui.post-upgrade | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/pdns-gui/pdns-gui.post-upgrade b/testing/pdns-gui/pdns-gui.post-upgrade new file mode 100644 index 0000000000..2106e3860f --- /dev/null +++ b/testing/pdns-gui/pdns-gui.post-upgrade @@ -0,0 +1,6 @@ +#!/bin/sh + +echo -e "\nTo finish upgrading pdns-gui, run the following script:" +echo -e "/var/www/pdns-gui/batch/upgrade.sh\n" + +exit 0 |