Index: installers/debian/dotlrn/dotlrn.init =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/dotlrn.init,v diff -u -r1.4 -r1.5 --- installers/debian/dotlrn/dotlrn.init 3 Apr 2008 12:12:17 -0000 1.4 +++ installers/debian/dotlrn/dotlrn.init 22 Oct 2008 12:04:22 -0000 1.5 @@ -23,6 +23,11 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin DAEMON=/usr/sbin/aolserver4-nsd +# Edit /etc/default/dotlrn to change this +StartDaemon="yes" + +test -f /etc/default/dotlrn && . /etc/default/dotlrn + trap "" 1 [ -f $DAEMON ] || exit 0