Refreshing readlink-path.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9c571b0b44
commit
319ca976d2
2 changed files with 9 additions and 12 deletions
|
@ -1,15 +1,12 @@
|
||||||
From: Michael Tokarev <mjt@tls.msk.ru>
|
Author: Michael Tokarev <mjt@tls.msk.ru>
|
||||||
Subject: readlink is in /bin not /usr/bin on debian
|
Description: readlink is in /bin not /usr/bin on debian (Closes: #766416).
|
||||||
Date: Fri, 14 Nov 2014 19:11:51 +0300
|
This is a debian-specific change, upstream ships
|
||||||
Bug-Debian: http://bugs.debian.org/766416
|
the rule to use /usr/bin/readlink while on debian
|
||||||
Forwarded: no
|
it is /bin/readlink
|
||||||
|
|
||||||
This is a debian-specific change, upstream ships
|
diff -Naurp mdadm.orig/udev-md-raid-arrays.rules mdadm/udev-md-raid-arrays.rules
|
||||||
the rule to use /usr/bin/readlink while on debian
|
--- mdadm.orig/udev-md-raid-arrays.rules
|
||||||
it is /bin/readlink
|
+++ mdadm/udev-md-raid-arrays.rules
|
||||||
|
|
||||||
--- a/udev-md-raid-arrays.rules
|
|
||||||
+++ b/udev-md-raid-arrays.rules
|
|
||||||
@@ -37,7 +37,7 @@ ENV{ID_FS_USAGE}=="filesystem|other", EN
|
@@ -37,7 +37,7 @@ ENV{ID_FS_USAGE}=="filesystem|other", EN
|
||||||
ENV{MD_LEVEL}=="raid[1-9]*", ENV{SYSTEMD_WANTS}+="mdmonitor.service"
|
ENV{MD_LEVEL}=="raid[1-9]*", ENV{SYSTEMD_WANTS}+="mdmonitor.service"
|
||||||
|
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
|
@ -3,6 +3,6 @@ debian/0002-mdmonitor-service-simplify.patch
|
||||||
debian/0003-host-name-in-default-mailfrom.patch
|
debian/0003-host-name-in-default-mailfrom.patch
|
||||||
debian/0004-exit-gracefully-when-md-device-not-found.patch
|
debian/0004-exit-gracefully-when-md-device-not-found.patch
|
||||||
debian/0005-sha1-includes.patch
|
debian/0005-sha1-includes.patch
|
||||||
readlink-path.patch
|
debian/0006-readlink-path.patch
|
||||||
debian-no-Werror.diff
|
debian-no-Werror.diff
|
||||||
test-installed.patch
|
test-installed.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue