cryptonas/cbox-tree.d/etc/default/cryptobox
lars da3774d537 warning for unusable cdebootstrap version added
chroot procedure simplified
cryptobox and perl-clearsilver package added to dfsbuild config
init.d-script moved closer to "debian" style
uninitialized config partition does not cause error in boot script anymore
/etc/default/cryptobox completed
initialization of network, stunnel and iptables now depends on /etc/default settings
removed hard-coded dependencies on samba and thttpd
2005-12-01 18:47:52 +00:00

27 lines
728 B
Plaintext

# boot configuration file for the CryptoBox
#
# $Id$
#
# the default setup of the cryptobox is complete inactivity
# set to "1" to turn off the cryptobox - otherwise "0"
NO_START=1
# change the default configuration file if necessary
#CONF_FILE=/etc/cryptobox/cryptobox.conf
# should the cryptobox skip the network interface configuration?
# "0" means skip (default) --- "1" causes the cryptobox to configure it
SKIP_NETWORK_CONFIG=1
# should the cryptobox set some firewall (iptables) rules?
# if this is turned off, then you have to add the appropriate
# rules manually (if you need the timeout feature of the cryptobox)
# default is 0
EXEC_FIREWALL_RULES=0
# use stunnel for https support?
# default is 0
USE_STUNNEL=0