Edgewall Software

Changes between Version 40 and Version 41 of TracStandalone


Ignore:
Timestamp:
Sep 25, 2007, 3:19:31 PM (17 years ago)
Author:
kirean@…
Comment:

Fixed ugly look

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v40 v41  
    4949If the file `/path/to/users.htdigest` contains user accounts for project1 with the realm "mycompany.com", you'd use the following command-line to start tracd:
    5050{{{
    51  $ tracd -p 8080 --auth=project1,/path/to/users.htdigest,mycompany.com /path/to/project1
     51 $ tracd -p 8080 \
     52   --auth=project1,/path/to/users.htdigest,mycompany.com /path/to/project1
    5253}}}
    5354