From cc332a8f1766562b407dcc6b9cd88a7f5adee216 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 15 Sep 2014 08:44:25 +0100 Subject: osx: LaunchDaemon plist filename should start with org instead of com Backport of http://review.gluster.org/8734 BUG: 1141665 Change-Id: Ia41b00f3c49644f6a3c12e76c2395fce117c1bee Signed-off-by: Justin Clift Reviewed-on: http://review.gluster.org/8735 Reviewed-by: Harshavardhana Tested-by: Harshavardhana Tested-by: Gluster Build System --- extras/init.d/Makefile.am | 2 +- extras/init.d/glusterd.plist.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extras') diff --git a/extras/init.d/Makefile.am b/extras/init.d/Makefile.am index 61dde2d396e..8c43e513d77 100644 --- a/extras/init.d/Makefile.am +++ b/extras/init.d/Makefile.am @@ -18,5 +18,5 @@ install-exec-local: $(GF_DISTRIBUTION) install-data-local: if GF_DARWIN_HOST_OS $(mkdir_p) $(DESTDIR)$(LAUNCHD_DIR) - $(INSTALL_PROGRAM) glusterd.plist $(DESTDIR)$(LAUNCHD_DIR)/com.gluster.glusterd.plist + $(INSTALL_PROGRAM) glusterd.plist $(DESTDIR)$(LAUNCHD_DIR)/org.gluster.glusterd.plist endif diff --git a/extras/init.d/glusterd.plist.in b/extras/init.d/glusterd.plist.in index 7385fa486df..3ee9f60c5c5 100644 --- a/extras/init.d/glusterd.plist.in +++ b/extras/init.d/glusterd.plist.in @@ -3,7 +3,7 @@ Label - com.gluster.glusterd + org.gluster.glusterd ProgramArguments @prefix@/sbin/glusterd -- cgit