cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Andrew Price <anprice@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 1/3] scripts: rename gfs2_wd_udev.sh to gfs2_withdraw_helper
Date: Wed, 19 Aug 2015 12:55:07 +0100	[thread overview]
Message-ID: <1439985309-6969-2-git-send-email-anprice@redhat.com> (raw)
In-Reply-To: <1439985309-6969-1-git-send-email-anprice@redhat.com>

Makes the name more descriptive and consistent with the name of the udev
rules script.

Signed-off-by: Andrew Price <anprice@redhat.com>
---
 README.build                                           | 2 +-
 gfs2/scripts/82-gfs2-withdraw.rules                    | 2 +-
 gfs2/scripts/Makefile.am                               | 2 +-
 gfs2/scripts/{gfs2_wd_udev.sh => gfs2_withdraw_helper} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename gfs2/scripts/{gfs2_wd_udev.sh => gfs2_withdraw_helper} (100%)

diff --git a/README.build b/README.build
index 6487bae..acfde1b 100644
--- a/README.build
+++ b/README.build
@@ -35,7 +35,7 @@ are not installed by 'make install' and need to be installed manually
 or during rpm installation to the corresponding locations.
 
 	82-gfs2-withdraw.rules in /etc/udev/rules.d/
-	gfs2_wd_udev.sh        in /usr/sbin/
+	gfs2_withdraw_helper   in /usr/sbin/
 
 See also doc/README.contributing for details on submitting patches and
 doc/README.tests for more details regarding the test suite.
diff --git a/gfs2/scripts/82-gfs2-withdraw.rules b/gfs2/scripts/82-gfs2-withdraw.rules
index 2228615..2c9e0e8 100644
--- a/gfs2/scripts/82-gfs2-withdraw.rules
+++ b/gfs2/scripts/82-gfs2-withdraw.rules
@@ -1,2 +1,2 @@
-SUBSYSTEM=="gfs2", ACTION=="offline", RUN+="/bin/sh /usr/sbin/gfs2_wd_udev.sh"
+SUBSYSTEM=="gfs2", ACTION=="offline", RUN+="/bin/sh /usr/sbin/gfs2_withdraw_helper"
 
diff --git a/gfs2/scripts/Makefile.am b/gfs2/scripts/Makefile.am
index dde906f..51764fa 100644
--- a/gfs2/scripts/Makefile.am
+++ b/gfs2/scripts/Makefile.am
@@ -6,5 +6,5 @@ dist_sbin_SCRIPTS = \
 
 noinst_SCRIPTS = \
 	82-gfs2-withdraw.rules \
-	gfs2_wd_udev.sh
+	gfs2_withdraw_helper
 
diff --git a/gfs2/scripts/gfs2_wd_udev.sh b/gfs2/scripts/gfs2_withdraw_helper
similarity index 100%
rename from gfs2/scripts/gfs2_wd_udev.sh
rename to gfs2/scripts/gfs2_withdraw_helper
-- 
2.4.3



  reply	other threads:[~2015-08-19 11:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-19 11:55 [Cluster-devel] [PATCH 0/3] gfs2-utils: Withdraw helper script integration Andrew Price
2015-08-19 11:55 ` Andrew Price [this message]
2015-08-19 11:55 ` [Cluster-devel] [PATCH 2/3] scripts: install the withdraw helper script Andrew Price
2015-08-19 11:55 ` [Cluster-devel] [PATCH 3/3] scripts: install the withdraw udev rules script Andrew Price
2015-08-19 16:15 ` [Cluster-devel] [PATCH 0/3] gfs2-utils: Withdraw helper script integration Abhijith Das

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1439985309-6969-2-git-send-email-anprice@redhat.com \
    --to=anprice@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).