[arch-commits] Commit in udev/repos (testing-i686 testing-i686/PKGBUILD)

Allan McRae allan at archlinux.org
Mon Jul 20 02:44:29 UTC 2009


    Date: Sunday, July 19, 2009 @ 22:44:29
  Author: allan
Revision: 46747

Merged revisions 46458,46745 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/udev/trunk

........
  r46458 | thomas | 2009-07-18 22:41:15 +1000 (Sat, 18 Jul 2009) | 2 lines
  
  Adjust static loop0 device node to the corrected /dev layout
........
  r46745 | allan | 2009-07-20 12:42:13 +1000 (Mon, 20 Jul 2009) | 2 lines
  
  upgpkg: udev 141-5
      Adjust static loop0 device node to the corrected /dev layout
........

Modified:
  udev/repos/testing-i686/	(properties)
  udev/repos/testing-i686/PKGBUILD

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


Property changes on: udev/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /udev/trunk:1-46416
   + /udev/trunk:1-46746

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-07-20 02:43:14 UTC (rev 46746)
+++ testing-i686/PKGBUILD	2009-07-20 02:44:29 UTC (rev 46747)
@@ -4,7 +4,7 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 pkgname=udev
 pkgver=141
-pkgrel=4
+pkgrel=5
 pkgdesc="The userspace dev tools (udev)"
 arch=(i686 x86_64)
 url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
@@ -100,11 +100,9 @@
   ln -snf /proc/kcore ${pkgdir}/lib/udev/devices/core || return 1
 
   # these static devices are created for convenience, to autoload the modules if necessary
-  # /dev/loop0, /dev/loop/0
-  mkdir ${pkgdir}/lib/udev/devices/loop
-  mknod -m 0660 ${pkgdir}/lib/udev/devices/loop/0 b 7 0 || return 1
-  chgrp disk ${pkgdir}/lib/udev/devices/loop/0 || return 1
-  ln -snf loop/0 ${pkgdir}/lib/udev/devices/loop0 || return 1
+  # /dev/loop0
+  mknod -m 0660 ${pkgdir}/lib/udev/devices/loop0 b 7 0 || return 1
+  chgrp disk ${pkgdir}/lib/udev/devices/loop0 || return 1
   # /dev/net/tun
   mkdir ${pkgdir}/lib/udev/devices/net
   mknod -m 0666 ${pkgdir}/lib/udev/devices/net/tun c 10 200 || return 1




More information about the arch-commits mailing list