[arch-commits] Commit in (5 files)

Thomas Bächler thomas at archlinux.org
Mon Jan 9 11:59:35 UTC 2012


    Date: Monday, January 9, 2012 @ 06:59:35
  Author: thomas
Revision: 146304

Rename microcode to intel-ucode according to mailing list feedback.

Added:
  intel-ucode/
  intel-ucode/trunk/intel-ucode.install
    (from rev 146289, microcode/trunk/microcode.install)
Modified:
  intel-ucode/trunk/PKGBUILD
Deleted:
  intel-ucode/trunk/microcode.install
  microcode/

---------------------------------------+
 intel-ucode/trunk/intel-ucode.install |    8 ++++++++
 trunk/PKGBUILD                        |    2 +-
 trunk/microcode.install               |    8 --------
 3 files changed, 9 insertions(+), 9 deletions(-)

Modified: intel-ucode/trunk/PKGBUILD
===================================================================
--- microcode/trunk/PKGBUILD	2012-01-08 13:57:27 UTC (rev 146289)
+++ intel-ucode/trunk/PKGBUILD	2012-01-09 11:59:35 UTC (rev 146304)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
-pkgname=microcode
+pkgname=intel-ucode
 pkgver=20111110
 pkgrel=1
 pkgdesc="Microcode update files for Intel CPUs"

Copied: intel-ucode/trunk/intel-ucode.install (from rev 146289, microcode/trunk/microcode.install)
===================================================================
--- intel-ucode/trunk/intel-ucode.install	                        (rev 0)
+++ intel-ucode/trunk/intel-ucode.install	2012-01-09 11:59:35 UTC (rev 146304)
@@ -0,0 +1,8 @@
+post_install() {
+  echo
+  echo "==> To apply the microcode update on boot, load the 'microcode' module"
+  echo "==> by adding it to the MODULES array in rc.conf:"
+  echo "==>  MODULES=(... microcode)"
+  echo "==> The old 'microcode' daemon script no longer exists."
+  echo
+}

Deleted: intel-ucode/trunk/microcode.install
===================================================================
--- microcode/trunk/microcode.install	2012-01-08 13:57:27 UTC (rev 146289)
+++ intel-ucode/trunk/microcode.install	2012-01-09 11:59:35 UTC (rev 146304)
@@ -1,8 +0,0 @@
-post_install() {
-  echo
-  echo "==> To apply the microcode update on boot, load the 'microcode' module"
-  echo "==> by adding it to the MODULES array in rc.conf:"
-  echo "==>  MODULES=(... microcode)"
-  echo "==> The old 'microcode' daemon script no longer exists."
-  echo
-}




More information about the arch-commits mailing list