[Pkg-mysql-commits] r951 - branches/sid-5.1/debian

Christian Hammers ch at alioth.debian.org
Wed Oct 10 01:14:50 UTC 2007


Author: ch
Date: 2007-10-10 01:14:49 +0000 (Wed, 10 Oct 2007)
New Revision: 951

Modified:
   branches/sid-5.1/debian/mysql-server-5.1.preinst
Log:
  * Added extra information when aborting due to a detected downgrade (thanks
    to Raphael Pinson).


Modified: branches/sid-5.1/debian/mysql-server-5.1.preinst
===================================================================
--- branches/sid-5.1/debian/mysql-server-5.1.preinst	2007-10-03 15:25:43 UTC (rev 950)
+++ branches/sid-5.1/debian/mysql-server-5.1.preinst	2007-10-10 01:14:49 UTC (rev 951)
@@ -83,6 +83,8 @@
     touch $DATADIR/debian-$this_version.flag
   else
     echo "Aborting downgrade from (at least) $found_version to $this_version." 1>&2
+    echo "If are sure you want to downgrade to $this_version, remove the file" 1>&2
+    echo "$DATADIR/debian-*.flag and try installing again." 1>&2
     db_stop
     exit 1
   fi




More information about the Pkg-mysql-commits mailing list