From ecc475d0a517d7f58014bed93fc0957b3369d1b7 Mon Sep 17 00:00:00 2001 From: Raghavendra Talur Date: Thu, 6 Mar 2014 19:09:13 +0530 Subject: hook-scripts: Move smb hooks to right place. Moved the hook-scripts to dirs corresponding to event. Also, edited S30samba-set.sh to with changes in other two hook scripts to bring uniformity. Change-Id: Ib98c0a18d4bb5d0ba4b881b2e19b40d72580b1c2 BUG: 1073468 Signed-off-by: Raghavendra Talur Reviewed-on: http://review.gluster.org/7201 Reviewed-by: Poornima G Reviewed-by: Bala FA Tested-by: Gluster Build System --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 626f6f628..3e34673f5 100644 --- a/configure.ac +++ b/configure.ac @@ -165,6 +165,12 @@ AC_CONFIG_FILES([Makefile extras/hook-scripts/add-brick/Makefile extras/hook-scripts/add-brick/pre/Makefile extras/hook-scripts/add-brick/post/Makefile + extras/hook-scripts/start/Makefile + extras/hook-scripts/start/post/Makefile + extras/hook-scripts/set/Makefile + extras/hook-scripts/set/post/Makefile + extras/hook-scripts/stop/Makefile + extras/hook-scripts/stop/pre/Makefile contrib/fuse-util/Makefile contrib/uuid/uuid_types.h glusterfs-api.pc -- cgit