[Pkg-mysql-commits] r858 - branches/sid-5.0/debian
Sean Finney
seanius at alioth.debian.org
Tue May 8 19:04:21 UTC 2007
tags 418672 pending
thanks
Author: seanius
Date: 2007-05-08 19:04:20 +0000 (Tue, 08 May 2007)
New Revision: 858
Modified:
branches/sid-5.0/debian/changelog
branches/sid-5.0/debian/mysql-server-5.0.config
Log:
bump password prio
Modified: branches/sid-5.0/debian/changelog
===================================================================
--- branches/sid-5.0/debian/changelog 2007-05-08 18:35:05 UTC (rev 857)
+++ branches/sid-5.0/debian/changelog 2007-05-08 19:04:20 UTC (rev 858)
@@ -10,8 +10,10 @@
- Arabic. Closes: #421751
- Czech. Closes: #421766
- Portuguese. Closes: #422428
+ * Bump the priority of the debconf prompt for the root password to high, to
+ ensure the question shows up in a default installation (closes: #418672).
- -- sean finney <seanius at debian.org> Tue, 08 May 2007 20:34:48 +0200
+ -- sean finney <seanius at debian.org> Tue, 08 May 2007 21:04:10 +0200
mysql-dfsg-5.0 (5.0.38-3) unstable; urgency=low
Modified: branches/sid-5.0/debian/mysql-server-5.0.config
===================================================================
--- branches/sid-5.0/debian/mysql-server-5.0.config 2007-05-08 18:35:05 UTC (rev 857)
+++ branches/sid-5.0/debian/mysql-server-5.0.config 2007-05-08 19:04:20 UTC (rev 858)
@@ -17,7 +17,7 @@
# there is also an additional check for empty root passwords in the
# postinst script when the tools are available for us to use.
if [ "$1" = "configure" ] && [ -z "$2" ] || [ "$1" = "reconfigure" ]; then
- db_input medium mysql-server/root_password || true
+ db_input high mysql-server/root_password || true
db_go
fi
More information about the Pkg-mysql-commits
mailing list