Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 5d6d88d03a7f93d80840a2c5d7bbeba1 > files > 842

bzr-2.1.2-1mdv2010.1.x86_64.rpm

# Specify startup options for bzr --serve

# WARNING
# When bazaar runs in serve mode there is no authentication. You will
# be publishing your tree as readable or potentially writeable to everyone

# You need to uncomment the line below to enable this service
#ENABLED=1

# Specify a user and group to run as
#USER=bzr
#GROUP=bzr

# Specify the path to the repository
#REPO=/srv/bzr

# Other arguments
# Add --allow-writes for RW access
# Example config listens on localhost
DAEMON_ARGS="--port=127.0.0.1:4155"