From 0c0ac65d38c1c203ab318ace1a393baa625c48ba Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Thu, 22 Jul 2010 04:00:24 -0700 Subject: [PATCH 1/3] Added ': ' to password prompt. Mantis #4851 --- OpenSim/Framework/Console/ConsoleBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index b70d1dbdc6..aab920b09a 100755 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs @@ -118,7 +118,7 @@ namespace OpenSim.Framework.Console // (Done with no echo and suitable for passwords) public string PasswdPrompt(string p) { - return ReadLine(p, false, false); + return ReadLine(String.Format("{0}: ", p), false, false); } public virtual string ReadLine(string p, bool isCommand, bool e) From 2f6fa373eff4b2cb74788c78d10018af6e9f11aa Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Fri, 23 Jul 2010 22:36:03 +0100 Subject: [PATCH 2/3] in nant distbin, specifically only delete Regions.ini instead of the entire Regions directory --- .nant/local.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nant/local.include b/.nant/local.include index 0b6f9feafd..8e4bc4d41e 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -29,7 +29,7 @@ - + From 1a03a0b281d343ce5b962c3a85b4b709b1277896 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Fri, 23 Jul 2010 23:12:30 +0100 Subject: [PATCH 3/3] remove compile.bat from a created binary distribution --- .nant/local.include | 1 + 1 file changed, 1 insertion(+) diff --git a/.nant/local.include b/.nant/local.include index 8e4bc4d41e..0279f257b0 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -20,6 +20,7 @@ +