From 7c2c5afb8db02628aba3097151c4f6383508b397 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 Change-Id: I5e06bcc473224667387c555355d7e1e81bf4911b BUG: 1141659 Reviewed-on: http://review.gluster.org/8734 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