summaryrefslogtreecommitdiff
path: root/package/dmraid/dmraid.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-12-04 14:16:54 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-12-04 14:16:54 +0000
commit8a5e4d62f2e693148e193471b53bbd07b3577b79 (patch)
tree0291c67cb4f7e4ebea3ad78017a410c342c9deaf /package/dmraid/dmraid.patch
parent92b9ca8dd295702625b38673509dde073ece8915 (diff)
mdadm/dmraid: bump version
Patch by: Charles Duffy <Charles_Duffy@messageone.com> Both mdadm and dmraid packages refer to upstream versions which are no longer available.
Diffstat (limited to 'package/dmraid/dmraid.patch')
-rw-r--r--package/dmraid/dmraid.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/dmraid/dmraid.patch b/package/dmraid/dmraid.patch
index fabd7c902..55bfcd5ae 100644
--- a/package/dmraid/dmraid.patch
+++ b/package/dmraid/dmraid.patch
@@ -1,6 +1,6 @@
---- 1.0.0.rc10/lib/device/scan.c.orig 2006-04-20 18:20:24.000000000 -0600
-+++ 1.0.0.rc10/lib/device/scan.c 2006-04-20 18:21:00.000000000 -0600
-@@ -66,7 +66,7 @@
+--- 1.0.0.rc15/lib/device/scan.c.orig 2008-06-20 09:32:05.000000000 -0500
++++ 1.0.0.rc15/lib/device/scan.c 2008-12-01 17:15:25.000000000 -0600
+@@ -69,7 +69,7 @@
static char *ret = NULL, *sysfs_mp;
if (!(sysfs_mp = find_sysfs_mp(lc)))
@@ -9,10 +9,10 @@
if ((ret = dbg_malloc(strlen(sysfs_mp) + strlen(path) + 1)))
sprintf(ret, "%s%s", sysfs_mp, path);
-@@ -308,7 +308,7 @@
+@@ -315,7 +315,7 @@
} else {
sysfs = 0;
- path = (char*) _PATH_DEV;
+ path = (char *) _PATH_DEV;
- log_print(lc, "carrying on with %s", path);
+ log_notice(lc, "carrying on with %s", path);
}