~ubuntu-branches/ubuntu/vivid/cctools/vivid

« back to all changes in this revision

Viewing changes to doc/man/parrot_run.m4

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2012-03-30 12:40:01 UTC
  • mfrom: (9.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120330124001-ze0lhxm5uwq2e3mo
Tags: 3.4.2-2
Added patch to handle a missing CFLAGS variable in Python's sysconfig
report (Closes: #661658).

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
OPTION_PAIR(-O, bytes)Rotate debug files of this size.
40
40
OPTION_PAIR(-p, host:port)Use this proxy server for HTTP requests.
41
41
OPTION_ITEM(-Q)Inhibit catalog queries to list /chirp.
 
42
OPTION_PAIR(-r, repos)CVMFS repositories to enable (PARROT_CVMFS_REPO).
42
43
OPTION_PAIR(-R, cksum)Enforce this root filesystem checksum, where available.
43
44
OPTION_ITEM(-s)Use streaming protocols without caching.
44
45
OPTION_ITEM(-S)Enable whole session caching for all protocols.
50
51
OPTION_ITEM(-w)Initial working directory.
51
52
OPTION_ITEM(-W)Display table of system calls trapped.
52
53
OPTION_ITEM(-Y)Force sYnchronous disk writes.
53
 
OPTION_ITEM(-Z)Enable automatic decompression on .gz files.
54
54
OPTIONS_END
55
55
 
56
56
SECTION(ENVIRONMENT VARIABLES)
91
91
SEE_ALSO_PARROT
92
92
 
93
93
FOOTER
 
94