Ignore further generated files MYMETA.yml and Makefile.old
[ZOOM-Perl-moved-to-github.git] / archive / test-server / test-server.init
index d24d884..5b0167a 100644 (file)
@@ -1,7 +1,5 @@
 #! /bin/sh
 
-# $Id: test-server.init,v 1.4 2008-09-26 13:45:09 mike Exp $
-#
 # This is a startup/shutdown script for the ZOOM-Perl test-server,
 # suitable for use in a SysV-style init directory such as /etc/init.d
 # (on Debian systems) and /etc/rc.d/init.d (on Red Hat systems).  This
@@ -21,8 +19,8 @@ case "$1" in
        fi
        echo "Starting ZOOM-Perl test server"
        test -f $logfile && mv $logfile $logfile.old
-       ( cd /home/mike/ZOOM-Perl/archive
-         zebrasrv -c test-server.cfg @:2118 > $logfile 2>&1 < /dev/null &
+       ( cd /home/mike/ZOOM-Perl/archive/test-server
+         zebrasrv-2.0 -c test-server.cfg @:2100 > $logfile 2>&1 < /dev/null &
          echo $! > $pidfile
        )
        ;;