diff options
author | Michael Adam <obnox@samba.org> | 2016-01-04 18:21:51 +0100 |
---|---|---|
committer | Raghavendra Talur <rtalur@redhat.com> | 2016-01-11 01:09:38 -0800 |
commit | a249ea5aa7102a56abf5b320e5fe5351333dd5eb (patch) | |
tree | f3b051260a433b00e24eb367db62759f6b3624fe /extras | |
parent | c449b7520c6f1ac6ea1bc4119dbbbe9ebb80bf93 (diff) |
hook-scripts: remove RHS-2.0 reference from S29CTDB scripts
This is old. And such downstream reference should not
appear in upstream code.
Change-Id: Ifa0664dae0fe5ac913a49afe2fefa43b0112b024
BUG: 1295505
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-on: http://review.gluster.org/13169
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Raghavendra Talur <rtalur@redhat.com>
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/hook-scripts/start/post/S29CTDBsetup.sh | 2 | ||||
-rwxr-xr-x | extras/hook-scripts/stop/pre/S29CTDB-teardown.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/extras/hook-scripts/start/post/S29CTDBsetup.sh b/extras/hook-scripts/start/post/S29CTDBsetup.sh index 11bc453ef45..f33aa2530ed 100755 --- a/extras/hook-scripts/start/post/S29CTDBsetup.sh +++ b/extras/hook-scripts/start/post/S29CTDBsetup.sh @@ -1,5 +1,5 @@ #! /bin/bash -# RHS-2.0 only +# # - The script mounts the 'meta-vol' on start 'event' on a known # directory (eg. /gluster/lock) # - P.S: There are other 'tasks' that need to be done outside this script diff --git a/extras/hook-scripts/stop/pre/S29CTDB-teardown.sh b/extras/hook-scripts/stop/pre/S29CTDB-teardown.sh index 9ba8a1cf372..5fb49bd9e97 100755 --- a/extras/hook-scripts/stop/pre/S29CTDB-teardown.sh +++ b/extras/hook-scripts/stop/pre/S29CTDB-teardown.sh @@ -1,5 +1,4 @@ #! /bin/bash -#non-portable - RHS-2.0 only CTDB_MNT=/gluster/lock PROGNAME="ctdb" |