From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Price Date: Wed, 19 Aug 2015 12:55:06 +0100 Subject: [Cluster-devel] [PATCH 0/3] gfs2-utils: Withdraw helper script integration Message-ID: <1439985309-6969-1-git-send-email-anprice@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Here are a 3 small patches which hook the withdraw scripts up to the build system so that they get installed by 'make install'. Cheers, Andy Andrew Price (3): scripts: rename gfs2_wd_udev.sh to gfs2_withdraw_helper scripts: install the withdraw helper script scripts: install the withdraw udev rules script README.build | 7 +++---- configure.ac | 8 ++++++++ gfs2/scripts/82-gfs2-withdraw.rules | 2 +- gfs2/scripts/Makefile.am | 10 +++++----- gfs2/scripts/gfs2_wd_udev.sh | 30 ------------------------------ gfs2/scripts/gfs2_withdraw_helper | 30 ++++++++++++++++++++++++++++++ 6 files changed, 47 insertions(+), 40 deletions(-) delete mode 100755 gfs2/scripts/gfs2_wd_udev.sh create mode 100755 gfs2/scripts/gfs2_withdraw_helper -- 2.4.3