#! /bin/sh
# STTA Rev. 1.3 Copyright (c) 2001-2002 Jess Prez Lorenzo  --- license GNU GPL
# Rc for OpenLdap
#

USAGE="$0 [ star|stop ] [ ldapserver-Names ] ";
HOSTNAME=`hostname`

#debug_args="-d 256";

N=""
C=""
if echo -n | grep n > /dev/null
then
  C="\c"
else
  N="-n"
fi
case `uname -a` in
*inux*) N="$N -e" ;;
esac

if [ -n "$2" ]
then
    ServerNames=$2;
else
