Roundup Tracker - Issues

Issue 952310

classification
roundup-server option -g not recognized
Type: Severity: normal
Components: Command-line interface Versions:
process
Status: closed fixed
:
: richard : richard, swelljoe
Priority: normal :

Created on 2004-05-12 02:35 by swelljoe, last changed 2004-05-12 22:31 by richard.

Messages
msg1234 Author: [hidden] (swelljoe) Date: 2004-05-12 02:35
In Roundup 0.7.1, the options list provided by
roundup-server includes:

 -g: sets the gid to this group after listening on the port

However, when attempting to use the option I get:

 option -g not recognized
Usage:
roundup-server [options] [name=tracker home]*
 
options:
 -v: print version and exit
 -n: sets the host name
 -p: sets the port to listen on (default: 8080)
 -u: sets the uid to this user after listening on the port
 -g: sets the gid to this group after listening on the port
 <SNIP> etc. etc.
msg1235 Author: [hidden] (richard) Date: 2004-05-12 22:31
Logged In: YES 
user_id=6405

Fixed in CVS. roundup/scripts/roundup_server.py has an options list that 
just doesn't list g: as an option. 
History
Date User Action Args
2004-05-12 02:35:32swelljoecreate