Index: installers/debian/dotlrn/dotlrn.init =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/dotlrn.init,v diff -u -N -r1.5 -r1.6 --- installers/debian/dotlrn/dotlrn.init 22 Oct 2008 12:04:22 -0000 1.5 +++ installers/debian/dotlrn/dotlrn.init 16 Jan 2009 13:23:29 -0000 1.6 @@ -61,7 +61,11 @@ case "$1" in start) - start + if [ $StartDaemon = "yes" ]; then + start + else + echo -n "Not starting web server $NAME (see /etc/default/dotlrn)." + fi ;; stop)