SF.net SVN: gar:[22172] csw/mgar/pkg/opencsw-manual/trunk/files/ for-maintainers/buildfarm-setup.rst

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Tue Oct 8 18:11:48 CEST 2013


Revision: 22172
          http://gar.svn.sourceforge.net/gar/?rev=22172&view=rev
Author:   pfelecan
Date:     2013-10-08 16:11:47 +0000 (Tue, 08 Oct 2013)
Log Message:
-----------
opencsw-manual/trunk: minor corrections after review

Modified Paths:
--------------
    csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst

Modified: csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst	2013-10-08 14:51:56 UTC (rev 22171)
+++ csw/mgar/pkg/opencsw-manual/trunk/files/for-maintainers/buildfarm-setup.rst	2013-10-08 16:11:47 UTC (rev 22172)
@@ -125,7 +125,7 @@
 
   mgar init
 
-This will create, by default, in your home directory, the ``~/opencsw``
+This will create, by default, in your home directory, the ``opencsw``
 directory. If you wish to use another place, please use a third argument,
 e.g.::
 
@@ -161,8 +161,8 @@
 
 Create a minimal configuration file::
 
-   echo "[mysqld]" | sudo tail -a /etc/opt/csw/my.cnf
-   echo "max_allowed_packet=64M" | sudo tail -a /etc/opt/csw/my.cnf
+   echo "[mysqld]" | sudo tee -a /etc/opt/csw/my.cnf
+   echo "max_allowed_packet=64M" | sudo tee -a /etc/opt/csw/my.cnf
 
 This is needed since checkpkg stores objects in JSON, it sometimes
 stores values way bigger than the default allowed 1MB, as there are

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list