Branch: Tag:

2003-01-14

2003-01-14 22:12:56 by Martin Nilsson <mani@lysator.liu.se>

Don't depend on plugins for now.

Rev: server/start:1.208

1:   #!/bin/sh   # - # $Id: start,v 1.207 2002/11/17 18:40:19 mani Exp $ + # $Id: start,v 1.208 2003/01/14 22:12:56 mani Exp $      ### If --silent-start is given as the first argument,   ### nothing will be printed to stdout by the script.
773:   LS="$LS `cd pike_modules && find . -ls 2>/dev/null`"   LS="$LS `cd server_core && find . -ls 2>/dev/null`"   LS="$LS `cd data/include && find . -ls 2>/dev/null`" - LS="$LS `cd plugins && find . -ls 2>/dev/null`" + # LS="$LS `cd plugins && find . -ls 2>/dev/null`"      VERSION_DATA="$PIKEVERSION $DEFINES $LS `uname -m` `uname -r`"