From fb6f8c05d6fd804fe5d412149ebf7badf55a7b64 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Tue, 12 Jun 2012 15:09:49 +0530 Subject: build: Add stop/pre to configure.ac --- extras/hook-scripts/Makefile.am | 2 +- extras/hook-scripts/start/post/Makefile.am | 2 +- extras/hook-scripts/stop/Makefile.am | 2 ++ extras/hook-scripts/stop/pre/Makefile.am | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 extras/hook-scripts/stop/Makefile.am create mode 100644 extras/hook-scripts/stop/pre/Makefile.am (limited to 'extras') diff --git a/extras/hook-scripts/Makefile.am b/extras/hook-scripts/Makefile.am index 2fa5f137a5d..9994eae6b8d 100644 --- a/extras/hook-scripts/Makefile.am +++ b/extras/hook-scripts/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = start +SUBDIRS = start stop CLEANFILES = diff --git a/extras/hook-scripts/start/post/Makefile.am b/extras/hook-scripts/start/post/Makefile.am index 5c6249de707..d9cba93ed52 100644 --- a/extras/hook-scripts/start/post/Makefile.am +++ b/extras/hook-scripts/start/post/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = S29CTDBsetup.sh S30samba-start.sh S30samba-stop.sh +EXTRA_DIST = S29CTDBsetup.sh S30samba-start.sh diff --git a/extras/hook-scripts/stop/Makefile.am b/extras/hook-scripts/stop/Makefile.am new file mode 100644 index 00000000000..e2ac8e2740b --- /dev/null +++ b/extras/hook-scripts/stop/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = pre +CLEANFILES = diff --git a/extras/hook-scripts/stop/pre/Makefile.am b/extras/hook-scripts/stop/pre/Makefile.am new file mode 100644 index 00000000000..51a139bad8d --- /dev/null +++ b/extras/hook-scripts/stop/pre/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = S30samba-stop.sh S29CTDB-teardown.sh -- cgit