[Pkg-mysql-commits] r1922 - in mysql-dfsg-5.1/branches/unstable/debian: . additions
Norbert Tretkowski
nobse at alioth.debian.org
Wed Jan 5 14:21:17 UTC 2011
tags 582955 pending
thanks
Author: nobse
Date: 2011-01-05 14:21:15 +0000 (Wed, 05 Jan 2011)
New Revision: 1922
Modified:
mysql-dfsg-5.1/branches/unstable/debian/additions/debian-start
mysql-dfsg-5.1/branches/unstable/debian/changelog
Log:
Fix minor grammar infelicity in debian-start script.
Modified: mysql-dfsg-5.1/branches/unstable/debian/additions/debian-start
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/additions/debian-start 2010-12-23 09:04:37 UTC (rev 1921)
+++ mysql-dfsg-5.1/branches/unstable/debian/additions/debian-start 2011-01-05 14:21:15 UTC (rev 1922)
@@ -21,7 +21,8 @@
# If you want to disable the check for crashed tables comment
# "check_for_crashed_tables" out.
# (There may be no output to stdout inside the background process!)
-echo "Checking for corrupt, not cleanly closed and upgrade needing tables."
+echo "Checking for tables which need an upgrade, are corrupt or were "
+echo "not closed cleanly."
(
upgrade_system_tables_if_necessary;
check_root_accounts;
Modified: mysql-dfsg-5.1/branches/unstable/debian/changelog
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/changelog 2010-12-23 09:04:37 UTC (rev 1921)
+++ mysql-dfsg-5.1/branches/unstable/debian/changelog 2011-01-05 14:21:15 UTC (rev 1922)
@@ -2,8 +2,9 @@
* Update debconf translations:
- Dutch, from Eric Spreen. (closes: #605590)
+ * Fix minor grammar infelicity in debian-start script. (closes: #582955)
- -- Norbert Tretkowski <norbert at tretkowski.de> Wed, 01 Dec 2010 18:09:47 +0100
+ -- Norbert Tretkowski <norbert at tretkowski.de> Wed, 05 Jan 2011 15:21:03 +0100
mysql-5.1 (5.1.49-3) unstable; urgency=high
More information about the Pkg-mysql-commits
mailing list