Changeset 309 for trunk


Ignore:
Timestamp:
Dec 6, 2010, 9:59:45 PM (14 years ago)
Author:
katerina
Message:

Documentation update.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/deploy.sh.in

    r308 r309  
    335335    echo
    336336    echo " --host=<hostname>      The host where you want to uninstall."
     337    echo " --tmpdir=<path>        Temporary directory to use on the this host."
    337338    echo
    338339    { (exit 0); exit 0; }
     
    428429    echo " --user=<username>      Login as <username> to the build host (root)."
    429430    echo " --add-path=<path>      Append 'path' to the PATH variable on the build host."
     431    echo " --tmpdir=<path>        Temporary directory to use on the build host."
    430432    { (exit 0); exit 0; }
    431433}
     
    457459    echo " --local=<path>         Local command (executed twice: "
    458460    echo "                        after config installation and before client startup)."
     461    echo " --tmpdir=<path>        Temporary directory to use on the this host."
    459462    { (exit 0); exit 0; }
    460463}
  • trunk/docs/Changelog

    r307 r309  
     12.8.2:
     2        * Fix hardcoded path for temp directory in deploxment scripts
     3        * Fix bad compile on CentOS 4.8 with gcc 4.1.2
     4
    152.8.1:
    26        * Document handling of missing files with secondary schedule
Note: See TracChangeset for help on using the changeset viewer.