[arch-commits] Commit in udev/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Jun 7 09:19:25 UTC 2009


    Date: Sunday, June 7, 2009 @ 05:19:25
  Author: allan
Revision: 41755

upgpkg: udev 141-2
    add .conf to end of files in /etc/modprobe.d as required by latest module-init-tools

Modified:
  udev/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-07 09:15:35 UTC (rev 41754)
+++ PKGBUILD	2009-06-07 09:19:25 UTC (rev 41755)
@@ -4,7 +4,7 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 pkgname=udev
 pkgver=141
-pkgrel=1
+pkgrel=2
 pkgdesc="The userspace dev tools (udev)"
 arch=(i686 x86_64)
 url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
@@ -16,7 +16,7 @@
 backup=(etc/udev/udev.conf
         etc/scsi_id.config
         etc/udev/cdsymlinks.conf
-        etc/modprobe.d/framebuffer_blacklist)
+        etc/modprobe.d/framebuffer_blacklist.conf)
 conflicts=('pcmcia-cs' 'hotplug')
 replaces=('devfsd')
 # older initscripts versions required start_udev
@@ -80,7 +80,7 @@
   # create framebuffer blacklist
   mkdir -p $pkgdir/etc/modprobe.d/
   for mod in $(find /lib/modules/*/kernel/drivers/video -name '*fb.ko' -exec basename {} .ko \;); do 
-	echo "blacklist $mod" >> $pkgdir/etc/modprobe.d/framebuffer_blacklist
+	echo "blacklist $mod" >> $pkgdir/etc/modprobe.d/framebuffer_blacklist.conf
   done
 
   # create static devices in /lib/udev/devices/




More information about the arch-commits mailing list