Your message dated Mon, 28 Jan 2008 17:05:58 +0900
with message-id <[EMAIL PROTECTED]>
and subject line close old fixed bug.
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)
--- Begin Message ---
Package: libapache2-mod-fastcgi
Version: 2.4.2-6
Severity: normal
Tags: patch
Please include a postinst and prerm for libapache2-mod-fastcgi like the
following so that the module will be enabled after installation:
---- postinst ----
#!/bin/sh
# postinst script for libapache2-mod-fastcgi
set -e
if [ "$1" = configure ] ; then
/usr/sbin/a2enmod fastcgi
fi
#DEBHELPER#
exit 0
---- end ----
---- prerm ----
#!/bin/sh
# prerm script for libapache2-mod-fastcgi
set -e
if [ "$1" = remove ] || [ "$1" = deconfigure ] ; then
/usr/sbin/a2dismod fastcgi
fi
#DEBHELPER#
exit 0
---- end ----
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.30
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Versions of packages libapache2-mod-fastcgi depends on:
ii apache2-common 2.0.54-4 next generation, scalable, extenda
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libdb4.2 4.2.52-18 Berkeley v4.2 Database Libraries [
ii libexpat1 1.95.8-3 XML parsing C library - runtime li
libapache2-mod-fastcgi recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.4.2-7
I'm closeing resolved bug.
Sorry for forgot to close...
--
Tatsuki Sugiura mailto:[EMAIL PROTECTED]
--- End Message ---