Bug#191785: marked as done (initscripts: Add support for current 2.5 kernels)
Your message dated Fri, 18 Jul 2003 05:17:45 -0400
with message-id <E19dRN3-0007p9-00@auric.debian.org>
and subject line Bug#191785: fixed in glibc 2.3.2-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 3 May 2003 22:11:58 +0000
>From bbolli@ymail.ch Sat May 03 17:11:51 2003
Return-path: <bbolli@ymail.ch>
Received: from 147.catv45.aar01.lan.ch (bolli.homeip.net) [212.60.45.147]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 19C5EU-0003J4-00; Sat, 03 May 2003 17:11:50 -0500
Received: from localhost (localhost [127.0.0.1])
by bolli.homeip.net (Postfix) with ESMTP
id 15C271ADE0; Sun, 4 May 2003 00:11:09 +0200 (CEST)
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"
Date: Sun, 04 May 2003 00:11:01 +0200
From: Beat Bolli <bbolli@ymail.ch>
Message-Id: <20030503221101.D0A581ADE1@bolli.homeip.net>
MIME-Version: 1.0
Received: from bolli.homeip.net (localhost [127.0.0.1])
by localhost (AvMailGate-2.0.0.6) id 14841-5B3F5FBF;
Sun, 04 May 2003 00:11:02 +0200
Received: by bolli.homeip.net (Postfix, from userid 1000)
id D0A581ADE1; Sun, 4 May 2003 00:11:01 +0200 (CEST)
Subject: initscripts: Add support for current 2.5 kernels
To: Debian Bug Tracking System <submit@bugs.debian.org>
X-AntiVirus: OK! AntiVir MailGate Version 2.0.0.6
at bolli.homeip.net has not found any known virus in this email.
X-Mailer: reportbug 2.10.1
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-11.4 required=4.0
tests=BAYES_01,HAS_PACKAGE,MSG_ID_ADDED_BY_MTA_2,
PATCH_UNIFIED_DIFF
autolearn=ham version=2.53-bugs.debian.org_2003_04_23
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_04_23 (1.174.2.15-2003-03-30-exp)
Package: initscripts
Version: 2.85-3
Severity: wishlist
Tags: patch
The newer 2.5 kernels provide the sysfs filesystem which should eventually replace
/proc for communicating with the kernel drivers. This filesystem should be mounted
at boot.
Also, the current kernels don't automatically mount the devpts filesystem any more.
The following patch corrects both these problems in a 2.4-compatible manner.
I assume that users running 2.5 are running a more or less current version.
After Debian switches to a 2.6 kernel, a more permanent solution
will have to be found...
--- /etc/init.d/mountall.sh.orig 2001-11-01 10:05:41.000000000 +0100
+++ /etc/init.d/mountall.sh 2003-05-03 23:54:33.000000000 +0200
@@ -15,6 +15,17 @@
mount -at proc
#
+# If running under 2.5.x, mount sysfs under /sys
+# and devpts under /dev/pts
+#
+case "`uname -r`" in
+ 2.5.*)
+ ( [ -d /sys ] || mkdir /sys ) && mount -t sysfs none /sys
+ [ -d /dev/pts ] && mount -t devpts none /dev/pts
+ ;;
+esac
+
+#
# We might have mounted something over /dev, see if /dev/initctl is there.
#
if [ ! -p /dev/initctl ]
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux bolli.homeip.net 2.4.20-586tsc #1 Mon Jan 13 21:37:44 EST 2003 i686
Locale: LANG=C, LC_CTYPE=de_CH
Versions of packages initscripts depends on:
ii dpkg 1.10.10 Package maintenance system for Deb
ii e2fsprogs 1.33-1 The EXT2 file system utilities and
ii mount 2.11z-1 Tools for mounting and manipulatin
ii util-linux 2.11z-1 Miscellaneous system utilities.
-- no debconf information
---------------------------------------
Received: (at 191785-close) by bugs.debian.org; 18 Jul 2003 09:24:06 +0000
>From katie@auric.debian.org Fri Jul 18 04:24:06 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 19dRTC-0004cV-00; Fri, 18 Jul 2003 04:24:06 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
id 19dRN3-0007p9-00; Fri, 18 Jul 2003 05:17:45 -0400
From: Jeff Bailey <jbailey@nisa.net>
To: 191785-close@bugs.debian.org
X-Katie: $Revision: 1.34 $
Subject: Bug#191785: fixed in glibc 2.3.2-1
Message-Id: <E19dRN3-0007p9-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Fri, 18 Jul 2003 05:17:45 -0400
Delivered-To: 191785-close@bugs.debian.org
We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive:
glibc-doc_2.3.2-1_all.deb
to pool/main/g/glibc/glibc-doc_2.3.2-1_all.deb
glibc_2.3.2-1.diff.gz
to pool/main/g/glibc/glibc_2.3.2-1.diff.gz
glibc_2.3.2-1.dsc
to pool/main/g/glibc/glibc_2.3.2-1.dsc
glibc_2.3.2.orig.tar.gz
to pool/main/g/glibc/glibc_2.3.2.orig.tar.gz
libc-udeb_2.3.2-1_i386.udeb
to pool/main/g/glibc/libc-udeb_2.3.2-1_i386.udeb
libc6-dbg_2.3.2-1_i386.deb
to pool/main/g/glibc/libc6-dbg_2.3.2-1_i386.deb
libc6-dev_2.3.2-1_i386.deb
to pool/main/g/glibc/libc6-dev_2.3.2-1_i386.deb
libc6-pic_2.3.2-1_i386.deb
to pool/main/g/glibc/libc6-pic_2.3.2-1_i386.deb
libc6-prof_2.3.2-1_i386.deb
to pool/main/g/glibc/libc6-prof_2.3.2-1_i386.deb
libc6_2.3.2-1_i386.deb
to pool/main/g/glibc/libc6_2.3.2-1_i386.deb
locales_2.3.2-1_all.deb
to pool/main/g/glibc/locales_2.3.2-1_all.deb
nscd_2.3.2-1_i386.deb
to pool/main/g/glibc/nscd_2.3.2-1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 191785@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jeff Bailey <jbailey@nisa.net> (supplier of updated glibc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 15 Jul 2003 14:35:58 -0400
Source: glibc
Binary: libc6.1-prof libc1 libc0.3-pic locales glibc-doc libc6-pic libc-udeb libc1-prof libc0.3 libc0.3-dbg libc6.1-dev libc1-pic libc6-s390x libc6-prof libc1-dbg libc6-dev-sparc64 libc6 libc0.3-dev libc6-dbg nscd libc6.1-dbg libc6.1-pic libc6-sparc64 libc6-dev libc0.3-prof libc6.1 libc6-dev-s390x libc1-dev
Architecture: source i386 all
Version: 2.3.2-1
Distribution: experimental
Urgency: low
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Jeff Bailey <jbailey@nisa.net>
Description:
glibc-doc - GNU C Library: Documentation
libc-udeb - GNU C Library: Shared libraries and Timezone data - udeb (udeb)
libc6 - GNU C Library: Shared libraries and Timezone data
libc6-dbg - GNU C Library: Libraries with debugging symbols
libc6-dev - GNU C Library: Development Libraries and Header Files.
libc6-pic - GNU C Library: PIC archive library
libc6-prof - GNU C Library: Profiling Libraries.
locales - GNU C Library: National Language (locale) data [support]
nscd - GNU C Library: Name Service Cache Daemon
Closes: 106254 108619 115536 117509 137020 140788 149862 153548 157142 157143 158410 160040 164638 164719 166979 167564 171022 171695 173963 181701 181910 182654 183694 184696 185342 185648 185649 185924 186210 186654 187142 187475 187621 188159 188383 189792 189854 189879 190322 190785 191295 191785 191952 192096 192577 193020 193327 193331 193508 193509 193510 193656 194791 199134 200386
Changes:
glibc (2.3.2-1) experimental; urgency=low
.
** UPLOADING THIS TO EXPERIMENTAL **
.
* Clint Adams <schizo@debian.org>
- debian/control: build-dep on gcc-3.3 for sparc(64)
- debian/rules: re-enable sparc64 build
- debian/packages.d/sparc64.mk: use gcc-3.3 to build sparc64
- debian/sysdeps/linux.mk: re-enable sparc64 build
.
* Jeff Bailey <jbailey@nisa.net>
- debian/patches/hurd-enable-ldconfig.dpatch: New file
- debian/packages.d/libc.mk: Install regular ldconfig, not
debian/ldconfig-hurd.sh on hurd-i386
- debian/patches/0list: Add hurd-enable-ldconfig
- debian/sysdeps/paths.mk: Comply with FHS, use $(prefix)/lib, not
$(prefix)/libexec
- debian/rules: Introduce "perfect_make_check_archs" concept -
arch's listed in this variable must pass make check cleanly,
or the build will fail. Start off with i386, powerpc, sparc, alpha
and s390.
- debian/control.in/main: Build-dep on gcc-3.3
- debian/sysdeps/tools.mk: Use gcc-3.3
- debian/patches/sparc32-buildfix: Prune after yet another CVS update
.
* GOTO Masanori <gotom@debian.or.jp>
- Updated glibc 2.3.2.
- debian/patches/cvs.dpatch: rename it to 10_cvs.dpatch.
I plan to introduce <2digitnumber>_<filename>.dpatch filename.
- debian/patches/10_cvs.dpatch: update 2003-07-07 upstream cvs.
- version: bump up to 2.3.2.
- rules.d/shlibs.mk: bump up to 2.3.2.
- debian/sysdeps/sysdeps.mk: i386 optimization level is back to -O2.
.
- These debian/patches/<below files> are removed from cvs because
they are no longer being used and were superceeded by CVS patches:
* document-fix.dpatch
* glibc23-cert-rpcxdr.dpatch
* glibc23-getdents64-fix.dpatch
* glibc23-getaddrinfo.dpatch
* glibc23-hppa-shmlba.dpatch
* glibc23-m68k-madv.dpatch
* glibc23-malloc-check.dpatch
* glibc23-regcomp.dpatch
* signal-texi.dpatch
* glibc23-ia64-strncpy.dpatch
* elf-machine-rela-mips.dpatch
* glibc23-linuxthreads-fix.dpatch
* locales-monetary.dpatch
.
- These debian/patches/<below files> are removed from cvs because
they are no longer being used and already fixed the previous versions:
* rtsig.dpatch
* crypt.dpatch
* s390x-lib64.dpatch
* hurd-fork-fix.dpatch
.
- These debian/patches/<below files> are fixed to apply for glibc
2.3.2 + cvs.dpatch.
* alpha-pic.dpatch: Fix the diff conflict.
* glibc23-hppa-Rminkernel.dpatch: likewise.
* libgcc-compat-all.dpatch: remove reflected entries in glibc-2.3.2.
* libgcc-compat-other.dpatch: likewise.
* ldconfig.dpatch: modify to be enable to compile again
.
- These bugs are fixed in this update:
* glibc 2.3.2 can handle errno correctly if 32 bit uid or gid is used
and errno=ENOSYS is defined before geteuid() is called.
setfsuid(), setfsgid() and getgroups() are also fixed with my patch,
bug reported by Fumihiko Kakuma. (Closes: #183694)
* Submitter Neil's patch is applied in the upstream. (Closes: #181701)
* cfmakeraw definition in manual terminal.texi is fixed with my patch.
It can be reassign only to manpages-dev.
* sparc and powerpc has O_DIRECT definition in fcntl.h.
(Closes: #157142, #157143)
* The definition both __bswap_16 and __bswap_32 in bits/byteswap.h is
fixed and it can be ready for non-gcc C-compilers. (Closes: #181910)
* BSD derived random functions are correctly braced into #if defined
__USE_BSD with my patch. (Closes: #108619)
* Dynamic loading problems with the recent OpenOffice.org, KDE,
Wine/Mono, Quake3 Arena, Oracle, and NVidia libGL library, is fixed.
Glibc TLS does not properly handle using dlopen() to access shared
libraries which utilize some TLS models.
(Closes: #171695, #184696, #167564, #192096, #200386)
* Missing ntp_adjtime weak reference on alpha is defined.
(Closes: #182654)
* Sparc64 sysdep.h typo is fixed. (Closes: #185648)
* stdio-common/sscanf.c for libc6-sparc64 with gcc-3.3 can become to be
compiled. (Closes: #185649)
* Timezone data is updated to tzdata2003a.
(Closes: #140788, #149862, #186210, #164719, #190322)
* /usr/bin/locale -a searches both /usr/lib/locale/<locale>/ and
/usr/lib/locale/locale-archive in this release. (Closes: #166979)
* Powerpc fpu_control.h is fixed to be enable to compile _FPU_SETCW
macro. (Closes: #137020)
* The IA-64 versions of __sigsetjmp() and getcontext failed to restore
ar.unat before returning, is fixed in this version. (Closes: #186654)
* regcomp() crashed with some regexp pattern is fixed.
(Closes: #187475)
* pthread_atfork() is removed from unistd.h. Including this definition
in unistd.h is implementation dependent issue, and the upstream
decided not to keep it. (Closes: #106254)
* It's fixed that malloc_stats() segfaults if you don't first allocate
memory. (Closes: #191295)
* Typo in the symbol lookup code is fixed, which causes the loading of
the oracle binary to fail (and possibly affects other apps as well).
(Closes: #191952)
* The abday values for de_DE is changed to two letters. (Closes: #115536)
* IA64 umount needs to set second parameter for sys_umount. It's fixed
in 2003-05-14 cvs. (Closes: #193327)
* tmpfile64() is now available on hurd-i386. (Closes: #171022)
* SIOCSIFNAME is added. (Closes: #164638)
* cos() now correctly returns the cosine, not the sine, of values near
0.80 on machines lacking an optimised libm. (Closes: #153548)
* ioperm() returns -ENODEV on ARM machines without ISA or PCI.
(Closes: #199134)
.
- debian/locales/usr/sbin/locale-gen: Fix the localedef invocation
argument order, to run under POSIXLY_CORRECT=1 environment.
(Closes: #185924)
.
- debian/sysdeps/depflags.pl: add Suggests: manpages-dev in libc-dev
package. (Closes: #158410)
- debian/sysdeps/depflags.pl: Adding entry "Suggests: glibc-doc"
into depflags.pl push.
- debian/control.in/libc: Remove "Suggests: glibc-doc" in each -dev
package entry.
- debian/control: likewise.
.
- debian/patches/s390-tls.dpatch: add to build glibc 2.3.2 on s390.
The correct fix is to modify the kernel headers, but for the present
we use it regardless of the kernel issue.
Patched by Gerhard Tonn <GerhardTonn@gammatau.de>.
- debian/packages.d/libc-dev.mk: s390 kernel-headers package does not have
generate-asm.sh. The current libc-dev.mk assumes the existence of this
script, but on s390 it's not existed. Now libc-dev.mk s390 asm setup
part does not use generate-asm.sh, and has the generate-asm.sh
functionality in its own. This makes s390 which has 32/64 bit multi
libraries are much easier to build.
Patched by Gerhard Tonn <GerhardTonn@gammatau.de>.
- debian/packages.d/s390x.mk: likewise.
.
- debian/locales/DEBIAN/postinst: add "rm -rf /usr/lib/locale/*"
to remove all old locale dir and locale-archive in locales
configuration time. Requested by Denis Barbier <barbier@linuxfr.org>.
- debian/locales/DEBIAN/config: /usr/lib/locale/* files are no more
deleted when /etc/locale/gen is not managaed by debconf. Patched by
Denis Barbier <barbier@linuxfr.org>
- debian/locales/DEBIAN/postinst: likewise.
.
- debian/locales/DEBIAN/{config,postinst,templates}: Debconf must not
be used to store configuration items; another even more important is
that user changes in configuration files must be preserved.
These files are now fixed with this issue. Patched by Denis Barbier
<barbier@linuxfr.org>. Some suggestions by Joey Hess <joeyh@debian.org>.
- debian/locales/DEBIAN/config:
* Replace /bin/bash by /bin/sh on the shebang line.
* Add support for backing up.
* Parse configuration files and set debconf values.
- debian/locales/DEBIAN/postinst:
* Recreate configuration files from debconf values and run locale-gen
* As explained by Joey Hess, this script should be safer because some
border cases are now taken into account: configuration files might
have no EOL at EOF, and line order is preserved.
- debian/locales/DEBIAN/templates:
* Apply patch from #117509 and another typo fix by Joey Hess
(Closes: #117509)
* In locales/locales_to_be_generated, Choices is no more translatable
because it is set to Choices: ${locales}
- debian/locales/usr/sbin/locale-gen:
* Clean up /usr/lib/locale/ before generating locales
- debian/po/{ca.po, de.po, es.po, fr.po, ja.po, ko.po, pt_BR.po, ru.po,
templates.pot}: update with debconf-updatepo.
.
- debian/control: Change Section: from devel to libdevel for packages:
libc0.3-dev, libc6-dev, libc6-dev-s390x, libc6-dev-sparc64, libc6.1-dev
and libc1-dev.
- debian/control.in/libc: likewise.
- debian/control.in/s390x: likewise.
- debian/control.in/sparc64: likewise.
.
- debian/control: Remove "Conflicts: php4" from libc1 and libc0.3.
- debian/control: Add "Conflicts: gcc-3.0 (<< 1:3.0.4ds3-11), libgcc1
(<< 1:3.0.4ds3-11), fakeroot (<< 0.4.5-2.7)" to fix /usr/lib/64 vs
/usr/lib64 issue with upgrading from woody for sparc64 (see bug 156947).
Suggested by Dagfinn Ilmari Mannsaker <ilmari@ping.uio.no>.
(Closes: #188383, #193331)
- debian/control.in/sparc64: likewise.
.
- debian/copyright: update the version and the year 2003.
.
- debian/patches/locales-monetary.dpatch: add to change some locales
LC_MONETARY symbols: ar_SD, sr_YU, sr_YU@cyrillic, and es_EC.
And now this patch is merged into the upstream cvs, drop dpatch.
(Closes: #160040, #173963, #185342, #187142, #188159, #190785, #193020)
(Closes: #193508, #193509, #193510, #194791)
.
- debian/manpages/localedef.1: remove "-h" from --help option entry.
(Closes: #187621)
.
- debian/debver2localesdep.pl: add clever version recognition for binary
only NMU or source NMU/local packaging.
Patched by Gerhard Tonn <GerhardTonn@gammatau.de>.
.
- debian/patches/glibc23-linuxthreads-fix.dpatch: add to revert Jakub's
change in 2003-04-02 to be enable to compile librt.so for the present.
And this bug is fixed during the development, this patch is dropped now.
Thanks to Jack Howarth <howarth@bromo.msbb.uc.edu>.
.
- debian/libc/etc/init.d/devpts.sh: Modify mounting devpts for 2.5.68 and
later. As of 2.5.68, devpts is not automounted when using devfs. So
even in that case, devpts needs to be mounted via the devpts.sh script
as well as the case that devfs is not used.
(Closes: #189792, #189879, #191785)
.
- debian/libc/DEBIAN/postinst: Add code to remove a relic of the past
/usr/doc/<package> symlinks. This script should keep at least until
sarge release. (Closes: #189854)
- debian/glibc-doc/DEBIAN/postinst: likewise.
- debian/locales/DEBIAN/postinst: likewise.
- debian/nscd/DEBIAN/postinst: likewise.
- debian/libc/DEBIAN/postinst: Remove symlinks for libc-{dbg,dev,pic,prof}.
.
- prep.sh: Add NPTL extract code.
- version: Add NPTL version.
.
- debian/packages.d/sparc64.mk: bumping up --enable-kernel version from
2.4.0 to 2.4.1.
- debian/packages.d/s390x.mk: likewise.
.
- debian/patches/50_glibc232-mips-buildfix.dpatch: add for building
mips/mipsel correctly. Patched by Guido Guenther <agx@sigxcpu.org>,
Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de>.
.
- debian/packages.d/libc-udeb.mk: libc-udeb includes libnss_dns and
libresolv. (Closes: #192577)
.
- debian/patches/50_glibc23-hppa-entry.dpatch: added to fix funcptr
(function descriptors) for _start on hppa, so we need a
sysdeps/hppa/elf/entry.h (similar to ppc64, ia64, etc).
Patched by Randolph Chung <tausq@debian.org>. (Closes: #193656)
.
- debian/patches/30_glibc232-base.dpatch: add that binutils 2.14.90.0.2
has entered in sid, which contain the binutils portion of the base fix.
Reported by Jack Howarth <howarth@fuse.net>.
.
- debian/patches/sparc32-buildfix.dpatch: added to fix sparc32 build.
.
* Ben Collins <bcollins@debian.org>
- debian/contron.in/sparc64: Remove the superflous (and incorrect) dep on
gcc-3.2 for libc6-dev-sparc64. Add lib64gcc1 as a dep for libc6-sparc64.
- Use CC for building sparc64 libs.
- Remove build-dep for gcc-3.3 on sparc.
- Really fix devpts.sh so that it mounts devpts whenever devpts is
available and not mounted.
- sparcv8-target.dpatch: New patch that enables v8 optimizations for
sparc-linux compiles. Debian specific. For some reason config.sub
doesn't recognize sparcv8, else I'd just pass sparcv8-linux as the host
target.
- Change how things are passed to configure for optimized packages, so
that we let glibc set all the optimizations for us.
- Change how sparc64 and s390x are built. Before the binary stage would
force the build of the packages. Now, the build/install phases dep on
the same for sparc64 and s390x. Same way that the OPT packages are done.
Files:
261755f3583ccb7f3d7963e1f7d337d3 1571 libs required glibc_2.3.2-1.dsc
1f1e1e3a343d9b748b62c365c1701d7c 13022265 libs required glibc_2.3.2.orig.tar.gz
d119e0bb05c29dec48525f3e835f508c 1158560 libs required glibc_2.3.2-1.diff.gz
211f56ff0b5cd44e330c6750b6706d80 3601782 base required libc6_2.3.2-1_i386.deb
fda2a9df4e3d784741dc70d3df133f9b 1028168 debian-installer required libc-udeb_2.3.2-1_i386.udeb
630349f3e02ca4c08c6caf9af28d94aa 2573978 libdevel standard libc6-dev_2.3.2-1_i386.deb
af42a106825787a90ddc0d3e9b5079f6 999556 devel extra libc6-prof_2.3.2-1_i386.deb
b75792c59f0fb7787112508e7f560a16 8469512 devel extra libc6-dbg_2.3.2-1_i386.deb
9ae95169c9769e324e726da38b32767e 951200 devel optional libc6-pic_2.3.2-1_i386.deb
20683c7cc0887709bc28e5c2a2a354e8 73926 admin optional nscd_2.3.2-1_i386.deb
bf2d80b9e59025131ac1e3e897dc890a 3782768 base standard locales_2.3.2-1_all.deb
6fd1eb456803c4f0279cb935f7084a6c 3696944 doc optional glibc-doc_2.3.2-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/Fz6b5M5hmdCYCpkRAjORAJ470fo8qHw8FlJj6d2I1yuS0F/zSQCg8h4M
sZTywYoQ7db6r4460CZdsCg=
=x3g0
-----END PGP SIGNATURE-----
Reply to: