summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IkiWiki/Setup/Automator.pm1
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 0 deletions
diff --git a/IkiWiki/Setup/Automator.pm b/IkiWiki/Setup/Automator.pm
index 8a451d386..5111541e4 100644
--- a/IkiWiki/Setup/Automator.pm
+++ b/IkiWiki/Setup/Automator.pm
@@ -120,6 +120,7 @@ sub import (@) {
for (;;) {
print "Choose a password: ";
chomp($password=<STDIN>);
+ print "\n";
print "Confirm password: ";
chomp($password2=<STDIN>);
diff --git a/debian/changelog b/debian/changelog
index 2b1f938b3..bbc7e6f13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ ikiwiki (3.10) UNRELEASED; urgency=low
- Simon Michael contributed multiple changes.
- Petr Ročkai fixed rcs_recentchanges.
- Sven M. Hallberg merged the above and added missing features.
+ * Add missing newline to Confirm Password prompt.
-- Joey Hess <joeyh@debian.org> Sat, 04 Apr 2009 17:47:36 -0400