diff options
author | Frans Pop <elendil@planet.nl> | 2009-04-05 23:13:35 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2009-04-05 23:13:35 +0000 |
commit | 8845b3e73595694b76d36271ae711bb44978de09 (patch) | |
tree | 6e3b9ffe6a7ec2db48ec748817666668e098710f /debian/changelog | |
parent | 1ed636e096733f38d98e9139b19025a94f18f1c6 (diff) | |
download | installation-guide-8845b3e73595694b76d36271ae711bb44978de09.zip |
Fix example how to generate md5-encoded password
If a plain echo is used the newline gets included in the password.
Thanks to René Engelhard for reporting the error.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7e48725ac..882fb9ba7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,8 +27,9 @@ installation-guide (2008xxxx) UNRELEASED; urgency=low * chroot install: 'tzconfig' is deprecated for 'dpkg-reconfigure tzdata'. Closes: #520582. * Booting using LILO or GRUB: minor improvements. Closes: #519508. + * Fix example how to generate md5-encoded password. Closes: #518018. - -- Frans Pop <fjp@debian.org> Mon, 06 Apr 2009 01:00:05 +0200 + -- Frans Pop <fjp@debian.org> Mon, 06 Apr 2009 01:08:14 +0200 installation-guide (20081208) unstable; urgency=low |