From b53bdce3ea4a73c6dd974f3d3e4d67d94a0b7186 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 23 Jul 2010 17:38:26 +0000 Subject: Add Solaris Packaging manifest * script to build the package * init script for starting glusterfs server * pkginfo manifest and updated copyright. * options file which is read to take additional arguments to glusterfs server. Signed-off-by: Harshavardhana Signed-off-by: Anand V. Avati BUG: 1212 (Add solaris building manifest) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1212 --- extras/Solaris/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 extras/Solaris/README (limited to 'extras/Solaris/README') diff --git a/extras/Solaris/README b/extras/Solaris/README new file mode 100644 index 00000000000..d027398f9fd --- /dev/null +++ b/extras/Solaris/README @@ -0,0 +1,13 @@ + +INSTRUCTIONS: Preparing Gluster packages for Solaris + +To produce a package: + +* Type sh make-gluster-pkg.sh + +The package will be created in the /tmp directory. + +By default, the package will be built to install glusterfs in /opt/glusterfs +To change the default, modify the INSTALL_BASE variable in make-gluster-pkg.sh + +Change the version for each build example: VERSION=3.0.6 in make-gluster-pkg.sh \ No newline at end of file -- cgit