summaryrefslogtreecommitdiff
path: root/debian/mdadm.postinst
diff options
context:
space:
mode:
authormartin f. krafft <madduck@debian.org>2007-09-06 23:27:00 +0200
committermartin f. krafft <madduck@madduck.net>2007-10-09 00:09:54 +0100
commit5ecd82714bcf84c1d67d3e196dfb04abae4a0150 (patch)
treeefe69910d25e08fd48c50a668eecd77ddd56aee6 /debian/mdadm.postinst
parentace43d1d295d6ec8a214001784d65683503b391e (diff)
Depend on udev|makedev instead of just makedev and invoke /dev/MAKEDEV, not /sbin/MAKEDEV (closes: #436998).
Diffstat (limited to 'debian/mdadm.postinst')
-rw-r--r--debian/mdadm.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst
index fc690c41..43dd5d66 100644
--- a/debian/mdadm.postinst
+++ b/debian/mdadm.postinst
@@ -26,7 +26,7 @@ case "${1:-}" in
echo -n 'Generating array device nodes... ' >&2
cd /dev
- if /sbin/MAKEDEV md >&2 >/dev/null; then
+ if /dev/MAKEDEV md >&2 >/dev/null; then
echo 'done.' >&2
else
echo 'failed.' >&2