diff options
Diffstat (limited to 'extras/init.d')
-rw-r--r-- | extras/init.d/Makefile.am | 2 | ||||
-rw-r--r-- | extras/init.d/glusterfs-server.plist.in | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/extras/init.d/glusterfs-server.plist.in b/extras/init.d/glusterfs-server.plist.in index 4d2287c57..624dfe22d 100644 --- a/extras/init.d/glusterfs-server.plist.in +++ b/extras/init.d/glusterfs-server.plist.in @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>Label</key> - <string>com.zresearch.glusterfs</string> + <string>com.gluster.glusterfs</string> <key>ProgramArguments</key> <array> <string>@prefix@/sbin/glusterfsd</string> |