From aaeb2012be9e1493eb4cece3adaecfc296862e33 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 12 Jun 1999 12:58:29 +0000 Subject: Show the glibc version. svn path=/trunk/; revision=2497 --- indexgen.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'indexgen.sh') diff --git a/indexgen.sh b/indexgen.sh index 912e43ec..af095981 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -11,6 +11,9 @@ set -- `timeseries | grep -v "%" | head -1` subscribers=$4 set -- `ls -ks fetchmail` fetchmailsize=$1 +set -- `(cd /lib; ls libc-*)` +glibc=`echo $1 | sed 's/libc-\(.*\)\.so/\1/'` +glibc="glibc-$glibc" rm -f index.html @@ -120,7 +123,7 @@ You can get any of the following leading-edge resources here:
  • Gzipped source archive of fetchmail $version
  • - Intel binary RPM of fetchmail $version (uses glibc) + Intel binary RPM of fetchmail $version (uses $glibc)
  • Source RPM of fetchmail $version -- cgit v1.2.3