summaryrefslogtreecommitdiff
path: root/core/dmraid
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-29 02:13:48 -0800
committerroot <root@rshg054.dnsready.net>2012-12-29 02:13:48 -0800
commit5dd7ed82e788ebad2e920e0f2db7468cc6547cfe (patch)
treef467412e09912ababcd8fe6c05193d829f514dcd /core/dmraid
parent3009e8addb4a894329bf8ab3e8fb763361833978 (diff)
Sat Dec 29 02:10:20 PST 2012
Diffstat (limited to 'core/dmraid')
-rw-r--r--core/dmraid/PKGBUILD8
-rw-r--r--core/dmraid/dmraid.service3
-rw-r--r--core/dmraid/dmraid_install1
3 files changed, 6 insertions, 6 deletions
diff --git a/core/dmraid/PKGBUILD b/core/dmraid/PKGBUILD
index 39f3672be..37f3ed5c5 100644
--- a/core/dmraid/PKGBUILD
+++ b/core/dmraid/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 162150 2012-06-22 12:53:50Z dreisner $
+# $Id: PKGBUILD 173944 2012-12-28 19:27:14Z dreisner $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
#Contributor: Urs Wolfer <uwolfer @ fwo.ch>
pkgname=dmraid
pkgver=1.0.0.rc16.3
-pkgrel=7
+pkgrel=8
pkgdesc="Device mapper RAID interface"
url="http://people.redhat.com/~heinzm/sw/dmraid/"
conflicts=('mkinitcpio<0.7')
@@ -19,10 +19,10 @@ source=(#ftp://ftp.archlinux.org/other/dmraid/$pkgname-$pkgver.tar.bz2
dmraid.service)
install=dmraid.install
md5sums=('819338fcef98e8e25819f0516722beeb'
- '2297d23cee1aef23ec6ad8d6d1870356'
+ 'dea048cc09b49b02da1009adae563866'
'faec669dc85f87187b45b5d3968efe2c'
'56a8bb0ece8d206cd8efb504ee072ddd'
- 'de0af1fdb9ed4c109b8119160167d2e9')
+ '1cd201496e52bd05c1c3048bf6dd809f')
build() {
cd "$pkgname/1.0.0.rc16-3/$pkgname"
diff --git a/core/dmraid/dmraid.service b/core/dmraid/dmraid.service
index 1fd142ff2..a31f8b39f 100644
--- a/core/dmraid/dmraid.service
+++ b/core/dmraid/dmraid.service
@@ -7,9 +7,8 @@ Before=basic.target shutdown.target
Conflicts=shutdown.target
[Service]
-ExecStart=/sbin/dmraid --ignorelocking --activate y -Z
Type=oneshot
-TimeoutSec=0
+ExecStart=/sbin/dmraid --ignorelocking --activate y -Z
RemainAfterExit=true
[Install]
diff --git a/core/dmraid/dmraid_install b/core/dmraid/dmraid_install
index d3238c1f7..2003b5cdf 100644
--- a/core/dmraid/dmraid_install
+++ b/core/dmraid/dmraid_install
@@ -9,6 +9,7 @@ build() {
add_file "/usr/lib/udev/rules.d/10-dm.rules"
add_file "/usr/lib/udev/rules.d/13-dm-disk.rules"
add_file "/usr/lib/udev/rules.d/95-dm-notify.rules"
+ add_file "/usr/lib/initcpio/udev/11-dm-initramfs.rules" "/usr/lib/udev/rules.d/11-dm-initramfs.rules"
add_runscript
}