File sysconfig.cvstrac of Package cvstrac
## Path: Network/Trac/cvstrac ## Description: Which port to use ## Type: string ## Default "8080" # # the port number must be >= 1000, if the uid is not root. # CVSTRAC_PORT="8080" ## Type: string ## Default "" # # cvstrac project (a directory in which 'cvstrac init' was called) # CVSTRAC_DIR="" ## Type: string ## Default "" # # cvstrac project name # CVSTRAC_PROJECT="" ## Type: string ## Default "wwwrun" # # cvstrac should run as unprivileged user, if possible # CVSTRAC_USERID="wwwrun" ## Type: string ## Default "www" # # cvstrac should run as unprivileged group, if possible # CVSTRAC_GROUPID="www"