6d1e4a09ae
- Add patches to install the withdraw helper script properly: scripts_rename_gfs2_wd_udev_sh_to_gfs2_withdraw_helper.patch scripts_install_the_withdraw_helper_script.patch scripts_install_the_withdraw_udev_rules_script.patch - Remove the obsolete udev script installation bits
28 lines
713 B
Diff
28 lines
713 B
Diff
commit fdded71f349ec5928a1422bc7edaa7f4f6c0be26
|
|
Author: Andrew Price <anprice@redhat.com>
|
|
Date: Tue Aug 18 12:48:50 2015 +0100
|
|
|
|
scripts: install the withdraw helper script
|
|
|
|
Install gfs2_withdraw_helper into /usr/sbin in 'make install'.
|
|
|
|
Signed-off-by: Andrew Price <anprice@redhat.com>
|
|
|
|
diff --git a/gfs2/scripts/Makefile.am b/gfs2/scripts/Makefile.am
|
|
index 51764fa..056aaa5 100644
|
|
--- a/gfs2/scripts/Makefile.am
|
|
+++ b/gfs2/scripts/Makefile.am
|
|
@@ -2,9 +2,9 @@ MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
dist_sbin_SCRIPTS = \
|
|
gfs2_lockcapture \
|
|
- gfs2_trace
|
|
+ gfs2_trace \
|
|
+ gfs2_withdraw_helper
|
|
|
|
noinst_SCRIPTS = \
|
|
- 82-gfs2-withdraw.rules \
|
|
- gfs2_withdraw_helper
|
|
+ 82-gfs2-withdraw.rules
|
|
|