From 993edcc972269424901357578568b48af70a6a63 Mon Sep 17 00:00:00 2001 From: Balamurugan Arumugam Date: Mon, 13 Sep 2010 03:40:16 +0000 Subject: extras: modify run level scripts to support glusterd. Signed-off-by: Bala.JA Signed-off-by: Pavan Vilas Sondur Signed-off-by: Vijay Bellur BUG: 1589 (Change init.d scripts to include glusterd) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1589 --- extras/init.d/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extras/init.d/Makefile.am') diff --git a/extras/init.d/Makefile.am b/extras/init.d/Makefile.am index c090161780b..66715f4314a 100644 --- a/extras/init.d/Makefile.am +++ b/extras/init.d/Makefile.am @@ -1,5 +1,5 @@ -EXTRA_DIST = glusterfsd-Debian glusterfsd-Redhat glusterfsd-SuSE glusterfs-server.plist +EXTRA_DIST = glusterd-Debian glusterd-Redhat glusterd-SuSE glusterd.plist CLEANFILES = @@ -8,12 +8,12 @@ launchddir = @launchddir@ $(GF_DISTRIBUTION): $(mkdir_p) $(DESTDIR)$(initdir) - $(INSTALL_PROGRAM) glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd + $(INSTALL_PROGRAM) glusterd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterd install-exec-local: $(GF_DISTRIBUTION) install-data-local: if GF_DARWIN_HOST_OS $(mkdir_p) $(DESTDIR)$(launchddir) - $(INSTALL_PROGRAM) glusterfs-server.plist $(DESTDIR)$(launchddir)/com.gluster.glusterfs.plist + $(INSTALL_PROGRAM) glusterd.plist $(DESTDIR)$(launchddir)/com.gluster.glusterd.plist endif -- cgit