[arch-commits] CVS update of arch/build/base/lvm2 (PKGBUILD lvm2_hook)

Thomas Baechler thomas at archlinux.org
Sat May 12 17:11:42 UTC 2007


    Date: Saturday, May 12, 2007 @ 13:11:42
  Author: thomas
    Path: /home/cvs-arch/arch/build/base/lvm2

Modified: PKGBUILD (1.28 -> 1.29) lvm2_hook (1.4 -> 1.5)

upgpkg: lvm2 2.02.25-2


-----------+
 PKGBUILD  |    6 +++---
 lvm2_hook |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


Index: arch/build/base/lvm2/PKGBUILD
diff -u arch/build/base/lvm2/PKGBUILD:1.28 arch/build/base/lvm2/PKGBUILD:1.29
--- arch/build/base/lvm2/PKGBUILD:1.28	Wed May  9 11:01:13 2007
+++ arch/build/base/lvm2/PKGBUILD	Sat May 12 13:11:42 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.28 2007/05/09 15:01:13 tpowa Exp $
+# $Id: PKGBUILD,v 1.29 2007/05/12 17:11:42 thomas Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=lvm2
 pkgver=2.02.25
-pkgrel=1
+pkgrel=2
 pkgdesc="Logical Volume Manager 2 utilities"
 arch=(i686 x86_64)
 license=('GPL')
@@ -29,4 +29,4 @@
 }
 md5sums=('42dce454618770aa1754c793cbb1cbbb'
          '40dccdb1044f00fc1e29ca549933d4bd'
-         'a5b99341d62d6dff09da7db126ec64e0')
+         '73c8c2eba0fe891712c859c18b5b8aa2')
Index: arch/build/base/lvm2/lvm2_hook
diff -u arch/build/base/lvm2/lvm2_hook:1.4 arch/build/base/lvm2/lvm2_hook:1.5
--- arch/build/base/lvm2/lvm2_hook:1.4	Sat Dec 16 18:22:49 2006
+++ arch/build/base/lvm2/lvm2_hook	Sat May 12 13:11:42 2007
@@ -1,7 +1,7 @@
 # vim:set ft=sh:
 run_hook ()
 {
-    /bin/modprobe -q dm-mod >/dev/null 2>&1
+    /sbin/modprobe -q dm-mod >/dev/null 2>&1
     if [ -e "/sys/class/misc/device-mapper" ]; then
         read dev_t < /sys/class/misc/device-mapper/dev
         /bin/mknod "/dev/mapper/control" c $(/bin/replace "${dev_t}" ':')




More information about the arch-commits mailing list