From ae6279c343af166f088806efd53d26360b8f3b17 Mon Sep 17 00:00:00 2001 From: Evgeniy Kozhuhovskiy Date: Thu, 10 Feb 2005 21:59:12 +0000 Subject: [PATCH] see changelog --- debian/init.d | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/init.d b/debian/init.d index 05197be..f9101dd 100644 --- a/debian/init.d +++ b/debian/init.d @@ -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