Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor correction for FOSSIL_TCL_PATH. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | ross-doc-env |
Files: | files | file ages | folders |
SHA1: |
afe7b5474d4aa47b4ae1d5869cea6128 |
User & Date: | mistachkin 2016-02-29 01:16:46.565 |
Context
2016-02-29
| ||
08:01 | Completed rough draft pass through all the global command line options. ... (check-in: 95bd81f8 user: rberteig tags: ross-doc-env) | |
01:16 | Minor correction for FOSSIL_TCL_PATH. ... (check-in: afe7b547 user: mistachkin tags: ross-doc-env) | |
2016-02-28
| ||
02:46 | Checkpoint after a first pass through every call to ...getenv() in src/*.c to list environment variables mentioned. Every variable has a very rough draft description. Every global command option is listed, but not all have even a rough draft description yet. ... (check-in: 3b5ff98c user: rberteig tags: ross-doc-env) | |
Changes
Changes to www/env-opts.md.
︙ | ︙ | |||
107 108 109 110 111 112 113 | `FOSSIL_USER`: Name of the default user account if the local or global `default-user` setting is not present. The first environment variable found in the environment from the list `FOSSIL_USER`, `USERNAME` (Windows), `USER`, and `LOGNAME` is the user name. If none of those are set, then the default user name is "root". `FOSSIL_TCL_PATH`: When Tcl stubs support is configured, point to a | | > | 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | `FOSSIL_USER`: Name of the default user account if the local or global `default-user` setting is not present. The first environment variable found in the environment from the list `FOSSIL_USER`, `USERNAME` (Windows), `USER`, and `LOGNAME` is the user name. If none of those are set, then the default user name is "root". `FOSSIL_TCL_PATH`: When Tcl stubs support is configured, point to a specific file or folder containing the version of Tcl to load at run time. `FOSSIL_VFS`: Name a VFS to load into SQLite. `GATEWAY_INTERFACE`: If present and the `--nocgi` option is not, assume fossil is invoked from a web server as a CGI command, and act accordingly. |
︙ | ︙ |