mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
17 lines
433 B
Diff
17 lines
433 B
Diff
Description: update udev script to work in Debian
|
|
Author: Valentin Vidic <Valentin.Vidic@CARNet.hr>
|
|
Last-Update: 2018-04-05
|
|
---
|
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
--- a/gfs2/scripts/gfs2_withdraw_helper
|
|
+++ b/gfs2/scripts/gfs2_withdraw_helper
|
|
@@ -19,7 +19,7 @@
|
|
|
|
if [ -z "$DM_DEV" ]
|
|
then
|
|
- /usr/bin/dmsetup suspend $DM_DEV
|
|
+ /sbin/dmsetup suspend $DM_DEV
|
|
fi
|
|
|
|
# Signal completion of withdraw
|