Your message dated Sun, 20 Nov 2011 10:23:09 +0000
with message-id <[email protected]>
and subject line Bug#649286: Removed package(s) from unstable
has caused the Debian Bug report #506928,
regarding wwwoffle: would be convenient to have if-up.d and if-post-down.d
scripts
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
506928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506928
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wwwoffle
Version: 2.9d-3
Severity: wishlist
Tags: patch
I put this script in if-up.d...
#!/bin/sh -e
# if-up.d script for wwwoffle:
# Called when a new interface comes up
# By Don Marti <[email protected]>
# Based on script for Postfix
# by LaMont Jones <[email protected]>
# don't bother when lo is configured.
if [ "$IFACE" = "lo" ]; then
exit 0
fi
# If /var isn't mounted yet, silently bail.
if [ ! -d /var/cache/wwwoffle ]; then
exit 0
fi
/usr/bin/wwwoffle -online
And this script in if-post-down.d...
#!/bin/sh -e
# if-post-down.d script for wwwoffle:
# Called when an interface disconnects
# By Don Marti <[email protected]>
# Based on script for Postfix
# by LaMont Jones <[email protected]>
# If /var isn't mounted yet, silently bail.
if [ ! -d /var/cache/wwwoffle ]; then
exit 0
fi
# If there's no more route to the outside
# after this disconnection, put wwwoffle
# in offline mode.
/sbin/route -n | /bin/grep -q '^0.0.0.0' || /usr/bin/wwwoffle -offline
Works for me and makes my wwwoffle experience better.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.27.7humulus (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages wwwoffle depends on:
ii coreutils 6.10-6 The GNU core utilities
ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii debianutils 2.30 Miscellaneous utilities specific t
ii libc6 2.7-16 GNU C Library: Shared libraries
ii libgnutls26 2.4.2-3 the GNU TLS library - runtime libr
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
wwwoffle recommends no packages.
Versions of packages wwwoffle suggests:
pn htdig | namazu | mnogosearch- <none> (no description available)
ii logrotate 3.7.1-5 Log rotation utility
pn pdnsd <none> (no description available)
-- debconf-show failed
--- End Message ---
--- Begin Message ---
Version: 2.9f-2.2+rm
Dear submitter,
as the package wwwoffle has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/649286
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---