Branch: Tag:

2000-02-16

2000-02-16 23:46:29 by Martin Stjernholm <mast@lysator.liu.se>

Report full exec command in log when not using --quiet and --once. We
want to log that by default for support reasons.

Rev: server/start:1.95

1:   #!/bin/sh   # - # $Id: start,v 1.94 2000/02/16 09:52:15 per Exp $ + # $Id: start,v 1.95 2000/02/16 23:46:29 mast Exp $      pre="`echo \" $$ \" | sed -e 's/\(.........\)\(.*\)/\1/g'` :"   
457:    fi    if [ "x$gdb" = "xno" ]; then    if [ $verbose -gt 0 ]; then -  if [ $verbose -gt 1 ] ; then +  if [ $verbose -gt 1 -o -z "$once" ] ; then    echo "$pre" "Executing $pike $args $@"|sed -e "s!`pwd`!.!g"    else    echo "$pre" "Using '$pike'"|sed -e "s!`pwd`!.!g"