echo "Extracting ircd/version.c ..." srcdir=$1 if test -r version.c then generation=`sed -n 's/^char \*generation = \"\(.*\)\";/\1/p' < version.c` if test ! "$generation" ; then generation=0; fi else generation=0 fi generation=`expr $generation + 1` sum=sum if $sum ${srcdir}/s_serv.c 1> /dev/null 2>&1; then : else sum=cksum fi sumsserv=`$sum ${srcdir}/s_serv.c 2> /dev/null`; sumsuser=`$sum ${srcdir}/s_user.c 2> /dev/null`; sumchan=`$sum ${srcdir}/channel.c 2> /dev/null`; sumsbsd=`$sum ${srcdir}/s_bsd.c 2> /dev/null`; sumhash=`$sum ${srcdir}/hash.c 2> /dev/null`; sumsmisc=`$sum ${srcdir}/s_misc.c 2> /dev/null`; sumircd=`$sum ${srcdir}/ircd.c 2> /dev/null`; creation=`date | \ awk '{if (NF == 6) \ { 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(".%s", $(NF)); \ # }'` /bin/cat >version.c <", "", "The main developer of version u2.9 and u2.10 was:", "Run Carlo Wood ", "", "The current head developer of the u2.10 source tree is:", "Bleep Thomas Helvey ", "", "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.", "", "[$sumsserv] [$sumchan] [$sumsbsd] [$sumsuser]", "[$sumhash] [$sumsmisc] [$sumircd]", 0, }; !SUB!THIS!