I wrestled with *xinetd* today to get a Fossil repository accessible.  The
current docs give the *inetd* line for a fossil service but do not document
*xinetd*.  I recommend adding the following to the docs in the appropriate
place.  (I'd do it myself, but I can't remember my login ID/password for the
main repo.)

service myrepo
{
    disable     = no
    type        = UNLISTED
    socket_type = stream
    protocol    = tcp
    user        = root
    wait        = no
    server      = /my/path/to/fossil
    server_args = http /my/path/to/myrepo.fossil
    wait        = no
    port        = 8080
}
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to