[arch-commits] Commit in dmraid/trunk (dmraid.install)

Tobias Powalowski tpowa at archlinux.org
Mon Nov 2 14:45:59 UTC 2009


    Date: Monday, November 2, 2009 @ 09:45:59
  Author: tpowa
Revision: 57838

upgpkg: dmraid 1.0.0.rc16-1
    bump to latest version, fixed install message

Modified:
  dmraid/trunk/dmraid.install

----------------+
 dmraid.install |   14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

Modified: dmraid.install
===================================================================
--- dmraid.install	2009-11-02 14:38:21 UTC (rev 57837)
+++ dmraid.install	2009-11-02 14:45:59 UTC (rev 57838)
@@ -4,23 +4,11 @@
     echo ">>>"
     echo ">>> IMPORTANT DMRAID UPGRADE NOTICE"
     echo ">>> -------------------------------"
-    echo ">>> Version 1.0.15rc introduce a new name scheme:"
+    echo ">>> Version 1.0.0.rc15 and greater introduce a new name scheme:"
     echo ">>> You need to add an additional 'p' in front of your number."
     echo ">>> e.g. <yourname><number> --> <yourname>p<number>"
     echo ">>>      firsthd1           --> firsthdp1"
     echo ">>> Please change your bootloader and fstab accordingly."
     echo ">>>"
   fi
-  if [ "$(vercmp $2 1.0.0.rc14)" -gt 0 ]; then
-    # important downgrade notice
-    echo ">>>"
-    echo ">>> IMPORTANT DMRAID DOWNGRADE NOTICE"
-    echo ">>> -------------------------------"
-    echo ">>> Version 1.0.15rc introduced a new name scheme:"
-    echo ">>> You need to remove the additional 'p' in front of your number."
-    echo ">>> e.g. <yourname>p<number> --> <yourname><number>"
-    echo ">>>      firsthdp1           --> firsthd1"
-    echo ">>> Please change your bootloader and fstab accordingly."
-    echo ">>>"
-  fi
 }




More information about the arch-commits mailing list