summaryrefslogtreecommitdiffstats
path: root/extras/MacOSX
diff options
context:
space:
mode:
Diffstat (limited to 'extras/MacOSX')
-rw-r--r--extras/MacOSX/Portfile6
-rw-r--r--extras/MacOSX/README.MacOSX10
2 files changed, 8 insertions, 8 deletions
diff --git a/extras/MacOSX/Portfile b/extras/MacOSX/Portfile
index 0094ee4c4..1262a44da 100644
--- a/extras/MacOSX/Portfile
+++ b/extras/MacOSX/Portfile
@@ -5,12 +5,12 @@ PortSystem 1.0
name glusterfs
version 2.0.0rc8
categories fuse
-maintainers amar@zresearch.com
+maintainers amar@gluster.com
description GlusterFS
long_description GlusterFS is a cluster file system, flexible to tune it for your needs.
homepage http://www.gluster.org/
platforms darwin
-master_sites http://ftp.zresearch.com/pub/gluster/glusterfs/2.0/2.0.0
+master_sites http://ftp.gluster.com/pub/gluster/glusterfs/2.0/2.0.0
configure.args --disable-bdb
checksums md5 33c2d02344d4fab422e80cfb637e0b48
@@ -18,7 +18,7 @@ checksums md5 33c2d02344d4fab422e80cfb637e0b48
post-destroot {
file mkdir ${destroot}/Library/LaunchDaemons/
file copy ${worksrcpath}/extras/glusterfs-server.plist \
- ${destroot}/Library/LaunchDaemons/com.zresearch.glusterfs.plist
+ ${destroot}/Library/LaunchDaemons/com.gluster.glusterfs.plist
file mkdir ${destroot}/sbin/
file copy ${worksrcpath}/xlators/mount/fuse/utils/mount_glusterfs \
diff --git a/extras/MacOSX/README.MacOSX b/extras/MacOSX/README.MacOSX
index cc38958d8..ec7abc2cc 100644
--- a/extras/MacOSX/README.MacOSX
+++ b/extras/MacOSX/README.MacOSX
@@ -24,7 +24,7 @@ system. Run,
bash# sudo /Library/Filesystems/fusefs.fs/Support/uninstall-macfuse-core.sh
After this, install MacFUSE (mostly through .dmg available in macfuse homepage
-or if Z Research Inc provides any custom built .dmg)
+or if Gluster Inc provides any custom built .dmg)
Make sure the .dmg of glusterfs is built against the installed MacFUSE version
(if not, any operations over mountpoint gives EIO ie, Input/Output Error). If
@@ -40,7 +40,7 @@ after the entry is added in /etc/fstab, it can be mounted by 'mount' command.
To start the server process one can use the 'launchd' mechanism. Follow below
steps after installation
- bash# launchctl load /Library/LaunchDaemons/com.zresearch.glusterfs.plist
+ bash# launchctl load /Library/LaunchDaemons/com.gluster.glusterfs.plist
No need to run the command if the machine reboots, as it will be loaded
automatically by launchd process.
@@ -51,17 +51,17 @@ Now copy the server volume file in the proper path
NOTE: (If glusterfs is installed in different path other than '/opt/local'
update the volume file at the corresponding path, and also need to
- update the /Library/LaunchDaemons/com.zresearch.glusterfs.plist with
+ update the /Library/LaunchDaemons/com.gluster.glusterfs.plist with
the proper path)
Once the volume file is updated, administrator can start the server process by
running,
- bash# launchctl start com.zresearch.glusterfs
+ bash# launchctl start com.gluster.glusterfs
and stop like
- bash# launchctl stop com.zresearch.glusterfs
+ bash# launchctl stop com.gluster.glusterfs
NOTE: To start the process by default when the loaded, one need to add the
following lines to .plist file