Hi Markus

Markus Koelle wrote:
> Hi,
> 
> I'm using mhttpds.lrp with BU 3.0.1. When the system is booting these 
> both messages appear:
> /etc/rc2.d/S85mini_httpds: /etc/mini_httpds.conf: 1: nochroot: not found
> /etc/rc2.d/S85mini_httpds: /etc/mini_httpds.conf: 9: ssl: not found
> What's going wrong?

The startup and config file is not the latest version :-(

remove the nochroot and ssl parameters from /etc/mini_httpds.conf and
use the following in /etc/init.d/mini_httpds to start the daemon

start-stop-daemon --start --quiet --pidfile $pidfile --exec $DAEMON --
-C $config -S  2>/dev/null

also I suggest to replace the stuff in the restart case with

...
echo -n "Restarting mini httpd:"
$0 stop
$0 start
...

instead redundantly repeating the incorrect start command.

that should do the job.

cheers

Erich



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------------------
leaf-user mailing list: [email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to