diff options
author | Vijay Bellur <vijay@gluster.com> | 2009-10-05 23:59:13 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-07 03:54:49 -0700 |
commit | 0b1197defa255ee533e568c9534bc6a5b5aadc29 (patch) | |
tree | fe300acaf4138ff0b317b0fde077de4c63e24296 /extras/init.d | |
parent | 5ea9f35a538e83ebc50fca81efecbcd8ddd9951b (diff) |
Changed occurrences of Z Research to Gluster.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
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> |