X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fversion.c.SH;h=38b5d6bbfb3cc855de5285d50be33d5d19fd8c97;hb=3e86180fb32d5eab15c761b75ba3d4520ef23bac;hp=c0b52a905e90439afd2863218413130a5a561576;hpb=b70944c4b84fc2b707d0853ddf03975569dac2bd;p=ircu2.10.12-pk.git diff --git a/ircd/version.c.SH b/ircd/version.c.SH index c0b52a9..38b5d6b 100644 --- a/ircd/version.c.SH +++ b/ircd/version.c.SH @@ -1,8 +1,14 @@ +#!/bin/sh + +# $Id$ + echo "Extracting ircd/version.c ..." +srcdir=$1 + if test -r version.c then - generation=`sed -n 's/^char \*generation = \"\(.*\)\";/\1/p' < version.c` + generation=`sed -n 's/^const char \*generation = \"\(.*\)\";/\1/p' < version.c` if test ! "$generation" ; then generation=0; fi else generation=0 @@ -10,33 +16,11 @@ fi generation=`expr $generation + 1` -sum=sum -if $sum s_serv.c 1> /dev/null 2>&1; then -: -else - sum=cksum -fi -sumsserv=`$sum s_serv.c 2> /dev/null`; -sumsuser=`$sum s_user.c 2> /dev/null`; -sumchan=`$sum channel.c 2> /dev/null`; -sumsbsd=`$sum s_bsd.c 2> /dev/null`; -sumhash=`$sum hash.c 2> /dev/null`; -sumsmisc=`$sum s_misc.c 2> /dev/null`; -sumircd=`$sum ircd.c 2> /dev/null`; - creation=`date | \ awk '{if (NF == 6) \ - { print $1 " " $2 " " $3 " " $6 " at " $4 " " $5 } \ + { print $1 " " $2 " " $3 " " $6 " at " $4 " " $5 } \ else \ - { print $1 " " $2 " " $3 " " $7 " at " $4 " " $5 " " $6 }}'` - -cvsversion=`cat ../.patches | \ - awk -F. '{ \ - if ($(NF)~/\+$/) \ - printf(".0"); \ - else \ - printf(".%d.(%s)", NF - 3, $(NF)); \ - }'` + { print $1 " " $2 " " $3 " " $7 " at " $4 " " $5 " " $6 }}'` /bin/cat >version.c <", + "This program is free software; see LICENSE in the distribution", "", - "This program is free software; you can redistribute it and/or", - "modify it under the terms of the GNU General Public License as", - "published by the Free Software Foundation; either version 2, or", - "(at your option) any later version.", + "Based on the original code written by Jarkko Oikarinen, version 2.6:", + "Wiz Jarkko Oikarinen ", "", - "The UnderNet code is based upon version 2.8.10.", - "The main developers of version 2.7 and 2.8 are:", + "The main developer of version u2.9 and u2.10 was:", + "Run Carlo Wood ", "", - "Avalon Darren Reed ", - "msa Markku Savela ", - "Wumpus Greg Lindahl ", + "The head developer of the u2.10 source tree was:", + "Bleep Thomas Helvey ", "", - "The main developer of version u2.9 and u2.10 is:", + "The current maintainors of the u2.10 source tree are:", + "Isomer Perry Lorier ", + "Kev Kevin Mitchell ", "", - "Run Carlo Wood ", + "Contributors to this release:", + "Kev, Isomer, Gte, Ghostwolf, Bleep", + "Debugging and support:", + "SeKs, Maniac-, HeKTik, OmniDynmc, Liandrin, Dianora", + "Special thanks to Angel and Buff for believing in us and putting" + "up with frantic late night phone calls" "", "Thanks goes to all other people who contributed to any version.", "A full listing of all coders can be found in doc/Authors in the", - "source. Contributers to version u2.10 can be found on", - "http://coder-com.undernet.org/posters.html", - "Thanks also to those who provided me with accounts; the kind sys", - "admins who let me and others continue to develop IRC.", + "source.", "", - "[$sumsserv] [$sumchan] [$sumsbsd] [$sumsuser]", - "[$sumhash] [$sumsmisc] [$sumircd]", + "Sources:", +!SUB!THIS! + +( for file in ${srcdir}/ircd/*.[cly] ${srcdir}/ircd/version.c.SH ; do + case `basename $file` in + version.c | y.tab.c | lex.yy.c | chattr.tab.c ) ;; + * ) echo $file ;; + esac done ) | ./umkpasswd -5 >> version.c + +echo " \"\"," >> version.c +echo " \"Headers:\"," >> version.c + +( for file in ${srcdir}/include/*.h ; do echo $file ; done ) | ./umkpasswd -5 >> version.c + +/bin/cat >>version.c <