see changelog

master
Evgeniy Kozhuhovskiy 20 years ago
parent 14d7c410ed
commit ae6279c343

6
debian/init.d vendored

@ -27,6 +27,12 @@ if [ -f /etc/default/bforce ] ; then
. /etc/default/bforce
fi
# We need to run bforce?
if [ $RUN == "no" ] ; then
echo "binkleyforce startup is disabled in /etc/default/bforce"
exit 0
fi
set -e
case "$1" in

Loading…
Cancel
Save