Branch: Tag:

1999-04-24

1999-04-24 17:52:20 by Martin Stjernholm <mast@lysator.liu.se>

Do not meddle with pike paths at all when PIKE_NO_DEFAULT_PATHS is
defined.

Rev: server/start:1.65

1:   #!/bin/sh   # - # $Id: start,v 1.64 1999/04/22 09:18:00 per Exp $ + # $Id: start,v 1.65 1999/04/24 17:52:20 mast Exp $      cd `dirname $0`   
265:   # which it expects to be able to read as the run-time user.   umask 022    + if [ "x$PIKE_NO_DEFAULT_PATHS" = "x" ]; then   # Pike default Master-program   if [ "x$PIKE_MASTER" = "x" ]; then    if [ -d share/pike ]; then
281:    fi    export PIKE_MODULE_PATH   else -  # This is usefull when using several different Pikes. +  # This is useful when using several different Pikes.    # Specify include and module paths with    # PIKE_INCLUDE_PATH and PIKE_MODULE_PATH    # they are handled automatically by the master,    # so no need to do it here.    DEFINES="$DEFINES -m$PIKE_MASTER"    fi -  + fi      # Extra module-path   if [ -d etc/modules ]; then