finished release of v0.3.4.3 - including Polish translation contributed by Andrzej S. Kaznowski

This commit is contained in:
lars 2007-04-01 16:36:12 +00:00
parent 25b099870f
commit ad45c993e9
730 changed files with 119995 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# boot configuration file for the CryptoBox
#
# the default state of the cryptobox is disabled
# set to "0" to enable the startup of the cryptobox - otherwise "1"
NO_START=1
# the user that should execute the cryptobox
RUNAS=cryptobox
# listening port
PORT=8080
# some more server options (rarely necessary)
#SERVER_OPTS="--host localhost --datadir=/usr/share/cryptobox-server/html"
# if the CryptoBox keeps complaining about a non-encrypted connection, then
# you can override this warning by uncommenting the following line:
#export HTTPS=1