path: omniorb-dfsg_4.3.3+ds1-1/etc/init.d/omniNames.in fi if [ ! -z "`pidofproc omniNames`" ]; then touch /var/lock/subsys/omniNames fi path: omniorb-dfsg_4.3.3+ds1-1/etc/init.d/omniNames.in echo while [ -n "`pidofproc omniNames`" ]; do sleep 1 done path: omniorb-dfsg_4.3.3+ds1-1/etc/init.d/omniNames.in sleep 2 if [ ! -z "`pidofproc omniNames`" ]; then success "Starting omniNames" echo $OMNINAMES_PID > /var/run/omniNames.pid path: omniorb-dfsg_4.3.3+ds1-1/etc/init.d/omniNames.in if [ ! -z "`pidofproc omniNames`" ]; then echo ": already running (pid `pidofproc omniNames`)" else OMNINAMES_OPTIONS="-errlog $OMNINAMES_DEBUG_LOG -logdir $OMNINAMES_DIR -start $TCPPORT $OPTIONS" path: omniorb-dfsg_4.3.3+ds1-1/etc/init.d/omniNames.in echo -n "Starting omniNames" if [ ! -z "`pidofproc omniNames`" ]; then echo ": already running (pid `pidofproc omniNames`)" else