Your message dated Mon, 03 Dec 2007 16:02:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#451834: fixed in aolserver4 4.5.0-14 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: aolserver4 Severity: wishlist Tags: patch Hi, As you may know Ubuntu has /var/run mounted as a tmpfs. It would be desirable to be able to do this in Debian as well. The following patch from Luca Falavigna allows this to happen. Please consider applying it. Thanks, James diff -pruN 4.5.0-13/debian/aolserver4.postinst 4.5.0-13ubuntu1/debian/aolserver4.postinst --- 4.5.0-13/debian/aolserver4.postinst 2007-11-12 23:09:48.000000000 +0000 +++ 4.5.0-13ubuntu1/debian/aolserver4.postinst 2007-11-12 23:09:04.000000000 +0000 @@ -30,6 +30,10 @@ CONF_NEW="$CONF.$NEW_SUFFIX" INIT="/etc/init.d/$PACKAGE" INIT_NEW="$INIT.$NEW_SUFFIX" +if [ ! -d ${RUNDIR} ]; then + mkdir -p -m 0755 ${RUNDIR} +fi + replace_file () { file=$1 if [ ! -f $file ] ; then diff -pruN 4.5.0-13/debian/examples/aolconf-1.01/aolserver4-init 4.5.0-13ubuntu1/debian/examples/aolconf-1.01/aolserver4-init --- 4.5.0-13/debian/examples/aolconf-1.01/aolserver4-init 2007-11-12 23:09:48.000000000 +0000 +++ 4.5.0-13ubuntu1/debian/examples/aolconf-1.01/aolserver4-init 2007-11-12 23:09:04.000000000 +0000 @@ -7,12 +7,17 @@ NAME=aolserver4 PATH=/bin:/usr/bin:/sbin:/usr/sbin DAEMON=/usr/lib/aolserver4/run AOLSERVER=/usr/sbin/aolserver4-nsd -PIDFILE=/var/run/aolserver4/$NAME.pid +PID_DIR=/var/run/aolserver4 +PIDFILE=$PID_DIR/$NAME.pid trap "" 1 [ -f $AOLSERVER ] || exit 0 +if [ ! -d ${PID_DIR} ]; then + mkdir -p -m 0755 ${PID_DIR} +fi + start() { echo -n "Starting web server: $NAME"
--- End Message ---
--- Begin Message ---Source: aolserver4 Source-Version: 4.5.0-14 We believe that the bug you reported is fixed in the latest version of aolserver4, which is due to be installed in the Debian FTP archive: aolserver4-core_4.5.0-14_i386.deb to pool/main/a/aolserver4/aolserver4-core_4.5.0-14_i386.deb aolserver4-dev_4.5.0-14_i386.deb to pool/main/a/aolserver4/aolserver4-dev_4.5.0-14_i386.deb aolserver4-doc_4.5.0-14_all.deb to pool/main/a/aolserver4/aolserver4-doc_4.5.0-14_all.deb aolserver4_4.5.0-14.diff.gz to pool/main/a/aolserver4/aolserver4_4.5.0-14.diff.gz aolserver4_4.5.0-14.dsc to pool/main/a/aolserver4/aolserver4_4.5.0-14.dsc aolserver4_4.5.0-14_i386.deb to pool/main/a/aolserver4/aolserver4_4.5.0-14_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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Francesco Paolo Lovergine <[EMAIL PROTECTED]> (supplier of updated aolserver4 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 03 Dec 2007 16:44:12 +0100 Source: aolserver4 Binary: aolserver4 aolserver4-dev aolserver4-core aolserver4-doc Architecture: source all i386 Version: 4.5.0-14 Distribution: unstable Urgency: medium Maintainer: Francesco Paolo Lovergine <[EMAIL PROTECTED]> Changed-By: Francesco Paolo Lovergine <[EMAIL PROTECTED]> Description: aolserver4 - AOL Web Server 4 (Program) aolserver4-core - AOL Web Server 4 (Core libraries) aolserver4-dev - AOL Web Server 4 (Development Tools) aolserver4-doc - AOL Web Server 4 (Documentation) Closes: 451834 Changes: aolserver4 (4.5.0-14) unstable; urgency=medium . * debian/aolserver4.postrm missed a ldconfig on simple remove, now added. * Minor revisions in some scripts. * Now libaolserver4.conf has been renamed aolserver4 and created on fly in aolserver4.postinst. That should avoid breakages in removing+installing. * Patched the init file to create rundir on fly, if /var/run is a tmpfs. Autoconf example script patched as well. (closes: #451834) * Added core library path to dh_shlibdeps in debian/rules. Files: 94b2f1517296a0d740327564274dc093 734 web optional aolserver4_4.5.0-14.dsc 201c996d2696db81bf37499f2030f52a 95477 web optional aolserver4_4.5.0-14.diff.gz 66dde437b4d1355ee011bcb6662c624a 3320686 doc optional aolserver4-doc_4.5.0-14_all.deb e3669b3496d8edce1699a7ec34f7a50f 728654 web optional aolserver4_4.5.0-14_i386.deb fec4125f443165a0c3f0beedbf30a131 293942 web optional aolserver4-core_4.5.0-14_i386.deb ac68d2e2b4319dfe3e94091644011a05 374160 devel optional aolserver4-dev_4.5.0-14_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHVCcFpFNRmenyx0cRApvMAJ9mtoqmtPmwb9yFwSSSMMK7eSrhAwCgo8bY yjAFGeRcjvjRxil/ByflUKY= =xe6o -----END PGP SIGNATURE-----
--- End Message ---

