repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 6f15c062a3e865b41ac8ca4ed3b012df780802d8:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 6f15c062a3e865b41ac8ca4ed3b012df780802d8
Author: Alexander Barton 
Date:   Sat Sep 7 18:06:29 2002 +0000

    - "check-version" an neuen Versionsstring angepasst.

diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am
index d3c4c80ba884deb36f4b75146ce13e769a2aa0e4..
index ..c7441b379e89fdab0547389bc963cb650f92ebc9 100644
--- a/src/ngircd/Makefile.am
+++ b/src/ngircd/Makefile.am
@@ -9,7 +9,7 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: Makefile.am,v 1.26 2002/07/22 13:23:28 alex Exp $
+# $Id: Makefile.am,v 1.27 2002/09/07 18:06:29 alex Exp $
 #

 AUTOMAKE_OPTIONS = ../portab/ansi2knr
@@ -41,7 +41,7 @@ maintainer-clean-local:

 check-version: Makefile
 	echo "#!/bin/sh" > check-version
-	echo "./ngircd --version | grep version > /dev/null 2>&1" >> check-version
+	echo "./ngircd --version | grep ngircd > /dev/null 2>&1" >> check-version
 	chmod 755 check-version

 check-help: Makefile

-----END OF PAGE-----