diff options
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/FreeBSD/Makefile | 4 | ||||
| -rw-r--r-- | extras/MacOSX/Portfile | 6 | ||||
| -rw-r--r-- | extras/MacOSX/README.MacOSX | 10 | ||||
| -rw-r--r-- | extras/Solaris/README.solaris | 2 | ||||
| -rw-r--r-- | extras/Solaris/pkginfo | 2 | ||||
| -rw-r--r-- | extras/benchmarking/glfs-bm.c | 2 | ||||
| -rw-r--r-- | extras/benchmarking/rdd.c | 2 | ||||
| -rw-r--r-- | extras/glusterfs-mode.el | 2 | ||||
| -rw-r--r-- | extras/glusterfs.vim | 2 | ||||
| -rw-r--r-- | extras/init.d/Makefile.am | 2 | ||||
| -rw-r--r-- | extras/init.d/glusterfs-server.plist.in | 2 | ||||
| -rwxr-xr-x | extras/specgen.scm | 2 | ||||
| -rw-r--r-- | extras/test/ld-preload-test/ld-preload-lib.c | 2 | ||||
| -rw-r--r-- | extras/test/ld-preload-test/ld-preload-test.c | 2 | 
14 files changed, 21 insertions, 21 deletions
diff --git a/extras/FreeBSD/Makefile b/extras/FreeBSD/Makefile index c662b9c65bd..e366d6f16a8 100644 --- a/extras/FreeBSD/Makefile +++ b/extras/FreeBSD/Makefile @@ -10,10 +10,10 @@ DISTVERSION=   2.0.0rc1  PORTVERSION=   2.0.0rc1  PORTREVISION=  1  CATEGORIES=    sysutils -MASTER_SITES=  ftp://ftp.zresearch.com/pub/gluster/glusterfs/2.0/2.0.0/ \ +MASTER_SITES=  ftp://ftp.gluster.com/pub/gluster/glusterfs/2.0/2.0.0/ \  		http://europe.gluster.org/glusterfs/2.0/2.0.0/ -MAINTAINER=    harsha@zresearch.com +MAINTAINER=    harsha@gluster.com  COMMENT=       GlusterFS is a clustered file-system  BUILD_DEPENDS= fusefs-libs>2.6.3:${PORTSDIR}/sysutils/fusefs-libs diff --git a/extras/MacOSX/Portfile b/extras/MacOSX/Portfile index 0094ee4c476..1262a44daea 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 cc38958d891..ec7abc2cc78 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 diff --git a/extras/Solaris/README.solaris b/extras/Solaris/README.solaris index 0cea45bdcb1..ddb70c22c0e 100644 --- a/extras/Solaris/README.solaris +++ b/extras/Solaris/README.solaris @@ -10,7 +10,7 @@ $ which glusterfs  $ glusterfs --version  glusterfs 2.0.0rc1 built on Jan 16 2009 03:36:59  Repository revision: glusterfs--mainline--3.0--patch-844 -Copyright (c) 2006, 2007, 2008 Z RESEARCH Inc. <http://www.zresearch.com> +Copyright (c) 2006, 2007, 2008 Gluster Inc. <http://www.gluster.com>  GlusterFS comes with ABSOLUTELY NO WARRANTY.  You may redistribute copies of GlusterFS under the terms of the GNU General Public License. diff --git a/extras/Solaris/pkginfo b/extras/Solaris/pkginfo index ffa1f2d9a46..a598b21aaac 100644 --- a/extras/Solaris/pkginfo +++ b/extras/Solaris/pkginfo @@ -6,7 +6,7 @@ CLASSES="none"  CATEGORY="system"  VENDOR="ZResearch Inc"  PSTAMP="16thJan08" -EMAIL="harsha@zresearch.com" +EMAIL="harsha@gluster.com"  ISTATES="S s 1 2 3"  RSTATES="S s 1 2 3"  BASEDIR="/" diff --git a/extras/benchmarking/glfs-bm.c b/extras/benchmarking/glfs-bm.c index 66b32b3f0ae..d9a5e18daf1 100644 --- a/extras/benchmarking/glfs-bm.c +++ b/extras/benchmarking/glfs-bm.c @@ -1,5 +1,5 @@  /*                                                                   -  Copyright (c) 2008-2009 Z RESEARCH, Inc. <http://www.zresearch.com>  +  Copyright (c) 2008-2009 Gluster, Inc. <http://www.gluster.com>     This file is part of GlusterFS.                                 GlusterFS is free software; you can redistribute it and/or modify     it under the terms of the GNU General Public License as published  diff --git a/extras/benchmarking/rdd.c b/extras/benchmarking/rdd.c index d30660b5017..dc7aafa76db 100644 --- a/extras/benchmarking/rdd.c +++ b/extras/benchmarking/rdd.c @@ -1,5 +1,5 @@  /* -  Copyright (c) 2008 Z RESEARCH, Inc. <http://www.zresearch.com> +  Copyright (c) 2008 Gluster, Inc. <http://www.gluster.com>    This file is part of GlusterFS.    GlusterFS is free software; you can redistribute it and/or modify diff --git a/extras/glusterfs-mode.el b/extras/glusterfs-mode.el index e65fbf4604a..2f4b40c4e01 100644 --- a/extras/glusterfs-mode.el +++ b/extras/glusterfs-mode.el @@ -1,4 +1,4 @@ -;;; Copyright (C) 2007, 2008 Z RESEARCH Inc. <http://www.zresearch.com>
 +;;; Copyright (C) 2007-2009 Gluster Inc. <http://www.gluster.com>
  ;;;  
  ;;; This program is free software; you can redistribute it and/or modify
  ;;; it under the terms of the GNU General Public License as published by
 diff --git a/extras/glusterfs.vim b/extras/glusterfs.vim index 42fa6b5732e..6bdf2a78d58 100644 --- a/extras/glusterfs.vim +++ b/extras/glusterfs.vim @@ -1,5 +1,5 @@  " glusterfs.vim: GNU Vim Syntax file for GlusterFS .vol specification -" Copyright (C) 2007-2009 Z RESEARCH, Inc. <http://www.zresearch.com> +" Copyright (C) 2007-2009 Gluster, Inc. <http://www.gluster.com>  " This file is part of GlusterFS.  "  " GlusterFS is free software; you can redistribute it and/or modify diff --git a/extras/init.d/Makefile.am b/extras/init.d/Makefile.am index 1922e6babd4..404c73267f4 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 4d2287c5759..624dfe22d80 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> diff --git a/extras/specgen.scm b/extras/specgen.scm index 32aff6480d1..b188d88a597 100755 --- a/extras/specgen.scm +++ b/extras/specgen.scm @@ -1,7 +1,7 @@  #!/usr/bin/guile -s  !# -;;; Copyright (C) 2007-2009 Z RESEARCH Inc. <http://www.zresearch.com> +;;; Copyright (C) 2007-2009 Gluster Inc. <http://www.gluster.com>  ;;;    ;;; This program is free software; you can redistribute it and/or modify  ;;; it under the terms of the GNU General Public License as published by diff --git a/extras/test/ld-preload-test/ld-preload-lib.c b/extras/test/ld-preload-test/ld-preload-lib.c index 8a7504e9c09..18ee3b993da 100644 --- a/extras/test/ld-preload-test/ld-preload-lib.c +++ b/extras/test/ld-preload-test/ld-preload-lib.c @@ -1,5 +1,5 @@  /* -   Copyright (c) 2007-2009 Z RESEARCH, Inc. <http://www.zresearch.com> +   Copyright (c) 2007-2009 Gluster, Inc. <http://www.gluster.com>     This file is part of GlusterFS.     GlusterFS is free software; you can redistribute it and/or modify diff --git a/extras/test/ld-preload-test/ld-preload-test.c b/extras/test/ld-preload-test/ld-preload-test.c index d4e9c675cc4..f98b1f4ee0e 100644 --- a/extras/test/ld-preload-test/ld-preload-test.c +++ b/extras/test/ld-preload-test/ld-preload-test.c @@ -1,5 +1,5 @@  /* -   Copyright (c) 2007-2009 Z RESEARCH, Inc. <http://www.zresearch.com> +   Copyright (c) 2007-2009 Gluster, Inc. <http://www.gluster.com>     This file is part of GlusterFS.     GlusterFS is free software; you can redistribute it and/or modify  | 
