Support kafta
[irspy-moved-to-github.git] / zebra / init-script
index b6b5e13..9d295e4 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $Id: init-script,v 1.6 2007-03-21 13:30:41 mike Exp $
+# $Id: init-script,v 1.7 2007-03-23 09:30:31 mike Exp $
 #
 # This is a startup/shutdown script for IRSpy's Zebra server, suitable
 # for use in a SysV-style init directory such as /etc/init.d (on
@@ -20,7 +20,7 @@ pidfile=/var/run/irspy-zebra.pid
 
 case "`hostname`" in
     xeno|rafa|test) IRSPYDIR=/usr/local/src/cvs/irspy/;;
-    shawarma) IRSPYDIR=/home/mike/cvs/irspy/;;
+    shawarma|kafta) IRSPYDIR=/home/mike/cvs/irspy/;;
     *) echo "$0: unsupported host `hostname`" >&2
        exit 1;;
 esac