From 271ce0e27b5fb26780e6f64fb18b9f055954d99c Mon Sep 17 00:00:00 2001
From: Peter Bortas <zino@lysator.liu.se>
Date: Sun, 29 Jun 2008 14:52:55 +0200
Subject: [PATCH] New dist.

---
 client/Makefile.in | 5 +++--
 client/client.sh   | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/client/Makefile.in b/client/Makefile.in
index cc96e6f..e381de0 100644
--- a/client/Makefile.in
+++ b/client/Makefile.in
@@ -1,5 +1,5 @@
 
-# $Id: Makefile.in,v 1.8 2002/12/06 21:54:15 zino Exp $
+# $Id: Makefile.in,v 1.9 2008/06/29 12:52:55 zino Exp $
 
 # This line is needed on some machines.
 @SET_MAKE@
@@ -31,7 +31,8 @@ pike-dist:
 	cp README client.sh put.c configure Makefile.in start \
 		disttmp/xenoclient/ && \
 	cp ../projects/pike/pike7.4.cfg disttmp/xenoclient/config/ && \
-	cp ../projects/pike/pike7.5.cfg disttmp/xenoclient/config/ && \
+	cp ../projects/pike/pike_stable.cfg disttmp/xenoclient/config/ && \
+	cp ../projects/pike/pike_devel.cfg disttmp/xenoclient/config/ && \
 	mkdir disttmp/xenoclient/projects &&\
 	for p in ../projects/*; do \
 	  if [ -f "$$p/README" ] ; then \
diff --git a/client/client.sh b/client/client.sh
index 213ffe9..04a8b2d 100755
--- a/client/client.sh
+++ b/client/client.sh
@@ -4,8 +4,8 @@
 # Xenofarm client
 #
 # Written by Peter Bortas, Copyright 2002
-# $Id: client.sh,v 1.79 2006/06/07 03:18:18 zino Exp $
-# Distribution version: 1.2
+# $Id: client.sh,v 1.80 2008/06/29 12:52:55 zino Exp $
+# Distribution version: 1.3
 # License: GPL
 #
 # Requirements:
@@ -69,7 +69,7 @@ EOF
   #emacs sh-mode kludge: '
   ;;
   '-v'|'--version')
-	echo \$Id: client.sh,v 1.79 2006/06/07 03:18:18 zino Exp $
+	echo \$Id: client.sh,v 1.80 2008/06/29 12:52:55 zino Exp $
 	exit 0
   ;;
   '-c='*|'--config-dir='*|'--configdir='*)
-- 
GitLab