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 <harsha@harshavardhana.net> Tested-by: Harshavardhana <harsha@harshavardhana.net> Tested-by: Gluster Build System <jenkins@build.gluster.com>
This commit is contained in:
parent
926522a3fe
commit
7c2c5afb8d
@ -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
|
||||
|
@ -3,7 +3,7 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>com.gluster.glusterd</string>
|
||||
<string>org.gluster.glusterd</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>@prefix@/sbin/glusterd</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user