/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/user-guide/server.txt

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
Running a Bazaar server from inetd requires an inetd.conf entry::
62
62
 
63
 
    4155  stream  tcp  nowait  bzruser  /usr/bin/bzr serve --inet --directory=/srv/bzr/repo
 
63
    4155  stream  tcp  nowait  bzruser  /usr/bin/bzr /usr/bin/bzr serve --inet --directory=/srv/bzr/repo
64
64
 
65
65
When running client commands, the URL you supply is a `bzr://` URL relative to
66
66
the ``--directory`` option given in inetd.conf::
87
87
your machine on port `4155`.
88
88
 
89
89
server::
 
90
 
90
91
    bzr serve --directory=/srv/bzr/repo