[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#317260: marked as done (iptotal: no way to easily disable iptotal)



Your message dated Mon, 16 Nov 2009 00:47:20 +0000
with message-id <E1N9pkW-0005Ay-EK@ries.debian.org>
and subject line Bug#317260: fixed in iptotal 0.3.3-9
has caused the Debian Bug report #317260,
regarding iptotal: no way to easily disable iptotal
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 owner@bugs.debian.org
immediately.)


-- 
317260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317260
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: iptotal
Version: 0.3.3-6
Severity: wishlist

This patch allows one to disable iptotal using /etc/default/iptotal:

--- iptotal~	2004-04-07 13:42:27.000000000 +0200
+++ iptotal	2005-07-07 08:56:09.000000000 +0200
@@ -14,14 +14,15 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbi
 DAEMON=/usr/sbin/iptotald
 NAME=iptotal
 DESC=iptotal
-
-test -x $DAEMON || exit 0
+RUN_DAEMON=true
 
 # Include iptotal defaults if available
 if [ -f /etc/default/iptotal ] ; then
 	. /etc/default/iptotal
 fi
 
+test "$RUN_DAEMON" = true -a -x $DAEMON || exit 0
+
 set -e
 
 case "$1" in


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.30-pre2-pr-hrt-1kHz-1
Locale: LANG=C, LC_CTYPE=it_IT@euro (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages iptotal depends on:
ii  apache [httpd]              1.3.33-6     versatile, high-performance HTTP s
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libpcap0.7                  0.7.2-7      System interface for user-level pa
ii  rrdtool                     1.0.49-1     Time-series data storage and displ
ii  tcpdump                     3.8.3-5      A powerful tool for network monito

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: iptotal
Source-Version: 0.3.3-9

We believe that the bug you reported is fixed in the latest version of
iptotal, which is due to be installed in the Debian FTP archive:

iptotal_0.3.3-9.diff.gz
  to main/i/iptotal/iptotal_0.3.3-9.diff.gz
iptotal_0.3.3-9.dsc
  to main/i/iptotal/iptotal_0.3.3-9.dsc
iptotal_0.3.3-9_i386.deb
  to main/i/iptotal/iptotal_0.3.3-9_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 317260@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ignace Mouzannar <mouzannar@gmail.com> (supplier of updated iptotal 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 15 Nov 2009 21:11:05 +0100
Source: iptotal
Binary: iptotal
Architecture: source i386
Version: 0.3.3-9
Distribution: unstable
Urgency: low
Maintainer: Ignace Mouzannar <mouzannar@gmail.com>
Changed-By: Ignace Mouzannar <mouzannar@gmail.com>
Description: 
 iptotal    - monitor for IP traffic, not requiring SNMP
Closes: 317260 473843 553536
Changes: 
 iptotal (0.3.3-9) unstable; urgency=low
 .
   * New maintainer. (Closes: #473843)
   * debian/rules:
     - Moved the copying of /usr/share/misc/config.{sub,guess} from the clean
       section to the configure section. And added functions to backup/restore
       the config{sud,guess} files provided by upstream.
     - Changed the data directory from /var/www/iptotal to
       /usr/lib/iptotal/ (user content) and /usr/share/iptotal/www (static).
       (Closes: #553536)
     - Moved configuration file from /etc/ to /etc/iptotal/ directory.
     - Added dh_lintian in the binary-arch section to install the override file.
   * debian/control:
     - Added build dependency on autotools-dev.
   * debian/patches:
     - Added 05_fix_old_fixes.dpatch: Includes all changes made by original
       maintainer outside the debian/ directory.
     - Updated the 00list placing 05_fix_old_fixes.dpatch before
       04_fix_kbytes_sufixes.dpatch.
   * debian/init:
     - Renamed debian/init.d to debian/init.
     - Added a short description.
     - Forced deletion of the pid file as daemon does not take care of this.
     - Added support for /etc/default/iptotal
     - Added force-start option, to start the daemon, ignoring the content of
       the /etc/default/iptotal file.
   * debian/postinst:
     - Reloads apache2 configuration.
     - As installation path has changed in this release, added a temporary
       copying of old files to the new working directory, to prevent data
       history loss.
   * debian/copyright:
     - Updated copyright file format.
   * Added apache configuration file (i.e. debian/apache.conf).
   * Added debian/dirs to create both cgi and working directories.
   * Added debian/links to link the static content to the working directory
     (i.e. /usr/lib/iptotal).
   * Added debian/install file in order to clean up the debian/rules file.
   * Added debian/postrm file to reload apache2 configuration after purging
     or removing the iptotal package.
   * Added debian/default file, in order to easily disable iptotald.
     (Closes: #317260)
   * Moved iptotal.8 man page to the debian/ directory as it isn't provided
     by upstream.
   * Added a lintian override of package-contains-empty-directory, as the
     /usr/lib/iptotal/archive/ directory is intentionally created empty during
     the initial installation.
Checksums-Sha1: 
 0d81d90875de30d98b1a4ff990f0e4cb6ffc8ca7 1045 iptotal_0.3.3-9.dsc
 8b4a23d9d1445a0695f4bfbeea99c070c3c0c8e8 10338 iptotal_0.3.3-9.diff.gz
 ff94bc635df1a4395af5c5e42337f1535f036bed 59138 iptotal_0.3.3-9_i386.deb
Checksums-Sha256: 
 cbdab301bee11dc1a3c775eff9474412ade936dd1d29a0fe973c644a75920ada 1045 iptotal_0.3.3-9.dsc
 5633b320babac3b7a3072cc6d4139c3562e145c4d8c622f3e21aff5003b4b67f 10338 iptotal_0.3.3-9.diff.gz
 37cce83044881e34263d259f871d5fba0d049d565970ae0b142b97b3814f8d3a 59138 iptotal_0.3.3-9_i386.deb
Files: 
 173838b18dc998cf1537b0234c24d4e3 1045 admin extra iptotal_0.3.3-9.dsc
 0721b0589b863f58c54e6d72773979a2 10338 admin extra iptotal_0.3.3-9.diff.gz
 c38957314f9609474927290224e3a95d 59138 admin extra iptotal_0.3.3-9_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksAnbIACgkQ5ItltUs5T37iKQCgr3vHhWIjPr3d2JVATVozYFge
dzIAoI4uvk6DTSJ7YUvIvitBXY1oKyfX
=IE3w
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: