From 0ef2ef7a53e1f87cbe8490f0578a0104b15a3177 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 23 Jan 2006 04:40:28 +0000 Subject: r13075: tell the admin what needs to be done to finish the install (This used to be commit a6f5ad5289bb635be3b6c490a03dc7a1913baa30) --- swat/install/vampire.esp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'swat/install/vampire.esp') diff --git a/swat/install/vampire.esp b/swat/install/vampire.esp index 19f99dce98..db317e2635 100644 --- a/swat/install/vampire.esp +++ b/swat/install/vampire.esp @@ -80,7 +80,19 @@ if (form['submit'] == "Migrate") { session.authinfo.session_info, session.authinfo.credentials)) { writefln("DNS Provision failed!"); } else { - writefln("Migration Complete!"); + var zonepath = paths.dns; + %> +

Database migrated!

+ +You need to do the following to complete the process: + + + <% } } } else { -- cgit