On Fri, Oct 05, 2007 at 09:01:50PM -0400, Zygo Blaxell wrote:
> This is the (successful) output:
>
> satsuki:~# bash -x /var/lib/dpkg/info/libssl0.9.8.postinst configure 0.9.8e-6
^^^
> + . /usr/share/debconf/confmodule
> ++ '[' '!' '' ']'
> ++ PERL_DL_NONLAZY=1
> ++ export PERL_DL_NONLAZY
> ++ '[' '' ']'
> ++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/libssl0.9.8.postinst
> configure 0.9.8e-6
^^^^
After the exec, -x doesn't work anymore. This is also the reason
I've added the "set -e" after the ". /usr/share/debconf/confmodule".
You might want to add a -x there too.
My current guess is that it might be related to other packages being
upgraded at the same time or something.
Kurt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]