[Pkg-openssl-devel] Processed: Re: Bug#445095: openssl: Package upgrade removes /etc/ssl if it is a symbolic link
Frank Lichtenheld
djpig at debian.org
Thu Oct 4 00:14:58 UTC 2007
reassign 445095 openssl
thanks
On Wed, Oct 03, 2007 at 05:36:04PM +0000, Debian Bug Tracking System wrote:
> > reassign 445095 dpkg
> Bug#445095: openssl: Package upgrade removes /etc/ssl if it is a symbolic link
> Bug reassigned from package `openssl' to `dpkg'.
Just a wild guess, but the following code in openssl.preinst
if [ -L /etc/ssl ]
then
echo Removing obsolete link /etc/ssl
rm /etc/ssl
fi
_might_ have something to do with that behaviour...
Gruesse,
--
Frank Lichtenheld <djpig at debian.org>
www: http://www.djpig.de/
More information about the Pkg-openssl-devel
mailing list