diff options
Diffstat (limited to 'extras/init.d/Makefile.am')
-rw-r--r-- | extras/init.d/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/init.d/Makefile.am b/extras/init.d/Makefile.am index 1922e6bab..404c73267 100644 --- a/extras/init.d/Makefile.am +++ b/extras/init.d/Makefile.am @@ -13,5 +13,5 @@ install-exec-local: $(GF_DISTRIBUTION) install-data-local: if GF_DARWIN_HOST_OS - cp glusterfs-server.plist /Library/LaunchDaemons/com.zresearch.glusterfs.plist + cp glusterfs-server.plist /Library/LaunchDaemons/com.gluster.glusterfs.plist endif |